Status: Pass 209 Failure 17 Skip 10
Test Group/Test case | Count | Pass | Fail | Error | Skip | View | |
tearDownClass (tempest.api.compute.volumes.test_attach_volume | 1 | 0 | 1 | 0 | 0 | Detail | |
AttachVolumeShelveTestJSON) |
fail
ft1.1: tearDownClass (tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 235, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 207, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 589, in resource_cleanup raise testtools.MultipleExceptions(*cleanup_errors) testtools.runtest.MultipleExceptions: ((<class 'tempest.lib.exceptions.BadRequest'>, Bad request Details: {'code': 400, 'message': 'Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots or be disassociated from snapshots after volume transfer.'}, <traceback object at 0x7f8ce783f300>), (<class 'tempest.lib.exceptions.TimeoutException'>, Request timed out Details: (AttachVolumeShelveTestJSON:tearDownClass) Failed to delete volume 4bd54ad3-b610-439b-bc6f-d62a2dd89d36 within the required time (360 s). Timer started at 1635300338. Timer ended at 1635300698waited for 360, <traceback object at 0x7f8ce77e9440>)) |
||||||
tearDownClass (tempest.api.compute.volumes.test_attach_volume_negative | 1 | 0 | 1 | 0 | 0 | Detail | |
AttachVolumeNegativeTest) |
fail
ft2.1: tearDownClass (tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 235, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 207, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 589, in resource_cleanup raise testtools.MultipleExceptions(*cleanup_errors) testtools.runtest.MultipleExceptions: ((<class 'tempest.lib.exceptions.BadRequest'>, Bad request Details: {'code': 400, 'message': 'Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots or be disassociated from snapshots after volume transfer.'}, <traceback object at 0x7fc6a336e500>), (<class 'tempest.lib.exceptions.TimeoutException'>, Request timed out Details: (AttachVolumeNegativeTest:tearDownClass) Failed to delete volume 76bf6265-8639-443f-84c2-414ace9e4a92 within the required time (360 s). Timer started at 1635299802. Timer ended at 1635300218waited for 416, <traceback object at 0x7fc6a3498300>), (<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 0x7fc6a347ca00>), (<class 'tempest.lib.exceptions.TimeoutException'>, Request timed out Details: (AttachVolumeNegativeTest:tearDownClass) Failed to delete volume 20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 within the required time (360 s). Timer started at 1635300338. Timer ended at 1635300699waited for 361, <traceback object at 0x7fc6a33fe400>)) |
||||||
tearDownClass (tempest.api.volume.test_volumes_snapshots | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumesSnapshotTestJSON) |
fail
ft3.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 0x7f0572db9a00>) |
||||||
tearDownClass (tempest.scenario.test_minimum_basic | 1 | 0 | 1 | 0 | 0 | Detail | |
TestMinimumBasicScenario) |
fail
ft4.1: tearDownClass (tempest.scenario.test_minimum_basic.TestMinimumBasicScenario)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 718, in clear_credentials cls._creds_provider.clear_creds() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 555, in clear_creds self._clear_isolated_net_resources() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 545, in _clear_isolated_net_resources self._clear_isolated_subnet(creds.subnet['id'], File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 508, in _clear_isolated_subnet client.delete_subnet(subnet_id) File "/opt/stack/tempest/tempest/lib/services/network/subnets_client.py", line 52, in delete_subnet return self.delete_resource(uri) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 330, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 824, in _error_checker raise exceptions.Conflict(resp_body, resp=resp) tempest.lib.exceptions.Conflict: Conflict with state of target resource Details: {'type': 'SubnetInUse', 'message': 'Unable to complete operation on subnet e296f5cb-964d-4e07-9035-920e4631542c: One or more ports have an IP allocation from this subnet.', 'detail': ''} |
||||||
tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON | 2 | 0 | 2 | 0 | 0 | Detail | |
test_attach_volume_shelved_or_offload_server[id-13a940b6-3474-4c3c-b03f-29b89112bfee,slow] |
fail
ft5.1: tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server[id-13a940b6-3474-4c3c-b03f-29b89112bfee,slow]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-10-27 01:32:49,988 122968 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2021-10-27 01:32:49,989 122968 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2021-10-27 01:32:51,504 122968 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.25/compute/v2.1/os-keypairs 1.514s 2021-10-27 01:32:51,504 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-1821405795"}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:32:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '2320', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7732b608-0349-4a35-b440-215faba263e5', 'x-compute-request-id': 'req-7732b608-0349-4a35-b440-215faba263e5', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.25/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"private_key": "-----BEGIN RSA PRIVATE KEY-----\\nMIIEpAIBAAKCAQEAqOQ9ognq1xlyXMUE7cwiUE/iEk6hGGTbuCMN8i6HFzOFXKck\\n5oriEkfvebkPflB2vSuIe4U+UeaECByNoJYppC4JVsXd+Ym+zPrzoBIBer3EHHy4\\n+DRHTHBLJXbpjg4/4fFZUHAnppKXGqtG/vZiie+2stdl2Qmz6EU5ieXE37g0a3Hx\\nnvG/F0ZvVe36B417iImkCIZXCk0MFRrkT1zR1U5d5E0OfFQfzpgU4aJqo9iv0V0t\\nzpQDRg47maU5sSiKnnJ0c4/ijCu0mp5fstTlV1vfJLflfLHhwn5AnEnsiLwhuV3H\\nc6iL1OdR0QyxKKCOYnJJyOCcysg+9fNxNezLMQIDAQABAoIBAG0nNf4n0rM6KwNy\\nAgF+UR7+wel7D/qoFKkpXrYLBBwmnCaJj/u//uQ5wbg1tqG4d0VDgW3za5ebF/H2\\nIkKLSlZluntuXkwMjlgESLhHatVdGAYhRZqEjyAD401PURsSco8gYMzv73BkhWwj\\nDjtyGbV0S+vB8n0XHEMdmlZZPagoY6Ay4VstGkVlelakiEhgiRalF8nLg/inR4ax\\n2oQVFmQACQPtrwrik+yALKkvIQYlle+/A7pwPv0El5JCQFlG115BQ80Cf9XCszV4\\n8qPS2jvCtvzu9eHV+Y4yL2+Jy+BASjwXCBpMUD5Yfg2JdFc/mpwRd+Afa5DzJaaY\\n9kx5yJECgYEA33ADTcUMMY1U8Oxbq/9/0j4jvg117bs0RAiwgamfwazyTOPcGDHz\\nQM3ix1VWqjhTXueZImR0efLHQ4WDMNGJAP8asd+y5fSIsVCeb36sLe+nqKVHrv1z\\n6Q9aDbXUSfs6rDrnwNbWUyXmXgmo9n8lEsyoalUvoMKDzTUSPt+Wa6MCgYEAwYE7\\nO362yaZHdyJ6A69GJt2qTUR3fL7Xy5D2451mcxqEKxZ/ZsEGSmwlWhAhCx3BP3lj\\nzZA/uvN4W2zGgzs09zrdB7URM6nsNkZ4F621BYzntyP+KFM36C+/CVTKngT7jpxP\\nj4NvD2YoKdL/PgGUhJSgrV+th3o3fpSSydDJ2xsCgYEAhhwNX5huAS/7U8AKJept\\nJhv2CBS8O7ypWkx85NaS9QSBSnVZnYwdnT/2Zf5qzjCQmd4Yo/P3lVqLD5QLcjnS\\nKa70rt692hg0E3l4HyPA5LF7yFWr+PRXpgN44dHJYb5RMR8KC0znx3BwHPFfYNRf\\nxDDixS/sLmmSApFgKiy5dFECgYBp6zQh99VUAZmCw7NoCuvqYFFU5BJHjSsP+XS6\\n2LB4dt47u5/W/fdUi2fSqZt8uzfJZ8fSgI/x5E1QNfVfZewzG9xa2Kjmz69FckNQ\\nKrw4oo0/eQsoxYyHooL+N5SE9JNB15vRIY+MLU30vtMJ/NFv1O8yl3mj+6ket3K1\\n13x2WwKBgQCce6SqZL+hPFzPRdQGk7h9cYS/LWUuMG4cw56m+/3uBtiF4RxZY8uZ\\n4oVmDBdgd7etozSV3JQ8yRLGedmWZ8H0b8SVg4j8GFUJFbJxMoSMF8WAZIoJZqdD\\nAz5jhIR71ZYKiLDSkiBEDaFFNb5XPBIhjzMghqvoxmdj13MZJpopig==\\n-----END RSA PRIVATE KEY-----\\n", "type": "ssh", "name": "tempest-keypair-1821405795", "public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCo5D2iCerXGXJcxQTtzCJQT+ISTqEYZNu4Iw3yLocXM4VcpyTmiuISR+95uQ9+UHa9K4h7hT5R5oQIHI2glimkLglWxd35ib7M+vOgEgF6vcQcfLj4NEdMcEsldumODj/h8VlQcCemkpcaq0b+9mKJ77ay12XZCbPoRTmJ5cTfuDRrcfGe8b8XRm9V7foHjXuIiaQIhlcKTQwVGuRPXNHVTl3kTQ58VB/OmBThomqj2K/RXS3OlANGDjuZpTmxKIqecnRzj+KMK7Sanl+y1OVXW98kt+V8seHCfkCcSeyIvCG5XcdzqIvU51HRDLEooI5icknI4JzKyD7183E17Msx Generated-by-Nova", "fingerprint": "be:42:b1:d7:87:d8:74:85:7e:e1:a1:05:a4:34:be:55", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2"}}' 2021-10-27 01:32:51,509 122968 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1821405795 created 2021-10-27 01:32:53,375 122968 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.25:9696/v2.0/security-groups 1.865s 2021-10-27 01:32:53,375 122968 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--1773808015", "description": "tempest-description--2028745590"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1580', 'x-openstack-request-id': 'req-c10411d3-36f4-4887-8574-cbc74eb80bd5', 'date': 'Wed, 27 Oct 2021 01:32:53 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.25:9696/v2.0/security-groups'} Body: b'{"security_group": {"id": "8a4179c3-4030-47d5-bc9e-1958caee6659", "name": "tempest-securitygroup--1773808015", "stateful": true, "tenant_id": "52db6551fde546ca893bf07830528d4d", "description": "tempest-description--2028745590", "security_group_rules": [{"id": "5cd6ea23-4e5f-495e-9f3d-7deac71a1881", "tenant_id": "52db6551fde546ca893bf07830528d4d", "security_group_id": "8a4179c3-4030-47d5-bc9e-1958caee6659", "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": 102, "description": null, "tags": [], "created_at": "2021-10-27T01:32:52Z", "updated_at": "2021-10-27T01:32:52Z", "revision_number": 0, "project_id": "52db6551fde546ca893bf07830528d4d"}, {"id": "8078f1dd-6d39-4251-89bc-9704d8f8b079", "tenant_id": "52db6551fde546ca893bf07830528d4d", "security_group_id": "8a4179c3-4030-47d5-bc9e-1958caee6659", "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": 101, "description": null, "tags": [], "created_at": "2021-10-27T01:32:52Z", "updated_at": "2021-10-27T01:32:52Z", "revision_number": 0, "project_id": "52db6551fde546ca893bf07830528d4d"}], "tags": [], "created_at": "2021-10-27T01:32:52Z", "updated_at": "2021-10-27T01:32:52Z", "revision_number": 1, "project_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:32:55,005 122968 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.25:9696/v2.0/security-group-rules 1.629s 2021-10-27 01:32:55,005 122968 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": "8a4179c3-4030-47d5-bc9e-1958caee6659", "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-8f1221d6-6abc-4da9-b3ea-6737b057f4e7', 'date': 'Wed, 27 Oct 2021 01:32:55 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.25:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "ddfe1dd8-f239-4987-b618-e17afb1f5e96", "tenant_id": "52db6551fde546ca893bf07830528d4d", "security_group_id": "8a4179c3-4030-47d5-bc9e-1958caee6659", "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-10-27T01:32:53Z", "updated_at": "2021-10-27T01:32:53Z", "revision_number": 0, "project_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:32:57,193 122968 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.25:9696/v2.0/security-group-rules 2.187s 2021-10-27 01:32:57,193 122968 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": "8a4179c3-4030-47d5-bc9e-1958caee6659", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-28ed0ba1-f595-49b0-b3c9-200a5cc215f0', 'date': 'Wed, 27 Oct 2021 01:32:57 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.25:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c29c1de9-0c56-4b80-a6a3-bdb9ff5d180a", "tenant_id": "52db6551fde546ca893bf07830528d4d", "security_group_id": "8a4179c3-4030-47d5-bc9e-1958caee6659", "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-10-27T01:32:56Z", "updated_at": "2021-10-27T01:32:56Z", "revision_number": 0, "project_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:32:57,193 122968 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1773808015 created 2021-10-27 01:33:05,016 122968 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.25:9696/v2.0/floatingips 7.822s 2021-10-27 01:33:05,017 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "bc87e00c-b7d6-429b-87e9-3d3681beeec7"}} Response - Headers: {'content-type': 'application/json', 'content-length': '494', 'x-openstack-request-id': 'req-2f611df1-aa4a-4ab4-a383-913b77c31196', 'date': 'Wed, 27 Oct 2021 01:33:05 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.25:9696/v2.0/floatingips'} Body: b'{"floatingip": {"id": "cad66f17-9da7-40fe-a63e-ee3f01fbd804", "tenant_id": "52db6551fde546ca893bf07830528d4d", "floating_ip_address": "172.27.1.200", "floating_network_id": "bc87e00c-b7d6-429b-87e9-3d3681beeec7", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "52db6551fde546ca893bf07830528d4d", "description": "", "port_details": null, "tags": [], "created_at": "2021-10-27T01:33:01Z", "updated_at": "2021-10-27T01:33:01Z", "revision_number": 0}}' 2021-10-27 01:33:05,017 122968 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'cad66f17-9da7-40fe-a63e-ee3f01fbd804', 'tenant_id': '52db6551fde546ca893bf07830528d4d', 'floating_ip_address': '172.27.1.200', 'floating_network_id': 'bc87e00c-b7d6-429b-87e9-3d3681beeec7', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '52db6551fde546ca893bf07830528d4d', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2021-10-27T01:33:01Z', 'updated_at': '2021-10-27T01:33:01Z', 'revision_number': 0, 'ip': '172.27.1.200'} created 2021-10-27 01:33:05,283 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 201 POST http://10.222.0.25/identity/v3/auth/tokens 0.260s 2021-10-27 01:33:05,284 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 27 Oct 2021 01:33:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3409', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-aae3791f-785c-4b05-bbe3-e9b49e3c3019', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.25/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "b164b9dd32884e99b0b22eb7c50bdda2", "name": "tempest-AttachVolumeShelveTestJSON-1240007914-project", "password_expires_at": null}, "audit_ids": ["akW3P0GBQKSDb9oWmheqDg"], "expires_at": "2021-10-27T02:33:05.000000Z", "issued_at": "2021-10-27T01:33:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "52db6551fde546ca893bf07830528d4d", "name": "tempest-AttachVolumeShelveTestJSON-1240007914"}, "is_domain": false, "roles": [{"id": "0293d5b9b91a4a4899b291db05e78c7a", "name": "reader"}, {"id": "540999ece4154e6ba219007ddda3f8f9", "name": "member"}], "catalog": [{"endpoints": [{"id": "dede6f159b7a4724a0318938fda19b51", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.25/compute/v2/52db6551fde546ca893bf07830528d4d", "region": "RegionOne"}], "id": "00f1a3a9bd3b4b558de3e3b6b00a591b", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "1dbdc704b555461a8e4d746bfe94b9a6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.25/identity", "region": "RegionOne"}, {"id": "b8d7190c7f49471fae95fccbd5aa0a09", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.25/identity", "region": "RegionOne"}], "id": "167c7595b1e343e9b1422c9ff1201b75", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "506ccf8602fb49ee98d44873cdf9c9fc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.25/placement", "region": "RegionOne"}], "id": "38e0de125fbe4e53b58aef8e34b593b0", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "e6026457878e427081839e4be7a803c6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.25:9696/", "region": "RegionOne"}], "id": "58ef4d654a7742459ca85682db5486c7", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8a20ed1c9b7846008ef02a78a26cc861", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.25:8080", "region": "RegionOne"}, {"id": "93e80c2cc5684420b074e34d156a7bfa", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.25:8080/v1/AUTH_52db6551fde546ca893bf07830528d4d", "region": "RegionOne"}], "id": "6d87c10140ae488fa635a70a7f967e2d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "618f3a351cba460d9918ea4ce4e44ba1", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d", "region": "RegionOne"}], "id": "aa1c0fef2cc543e0a9cbb6cb579f7cea", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "c3852ec3ad1248de934ccfe141d45d99", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d", "region": "RegionOne"}], "id": "c3cae66c1ff04401a0e58b33602f5a81", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "374a9057056840fd9e3ff614ddd8f31f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.25/image", "region": "RegionOne"}], "id": "c7951d790c76424b847983955cd13d56", "type": "image", "name": "glance"}, {"endpoints": [{"id": "3344509087e245018b74739b9196c1bb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.25/compute/v2.1", "region": "RegionOne"}], "id": "da7a106adf7849ad8627b08152421e8c", "type": "compute", "name": "nova"}]}}' 2021-10-27 01:33:05,287 122968 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server) Found network {'id': 'd787b332-07fd-4062-94a9-7ecdc9fd7ccd', 'name': 'tempest-AttachVolumeShelveTestJSON-1432576434-network', 'tenant_id': '52db6551fde546ca893bf07830528d4d', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '52db6551fde546ca893bf07830528d4d', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 801, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2021-10-27T01:32:37Z', 'updated_at': '2021-10-27T01:32:37Z', 'revision_number': 1} available for tenant 2021-10-27 01:33:05,288 122968 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'private_key': '-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAqOQ9ognq1xlyXMUE7cwiUE/iEk6hGGTbuCMN8i6HFzOFXKck\n5oriEkfvebkPflB2vSuIe4U+UeaECByNoJYppC4JVsXd+Ym+zPrzoBIBer3EHHy4\n+DRHTHBLJXbpjg4/4fFZUHAnppKXGqtG/vZiie+2stdl2Qmz6EU5ieXE37g0a3Hx\nnvG/F0ZvVe36B417iImkCIZXCk0MFRrkT1zR1U5d5E0OfFQfzpgU4aJqo9iv0V0t\nzpQDRg47maU5sSiKnnJ0c4/ijCu0mp5fstTlV1vfJLflfLHhwn5AnEnsiLwhuV3H\nc6iL1OdR0QyxKKCOYnJJyOCcysg+9fNxNezLMQIDAQABAoIBAG0nNf4n0rM6KwNy\nAgF+UR7+wel7D/qoFKkpXrYLBBwmnCaJj/u//uQ5wbg1tqG4d0VDgW3za5ebF/H2\nIkKLSlZluntuXkwMjlgESLhHatVdGAYhRZqEjyAD401PURsSco8gYMzv73BkhWwj\nDjtyGbV0S+vB8n0XHEMdmlZZPagoY6Ay4VstGkVlelakiEhgiRalF8nLg/inR4ax\n2oQVFmQACQPtrwrik+yALKkvIQYlle+/A7pwPv0El5JCQFlG115BQ80Cf9XCszV4\n8qPS2jvCtvzu9eHV+Y4yL2+Jy+BASjwXCBpMUD5Yfg2JdFc/mpwRd+Afa5DzJaaY\n9kx5yJECgYEA33ADTcUMMY1U8Oxbq/9/0j4jvg117bs0RAiwgamfwazyTOPcGDHz\nQM3ix1VWqjhTXueZImR0efLHQ4WDMNGJAP8asd+y5fSIsVCeb36sLe+nqKVHrv1z\n6Q9aDbXUSfs6rDrnwNbWUyXmXgmo9n8lEsyoalUvoMKDzTUSPt+Wa6MCgYEAwYE7\nO362yaZHdyJ6A69GJt2qTUR3fL7Xy5D2451mcxqEKxZ/ZsEGSmwlWhAhCx3BP3lj\nzZA/uvN4W2zGgzs09zrdB7URM6nsNkZ4F621BYzntyP+KFM36C+/CVTKngT7jpxP\nj4NvD2YoKdL/PgGUhJSgrV+th3o3fpSSydDJ2xsCgYEAhhwNX5huAS/7U8AKJept\nJhv2CBS8O7ypWkx85NaS9QSBSnVZnYwdnT/2Zf5qzjCQmd4Yo/P3lVqLD5QLcjnS\nKa70rt692hg0E3l4HyPA5LF7yFWr+PRXpgN44dHJYb5RMR8KC0znx3BwHPFfYNRf\nxDDixS/sLmmSApFgKiy5dFECgYBp6zQh99VUAZmCw7NoCuvqYFFU5BJHjSsP+XS6\n2LB4dt47u5/W/fdUi2fSqZt8uzfJZ8fSgI/x5E1QNfVfZewzG9xa2Kjmz69FckNQ\nKrw4oo0/eQsoxYyHooL+N5SE9JNB15vRIY+MLU30vtMJ/NFv1O8yl3mj+6ket3K1\n13x2WwKBgQCce6SqZL+hPFzPRdQGk7h9cYS/LWUuMG4cw56m+/3uBtiF4RxZY8uZ\n4oVmDBdgd7etozSV3JQ8yRLGedmWZ8H0b8SVg4j8GFUJFbJxMoSMF8WAZIoJZqdD\nAz5jhIR71ZYKiLDSkiBEDaFFNb5XPBIhjzMghqvoxmdj13MZJpopig==\n-----END RSA PRIVATE KEY-----\n', 'type': 'ssh', 'name': 'tempest-keypair-1821405795', 'public_key': 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCo5D2iCerXGXJcxQTtzCJQT+ISTqEYZNu4Iw3yLocXM4VcpyTmiuISR+95uQ9+UHa9K4h7hT5R5oQIHI2glimkLglWxd35ib7M+vOgEgF6vcQcfLj4NEdMcEsldumODj/h8VlQcCemkpcaq0b+9mKJ77ay12XZCbPoRTmJ5cTfuDRrcfGe8b8XRm9V7foHjXuIiaQIhlcKTQwVGuRPXNHVTl3kTQ58VB/OmBThomqj2K/RXS3OlANGDjuZpTmxKIqecnRzj+KMK7Sanl+y1OVXW98kt+V8seHCfkCcSeyIvCG5XcdzqIvU51HRDLEooI5icknI4JzKyD7183E17Msx Generated-by-Nova', 'fingerprint': 'be:42:b1:d7:87:d8:74:85:7e:e1:a1:05:a4:34:be:55', 'user_id': 'b164b9dd32884e99b0b22eb7c50bdda2'}, 'security_group': {'id': '8a4179c3-4030-47d5-bc9e-1958caee6659', 'name': 'tempest-securitygroup--1773808015', 'stateful': True, 'tenant_id': '52db6551fde546ca893bf07830528d4d', 'description': 'tempest-description--2028745590', 'security_group_rules': [{'id': '5cd6ea23-4e5f-495e-9f3d-7deac71a1881', 'tenant_id': '52db6551fde546ca893bf07830528d4d', 'security_group_id': '8a4179c3-4030-47d5-bc9e-1958caee6659', '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': 102, 'description': None, 'tags': [], 'created_at': '2021-10-27T01:32:52Z', 'updated_at': '2021-10-27T01:32:52Z', 'revision_number': 0, 'project_id': '52db6551fde546ca893bf07830528d4d'}, {'id': '8078f1dd-6d39-4251-89bc-9704d8f8b079', 'tenant_id': '52db6551fde546ca893bf07830528d4d', 'security_group_id': '8a4179c3-4030-47d5-bc9e-1958caee6659', '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': 101, 'description': None, 'tags': [], 'created_at': '2021-10-27T01:32:52Z', 'updated_at': '2021-10-27T01:32:52Z', 'revision_number': 0, 'project_id': '52db6551fde546ca893bf07830528d4d'}], 'tags': [], 'created_at': '2021-10-27T01:32:52Z', 'updated_at': '2021-10-27T01:32:52Z', 'revision_number': 1, 'project_id': '52db6551fde546ca893bf07830528d4d'}, 'floating_ip': {'id': 'cad66f17-9da7-40fe-a63e-ee3f01fbd804', 'tenant_id': '52db6551fde546ca893bf07830528d4d', 'floating_ip_address': '172.27.1.200', 'floating_network_id': 'bc87e00c-b7d6-429b-87e9-3d3681beeec7', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '52db6551fde546ca893bf07830528d4d', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2021-10-27T01:33:01Z', 'updated_at': '2021-10-27T01:33:01Z', 'revision_number': 0, 'ip': '172.27.1.200'}} 2021-10-27 01:33:08,114 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 202 POST http://10.222.0.25/compute/v2.1/servers 2.825s 2021-10-27 01:33:08,115 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "imageRef": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "flavorRef": "452", "adminPass": "password", "networks": [{"uuid": "d787b332-07fd-4062-94a9-7ecdc9fd7ccd"}], "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "key_name": "tempest-keypair-1821405795", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:33:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '402', 'location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-02cdc234-4e7a-4bb7-b89d-116cbc660fae', 'x-compute-request-id': 'req-02cdc234-4e7a-4bb7-b89d-116cbc660fae', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.25/compute/v2.1/servers'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "adminPass": "password"}}' 2021-10-27 01:33:08,242 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.125s 2021-10-27 01:33:08,243 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:33:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1282', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-180d6ca0-28ad-4590-9074-c0c1aeb91226', 'x-compute-request-id': 'req-180d6ca0-28ad-4590-9074-c0c1aeb91226', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "BUILD", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:33:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-10-27 01:33:09,524 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.267s 2021-10-27 01:33:09,524 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:33:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1286', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e00db7c1-809c-487e-8543-49ad63608eec', 'x-compute-request-id': 'req-e00db7c1-809c-487e-8543-49ad63608eec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "BUILD", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:33:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-10-27 01:33:10,654 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.115s 2021-10-27 01:33:10,655 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:33:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1334', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-88a52822-e249-45d2-848f-bf3da4095075', 'x-compute-request-id': 'req-88a52822-e249-45d2-848f-bf3da4095075', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "BUILD", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:33:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-10-27 01:33:10,663 122968 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait 2021-10-27 01:33:11,762 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.098s 2021-10-27 01:33:11,762 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:33:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1334', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a79215ba-2b56-4336-a2a6-88999812d29e', 'x-compute-request-id': 'req-a79215ba-2b56-4336-a2a6-88999812d29e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "BUILD", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:33:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-10-27 01:33:12,981 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.208s 2021-10-27 01:33:12,982 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:33:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1334', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f1bca84a-8158-492f-8a9f-0916e56f1861', 'x-compute-request-id': 'req-f1bca84a-8158-492f-8a9f-0916e56f1861', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "BUILD", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:33:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-10-27 01:33:14,364 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.373s 2021-10-27 01:33:14,365 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:33:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1340', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9ee2063f-a722-45a2-bb4f-399e40c572ee', 'x-compute-request-id': 'req-9ee2063f-a722-45a2-bb4f-399e40c572ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "BUILD", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:33:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-10-27 01:33:14,373 122968 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 6 second wait 2021-10-27 01:33:15,882 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.507s 2021-10-27 01:33:15,882 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:33:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1408', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1a7994ae-039e-46f6-b70c-c96051b19e84', 'x-compute-request-id': 'req-1a7994ae-039e-46f6-b70c-c96051b19e84', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "BUILD", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:33:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-10-27 01:33:17,837 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.946s 2021-10-27 01:33:17,838 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:33:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1408', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2ff9a85d-2f91-4798-8493-fe1040626852', 'x-compute-request-id': 'req-2ff9a85d-2f91-4798-8493-fe1040626852', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "BUILD", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:33:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-10-27 01:33:19,259 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.411s 2021-10-27 01:33:19,260 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:33:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1408', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b9575f42-752f-4a6f-b631-358327f66ef5', 'x-compute-request-id': 'req-b9575f42-752f-4a6f-b631-358327f66ef5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "BUILD", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:33:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-10-27 01:33:20,847 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.577s 2021-10-27 01:33:20,847 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:33:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1408', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-568e40cf-10f1-4835-8eea-420390ad90b8', 'x-compute-request-id': 'req-568e40cf-10f1-4835-8eea-420390ad90b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "BUILD", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:33:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-10-27 01:33:22,077 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.220s 2021-10-27 01:33:22,078 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:33:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1408', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-241a9e3a-96fb-433f-9bc5-27d19e40961a', 'x-compute-request-id': 'req-241a9e3a-96fb-433f-9bc5-27d19e40961a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "BUILD", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:33:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-10-27 01:33:23,317 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.229s 2021-10-27 01:33:23,317 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:33:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1408', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cb945e9b-97de-45e0-b872-712e7d14d105', 'x-compute-request-id': 'req-cb945e9b-97de-45e0-b872-712e7d14d105', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "BUILD", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:33:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-10-27 01:33:24,566 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.239s 2021-10-27 01:33:24,566 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:33:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1408', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-200c1413-71c8-45b4-aa6d-9c6b5ad14b80', 'x-compute-request-id': 'req-200c1413-71c8-45b4-aa6d-9c6b5ad14b80', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "BUILD", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:33:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-10-27 01:33:25,854 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.278s 2021-10-27 01:33:25,854 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:33:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1408', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-24821b1f-2656-482a-b2ec-0f1cd7847f64', 'x-compute-request-id': 'req-24821b1f-2656-482a-b2ec-0f1cd7847f64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "BUILD", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:33:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-10-27 01:33:27,103 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.239s 2021-10-27 01:33:27,103 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:33:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1408', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-881f4aa5-49b8-453d-9fed-8eabab5bfaf1', 'x-compute-request-id': 'req-881f4aa5-49b8-453d-9fed-8eabab5bfaf1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "BUILD", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:33:26Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-10-27 01:33:28,467 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.354s 2021-10-27 01:33:28,467 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:33:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-92bf5876-11a1-416f-83c4-ab11b73bc6fa', 'x-compute-request-id': 'req-92bf5876-11a1-416f-83c4-ab11b73bc6fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:33:28Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:33:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-10-27 01:33:28,482 122968 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 20 second wait 2021-10-27 01:33:28,823 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-interface 0.340s 2021-10-27 01:33:28,824 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:33:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '284', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b68d3a6c-f3ec-412d-a2bf-da68b3927339', 'x-compute-request-id': 'req-b68d3a6c-f3ec-412d-a2bf-da68b3927339', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "d787b332-07fd-4062-94a9-7ecdc9fd7ccd", "port_id": "8e279870-f1f5-4792-8fef-21cb87503953", "mac_addr": "fa:16:3e:4c:7c:d7", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "74e837cb-4f99-440b-88f5-7d63a5a751ab", "ip_address": "172.20.0.4"}]}]}' 2021-10-27 01:33:31,006 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 PUT http://10.222.0.25:9696/v2.0/floatingips/cad66f17-9da7-40fe-a63e-ee3f01fbd804 2.179s 2021-10-27 01:33:31,007 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"port_id": "8e279870-f1f5-4792-8fef-21cb87503953"}} Response - Headers: {'content-type': 'application/json', 'content-length': '797', 'x-openstack-request-id': 'req-73d74cc3-5ead-472c-a024-cedc83bf659f', 'date': 'Wed, 27 Oct 2021 01:33:31 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25:9696/v2.0/floatingips/cad66f17-9da7-40fe-a63e-ee3f01fbd804'} Body: b'{"floatingip": {"id": "cad66f17-9da7-40fe-a63e-ee3f01fbd804", "tenant_id": "52db6551fde546ca893bf07830528d4d", "floating_ip_address": "172.27.1.200", "floating_network_id": "bc87e00c-b7d6-429b-87e9-3d3681beeec7", "router_id": "827c56a9-a469-449c-842c-a40763297215", "port_id": "8e279870-f1f5-4792-8fef-21cb87503953", "fixed_ip_address": "172.20.0.4", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "d787b332-07fd-4062-94a9-7ecdc9fd7ccd", "mac_address": "fa:16:3e:4c:7c:d7", "admin_state_up": true, "status": "ACTIVE", "device_id": "469e7755-913d-4045-af55-ea499082df37", "device_owner": "compute:nova"}, "tags": [], "created_at": "2021-10-27T01:33:01Z", "updated_at": "2021-10-27T01:33:29Z", "revision_number": 1, "project_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:33:31,207 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/action 0.200s 2021-10-27 01:33:31,207 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:33:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f3e155dc-bd22-4b45-87eb-1cb29546db3f', 'x-compute-request-id': 'req-f3e155dc-bd22-4b45-87eb-1cb29546db3f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/action'} Body: b'{"output": ""}' 2021-10-27 01:33:32,612 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/action 0.403s 2021-10-27 01:33:32,612 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:33:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e456853c-e86b-47fa-9d04-81e0d89faf02', 'x-compute-request-id': 'req-e456853c-e86b-47fa-9d04-81e0d89faf02', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/action'} Body: b'{"output": ""}' 2021-10-27 01:33:33,803 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/action 0.188s 2021-10-27 01:33:33,803 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:33:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-36aa0ce2-fd21-4c34-a901-977ba77d89dc', 'x-compute-request-id': 'req-36aa0ce2-fd21-4c34-a901-977ba77d89dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/action'} Body: b'{"output": ""}' 2021-10-27 01:33:35,033 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/action 0.228s 2021-10-27 01:33:35,034 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:33:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-08007d5b-8e65-481a-b223-77e9f3ecfe67', 'x-compute-request-id': 'req-08007d5b-8e65-481a-b223-77e9f3ecfe67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/action'} Body: b'{"output": ""}' 2021-10-27 01:33:36,172 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/action 0.135s 2021-10-27 01:33:36,172 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:33:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-11a45e46-9e04-481f-bc9e-54ec733ce981', 'x-compute-request-id': 'req-11a45e46-9e04-481f-bc9e-54ec733ce981', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/action'} Body: b'{"output": ""}' 2021-10-27 01:33:37,370 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/action 0.194s 2021-10-27 01:33:37,370 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:33:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-116c3c12-2ae5-4f71-a41f-1d647854dad3', 'x-compute-request-id': 'req-116c3c12-2ae5-4f71-a41f-1d647854dad3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/action'} Body: b'{"output": ""}' 2021-10-27 01:33:38,514 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/action 0.142s 2021-10-27 01:33:38,514 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:33:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ff877b4b-83fc-4ec1-ba6c-fa21cd769877', 'x-compute-request-id': 'req-ff877b4b-83fc-4ec1-ba6c-fa21cd769877', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/action'} Body: b'{"output": ""}' 2021-10-27 01:33:39,681 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/action 0.164s 2021-10-27 01:33:39,681 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:33:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0b1de773-dc6e-47f6-8efc-f07467701a4d', 'x-compute-request-id': 'req-0b1de773-dc6e-47f6-8efc-f07467701a4d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/action'} Body: b'{"output": ""}' 2021-10-27 01:33:40,817 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/action 0.134s 2021-10-27 01:33:40,818 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:33:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3c615ca0-4fdc-43d9-828e-e92bc261179e', 'x-compute-request-id': 'req-3c615ca0-4fdc-43d9-828e-e92bc261179e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/action'} Body: b'{"output": ""}' 2021-10-27 01:33:41,974 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/action 0.154s 2021-10-27 01:33:41,974 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:33:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e20b4494-8e36-4c7e-aaee-5696097cfd8a', 'x-compute-request-id': 'req-e20b4494-8e36-4c7e-aaee-5696097cfd8a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/action'} Body: b'{"output": ""}' 2021-10-27 01:33:43,093 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/action 0.116s 2021-10-27 01:33:43,094 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:33:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ac204210-977e-4a65-94b4-809feaf65e73', 'x-compute-request-id': 'req-ac204210-977e-4a65-94b4-809feaf65e73', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/action'} Body: b'{"output": ""}' 2021-10-27 01:33:44,196 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/action 0.099s 2021-10-27 01:33:44,196 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:33:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d42291b8-6a54-458f-b388-85a434582d7c', 'x-compute-request-id': 'req-d42291b8-6a54-458f-b388-85a434582d7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/action'} Body: b'{"output": ""}' 2021-10-27 01:33:45,311 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/action 0.113s 2021-10-27 01:33:45,312 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:33:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-895acb8f-5194-4199-a397-94c2335807b1', 'x-compute-request-id': 'req-895acb8f-5194-4199-a397-94c2335807b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/action'} Body: b'{"output": ""}' 2021-10-27 01:33:46,547 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/action 0.234s 2021-10-27 01:33:46,548 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:33:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8d48c8c6-1262-4ce0-8eb1-82e25edaf371', 'x-compute-request-id': 'req-8d48c8c6-1262-4ce0-8eb1-82e25edaf371', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/action'} Body: b'{"output": ""}' 2021-10-27 01:33:47,813 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/action 0.262s 2021-10-27 01:33:47,813 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:33:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '6451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-552034d0-4296-481f-8096-cba90dfaa342', 'x-compute-request-id': 'req-552034d0-4296-481f-8096-cba90dfaa342', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/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-10-27 01:33:49,071 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/action 0.254s 2021-10-27 01:33:49,071 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:33:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '12758', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9bbf5e46-15f7-43aa-b3f6-88c10e0d6bd0', 'x-compute-request-id': 'req-9bbf5e46-15f7-43aa-b3f6-88c10e0d6bd0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/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-10-27 01:33:52,157 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/action 2.083s 2021-10-27 01:33:52,157 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:33:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '17914', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e0dde027-cd41-43a9-9d28-a54d7bfab6ca', 'x-compute-request-id': 'req-e0dde027-cd41-43a9-9d28-a54d7bfab6ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/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-10-27 01:33:56,275 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/action 3.115s 2021-10-27 01:33:56,276 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:33:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '22965', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4e1e22f5-e7ca-446f-bda9-13bccd13c11e', 'x-compute-request-id': 'req-4e1e22f5-e7ca-446f-bda9-13bccd13c11e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/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-10-27 01:33:57,478 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/action 0.200s 2021-10-27 01:33:57,479 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:33:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '23788', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0b43f0e4-2a46-444f-8628-8048ad82d075', 'x-compute-request-id': 'req-0b43f0e4-2a46-444f-8628-8048ad82d075', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/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-10-27 01:33:58,614 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/action 0.132s 2021-10-27 01:33:58,614 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:33:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '24699', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-df7cd3d7-9395-442b-814e-6266fb3012b6', 'x-compute-request-id': 'req-df7cd3d7-9395-442b-814e-6266fb3012b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/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-10-27 01:33:59,747 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/action 0.129s 2021-10-27 01:33:59,747 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:33:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '25685', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c774f5c2-3378-4aae-bd11-341781d452f8', 'x-compute-request-id': 'req-c774f5c2-3378-4aae-bd11-341781d452f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/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-10-27 01:34:00,909 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/action 0.159s 2021-10-27 01:34:00,910 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:34:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '26497', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f3cebc45-9c61-44bf-8730-f4d4d6b38e3d', 'x-compute-request-id': 'req-f3cebc45-9c61-44bf-8730-f4d4d6b38e3d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/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-10-27 01:34:13,536 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/action 11.623s 2021-10-27 01:34:13,536 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:34:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28638', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6b87f49a-87dd-4c24-97b8-1bc86d50c355', 'x-compute-request-id': 'req-6b87f49a-87dd-4c24-97b8-1bc86d50c355', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/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-10-27 01:34:14,722 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/action 0.182s 2021-10-27 01:34:14,722 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:34:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28638', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d1765c98-461f-42c4-a330-7555a898c431', 'x-compute-request-id': 'req-d1765c98-461f-42c4-a330-7555a898c431', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/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-10-27 01:34:16,016 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/action 0.290s 2021-10-27 01:34:16,016 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:34:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28638', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6fd94f4c-4fd8-4dc1-823b-32190e7f728a', 'x-compute-request-id': 'req-6fd94f4c-4fd8-4dc1-823b-32190e7f728a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/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-10-27 01:34:17,134 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/action 0.115s 2021-10-27 01:34:17,135 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:34:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28638', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4af7fd5a-ac27-40cb-9059-3842082b6f1e', 'x-compute-request-id': 'req-4af7fd5a-ac27-40cb-9059-3842082b6f1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/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-10-27 01:34:18,317 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/action 0.180s 2021-10-27 01:34:18,318 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:34:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28638', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0d0920fe-9cce-42dc-907c-8ccd8ce796d9', 'x-compute-request-id': 'req-0d0920fe-9cce-42dc-907c-8ccd8ce796d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/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-10-27 01:34:19,537 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/action 0.216s 2021-10-27 01:34:19,538 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:34:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28638', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-574341ce-ce8b-44a1-b055-c6aa31e1327d', 'x-compute-request-id': 'req-574341ce-ce8b-44a1-b055-c6aa31e1327d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/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-10-27 01:34:20,715 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/action 0.174s 2021-10-27 01:34:20,716 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:34:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28638', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-905c05e3-4ed8-42db-b4a7-eca527dd6c40', 'x-compute-request-id': 'req-905c05e3-4ed8-42db-b4a7-eca527dd6c40', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/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-10-27 01:34:21,822 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/action 0.103s 2021-10-27 01:34:21,823 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:34:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28638', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eadc1974-8f7e-42a6-9bae-a421ac0e0c98', 'x-compute-request-id': 'req-eadc1974-8f7e-42a6-9bae-a421ac0e0c98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/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-10-27 01:34:22,935 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/action 0.110s 2021-10-27 01:34:22,936 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:34:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '29005', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5e12ae23-f8d7-4d3f-8421-d64f60464926', 'x-compute-request-id': 'req-5e12ae23-f8d7-4d3f-8421-d64f60464926', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/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-10-27 01:34:24,101 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/action 0.161s 2021-10-27 01:34:24,102 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:34:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '30179', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0dbde14a-cb6e-46a1-90ce-29fafe73d06e', 'x-compute-request-id': 'req-0dbde14a-cb6e-46a1-90ce-29fafe73d06e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/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-10-27 01:34:25,213 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/action 0.108s 2021-10-27 01:34:25,214 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:34:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '31160', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8452374b-fd17-47ce-9edf-7afb23c4f912', 'x-compute-request-id': 'req-8452374b-fd17-47ce-9edf-7afb23c4f912', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/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-10-27 01:34:29,067 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/action 2.849s 2021-10-27 01:34:29,068 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:34:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '33103', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f89bc7f7-7bdf-49c5-a903-ded20bf5a016', 'x-compute-request-id': 'req-f89bc7f7-7bdf-49c5-a903-ded20bf5a016', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/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-10-27 01:34:30,248 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/action 0.177s 2021-10-27 01:34:30,248 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:34:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '33426', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1844a3f8-19e7-46ef-910f-fbae8f707d31', 'x-compute-request-id': 'req-1844a3f8-19e7-46ef-910f-fbae8f707d31', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/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-10-27 01:34:34,122 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/action 2.870s 2021-10-27 01:34:34,122 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:34:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '35332', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-76258423-e740-43e0-9804-d9d9b80b612f', 'x-compute-request-id': 'req-76258423-e740-43e0-9804-d9d9b80b612f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/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-10-27 01:34:35,248 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/action 0.122s 2021-10-27 01:34:35,249 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:34:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '35745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0bab9d7a-28d0-47e0-9467-64fb1baa1d42', 'x-compute-request-id': 'req-0bab9d7a-28d0-47e0-9467-64fb1baa1d42', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/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-10-27 01:34:36,389 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/action 0.137s 2021-10-27 01:34:36,390 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:34:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '36422', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c7484a6a-c1d7-47f3-b1d3-b22580a5778d', 'x-compute-request-id': 'req-c7484a6a-c1d7-47f3-b1d3-b22580a5778d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/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-10-27 01:34:37,515 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/action 0.122s 2021-10-27 01:34:37,516 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:34:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '36935', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-917379f1-51da-4c84-9598-1c70ba451851', 'x-compute-request-id': 'req-917379f1-51da-4c84-9598-1c70ba451851', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/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-10-27 01:34:41,654 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/action 3.135s 2021-10-27 01:34:41,655 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:34:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '38283', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d59e8269-d384-4e29-94c3-60bc430e05cd', 'x-compute-request-id': 'req-d59e8269-d384-4e29-94c3-60bc430e05cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/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-10-27 01:34:41,995 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/ips 0.338s 2021-10-27 01:34:41,996 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:34:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '152', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d2208352-495a-4633-ad4a-9fcae809d948', 'x-compute-request-id': 'req-d2208352-495a-4633-ad4a-9fcae809d948', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/ips'} Body: b'{"addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4"}, {"version": 4, "addr": "172.27.1.200"}]}}' 2021-10-27 01:34:42,345 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 202 POST http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes 0.347s 2021-10-27 01:34:42,345 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"size": 1, "display_name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841"}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:34:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-268c719f-982c-44f2-bfe2-e5d22d336dfe', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-268c719f-982c-44f2-bfe2-e5d22d336dfe', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.210153", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2021-10-27 01:34:42,411 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.058s 2021-10-27 01:34:42,411 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:34:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03be0016-4ead-4e0b-8ebb-befbd8125db0', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03be0016-4ead-4e0b-8ebb-befbd8125db0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:34:43,461 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.043s 2021-10-27 01:34:43,461 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:34:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-770e9162-87b7-405d-ab30-c5c93b681b61', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-770e9162-87b7-405d-ab30-c5c93b681b61', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:34:43.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:34:43,468 122968 INFO [tempest.common.waiters] volume c4634198-6cbf-46d8-a0a7-a1355297abe9 reached available after waiting for 1.468326 seconds 2021-10-27 01:34:43,481 122968 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; grep -c -E [vs]d.$ /proc/partitions 2021-10-27 01:34:43,481 122968 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.27.1.200:22' as 'ubuntu' with public key authentication 2021-10-27 01:34:43,506 122968 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2021-10-27 01:34:43,743 122968 INFO [paramiko.transport] Authentication (publickey) successful! 2021-10-27 01:34:43,743 122968 INFO [tempest.lib.common.ssh] ssh connection to ubuntu@172.27.1.200 successfully created 2021-10-27 01:34:47,166 122968 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.27.1.200:22' as 'ubuntu' with public key authentication 2021-10-27 01:34:47,189 122968 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2021-10-27 01:34:47,299 122968 INFO [paramiko.transport] Authentication (publickey) successful! 2021-10-27 01:34:47,300 122968 INFO [tempest.lib.common.ssh] ssh connection to ubuntu@172.27.1.200 successfully created 2021-10-27 01:34:47,648 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 202 POST http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/action 0.347s 2021-10-27 01:34:47,648 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"shelve": {}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:34:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-795b6084-82b5-49a4-a3ea-c077864875fb', 'x-compute-request-id': 'req-795b6084-82b5-49a4-a3ea-c077864875fb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/action'} Body: b'' 2021-10-27 01:34:47,879 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.230s 2021-10-27 01:34:47,880 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:34:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1725', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-47f292b0-ad2e-484f-925a-b1d37896392c', 'x-compute-request-id': 'req-47f292b0-ad2e-484f-925a-b1d37896392c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:34:47Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:33:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-10-27 01:34:49,146 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.257s 2021-10-27 01:34:49,147 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:34:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1725', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fe9a15c8-e204-476e-96be-57d2d64e0ef1', 'x-compute-request-id': 'req-fe9a15c8-e204-476e-96be-57d2d64e0ef1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:34:47Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:33:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-10-27 01:34:50,383 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.226s 2021-10-27 01:34:50,384 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:34:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1725', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-83e5e9d7-58c3-4fd8-a761-804c0308ecb3', 'x-compute-request-id': 'req-83e5e9d7-58c3-4fd8-a761-804c0308ecb3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:34:47Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:33:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-10-27 01:34:51,560 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.166s 2021-10-27 01:34:51,561 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:34:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1725', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7d05ba56-bb10-4d35-98dc-97362468e179', 'x-compute-request-id': 'req-7d05ba56-bb10-4d35-98dc-97362468e179', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:34:47Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:33:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-10-27 01:34:52,755 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.184s 2021-10-27 01:34:52,755 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:34:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1725', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6a92ca13-729d-4096-85c5-6b5cba13aaa5', 'x-compute-request-id': 'req-6a92ca13-729d-4096-85c5-6b5cba13aaa5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:34:47Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:33:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-10-27 01:34:53,915 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.150s 2021-10-27 01:34:53,916 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:34:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1725', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2a03180d-4e8e-4174-b403-eaf8af4f39a6', 'x-compute-request-id': 'req-2a03180d-4e8e-4174-b403-eaf8af4f39a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:34:47Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:33:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-10-27 01:34:55,071 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.145s 2021-10-27 01:34:55,072 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:34:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1725', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-406fcab9-9876-48b7-8012-eda68d2496fc', 'x-compute-request-id': 'req-406fcab9-9876-48b7-8012-eda68d2496fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:34:47Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:33:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-10-27 01:34:56,230 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.149s 2021-10-27 01:34:56,230 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:34:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1725', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-77143840-d236-450f-9817-1b806bc3a95b', 'x-compute-request-id': 'req-77143840-d236-450f-9817-1b806bc3a95b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:34:47Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:33:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-10-27 01:34:57,391 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.150s 2021-10-27 01:34:57,392 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:34:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1725', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-06867776-8470-4189-8b97-a84210b671e1', 'x-compute-request-id': 'req-06867776-8470-4189-8b97-a84210b671e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:34:47Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:33:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-10-27 01:34:58,550 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.149s 2021-10-27 01:34:58,550 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:34:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1725', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7e2f8aa1-8e73-45cd-9519-c576dd1653f4', 'x-compute-request-id': 'req-7e2f8aa1-8e73-45cd-9519-c576dd1653f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:34:47Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:33:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-10-27 01:34:59,716 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.155s 2021-10-27 01:34:59,717 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:34:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1725', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5e7040b1-9c70-41e0-b026-9ac5295eaef2', 'x-compute-request-id': 'req-5e7040b1-9c70-41e0-b026-9ac5295eaef2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:34:47Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:33:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-10-27 01:35:00,887 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.160s 2021-10-27 01:35:00,887 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:35:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1725', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-884ef2ba-e27c-41ec-95e9-60baeadb0808', 'x-compute-request-id': 'req-884ef2ba-e27c-41ec-95e9-60baeadb0808', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:34:47Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:33:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-10-27 01:35:02,047 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.150s 2021-10-27 01:35:02,048 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:35:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1725', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7fc5c47c-1142-4101-8c7b-d337cb8cc208', 'x-compute-request-id': 'req-7fc5c47c-1142-4101-8c7b-d337cb8cc208', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:34:47Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:33:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-10-27 01:35:03,210 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.152s 2021-10-27 01:35:03,210 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:35:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1725', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-033e69c0-2821-4382-8e13-e3f2aa2ce68d', 'x-compute-request-id': 'req-033e69c0-2821-4382-8e13-e3f2aa2ce68d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:34:47Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:33:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-10-27 01:35:04,391 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.170s 2021-10-27 01:35:04,392 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:35:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1725', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-10f9a47c-2454-420d-a8f9-df2abe1a3d61', 'x-compute-request-id': 'req-10f9a47c-2454-420d-a8f9-df2abe1a3d61', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:34:47Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:33:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-10-27 01:35:05,572 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.170s 2021-10-27 01:35:05,572 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:35:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1725', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2f2eb48f-8a82-4a91-8a73-44e0560dcd57', 'x-compute-request-id': 'req-2f2eb48f-8a82-4a91-8a73-44e0560dcd57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:34:47Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:33:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-10-27 01:35:06,758 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.177s 2021-10-27 01:35:06,759 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:35:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1725', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-65986fca-9612-4a6d-ade3-1ca1c5cead09', 'x-compute-request-id': 'req-65986fca-9612-4a6d-ade3-1ca1c5cead09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:34:47Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:33:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-10-27 01:35:07,947 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.177s 2021-10-27 01:35:07,947 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:35:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1725', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-955a2ae1-b614-4741-8445-1d00227fe0db', 'x-compute-request-id': 'req-955a2ae1-b614-4741-8445-1d00227fe0db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:34:47Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:33:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-10-27 01:35:09,173 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.217s 2021-10-27 01:35:09,174 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:35:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1725', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1d804641-98de-4167-b1d3-7438f537e7dd', 'x-compute-request-id': 'req-1d804641-98de-4167-b1d3-7438f537e7dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:34:47Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:33:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-10-27 01:35:10,436 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.252s 2021-10-27 01:35:10,437 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:35:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1725', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7d8eaef2-6ac8-427e-aab3-3fda5f02818b', 'x-compute-request-id': 'req-7d8eaef2-6ac8-427e-aab3-3fda5f02818b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:34:47Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:33:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-10-27 01:35:11,668 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.221s 2021-10-27 01:35:11,668 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:35:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1725', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b684ce56-e815-4166-b5fa-b025a3beaf17', 'x-compute-request-id': 'req-b684ce56-e815-4166-b5fa-b025a3beaf17', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:34:47Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:33:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-10-27 01:35:12,909 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.231s 2021-10-27 01:35:12,909 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:35:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1725', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-82c729f5-ac43-46b6-bdb8-8122f967bd0b', 'x-compute-request-id': 'req-82c729f5-ac43-46b6-bdb8-8122f967bd0b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:34:47Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:33:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-10-27 01:35:14,164 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.246s 2021-10-27 01:35:14,165 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:35:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1746', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2a98754f-796c-481d-a038-a948afa67ac7', 'x-compute-request-id': 'req-2a98754f-796c-481d-a038-a948afa67ac7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:35:13Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:33:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "shelving_image_pending_upload", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-10-27 01:35:14,176 122968 INFO [tempest.common.waiters] State transition "ACTIVE/shelving" ==> "ACTIVE/shelving_image_pending_upload" after 27 second wait 2021-10-27 01:35:15,483 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.306s 2021-10-27 01:35:15,483 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:35:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1746', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a87c3c83-3138-4330-bb4f-d4dc2ae7b50e', 'x-compute-request-id': 'req-a87c3c83-3138-4330-bb4f-d4dc2ae7b50e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:35:13Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:33:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "shelving_image_pending_upload", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-10-27 01:35:16,645 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.151s 2021-10-27 01:35:16,646 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:35:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1746', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f05bd701-c67b-4e21-8014-8c39c10ae1c4', 'x-compute-request-id': 'req-f05bd701-c67b-4e21-8014-8c39c10ae1c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:35:13Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:33:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "shelving_image_pending_upload", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-10-27 01:35:17,811 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.156s 2021-10-27 01:35:17,812 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:35:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1746', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-48e8f663-5db4-4a04-adf0-adef35470ade', 'x-compute-request-id': 'req-48e8f663-5db4-4a04-adf0-adef35470ade', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:35:13Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:33:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "shelving_image_pending_upload", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-10-27 01:35:18,992 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.170s 2021-10-27 01:35:18,992 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:35:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1746', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bbe6e2d7-841a-46b1-aef7-c3ac9e0354bb', 'x-compute-request-id': 'req-bbe6e2d7-841a-46b1-aef7-c3ac9e0354bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:35:13Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:33:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "shelving_image_pending_upload", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-10-27 01:35:20,558 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.554s 2021-10-27 01:35:20,558 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:35:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1741', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b7341e5d-01e7-497b-a60c-ea52bc4a658e', 'x-compute-request-id': 'req-b7341e5d-01e7-497b-a60c-ea52bc4a658e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:35:19Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:33:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "shelving_image_uploading", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-10-27 01:35:20,570 122968 INFO [tempest.common.waiters] State transition "ACTIVE/shelving_image_pending_upload" ==> "ACTIVE/shelving_image_uploading" after 33 second wait 2021-10-27 01:35:22,197 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.626s 2021-10-27 01:35:22,198 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:35:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1741', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-afb402ed-6080-4cf5-92e2-39428afe530c', 'x-compute-request-id': 'req-afb402ed-6080-4cf5-92e2-39428afe530c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:35:19Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:33:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "shelving_image_uploading", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-10-27 01:35:23,527 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.317s 2021-10-27 01:35:23,527 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:35:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1741', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-03688746-23be-4aa7-a2bd-61478ee6ea9b', 'x-compute-request-id': 'req-03688746-23be-4aa7-a2bd-61478ee6ea9b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:35:19Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:33:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "shelving_image_uploading", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-10-27 01:35:24,822 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.285s 2021-10-27 01:35:24,823 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:35:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1741', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-67fede2c-628d-4cc3-b6aa-4bdf124b7e4a', 'x-compute-request-id': 'req-67fede2c-628d-4cc3-b6aa-4bdf124b7e4a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:35:19Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:33:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "shelving_image_uploading", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-10-27 01:35:26,110 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.276s 2021-10-27 01:35:26,110 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:35:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1741', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9128dc08-dcea-4cd4-b746-f133c5f38e0d', 'x-compute-request-id': 'req-9128dc08-dcea-4cd4-b746-f133c5f38e0d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:35:19Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:33:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "shelving_image_uploading", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-10-27 01:35:27,658 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.537s 2021-10-27 01:35:27,659 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:35:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1741', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-577c287c-fcdc-4e66-9a32-3be581477bbf', 'x-compute-request-id': 'req-577c287c-fcdc-4e66-9a32-3be581477bbf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:35:19Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:33:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "shelving_image_uploading", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-10-27 01:35:29,474 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.805s 2021-10-27 01:35:29,474 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:35:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1741', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eb9125b7-bf5b-4327-898a-91ceb9d0a8a1', 'x-compute-request-id': 'req-eb9125b7-bf5b-4327-898a-91ceb9d0a8a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:35:19Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:33:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "shelving_image_uploading", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-10-27 01:35:31,227 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.742s 2021-10-27 01:35:31,227 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:35:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1741', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-624ea3f4-d2c4-4d17-80c7-b6cc1aa989d4', 'x-compute-request-id': 'req-624ea3f4-d2c4-4d17-80c7-b6cc1aa989d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:35:19Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:33:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "shelving_image_uploading", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-10-27 01:35:32,760 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.522s 2021-10-27 01:35:32,760 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:35:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1741', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0930beeb-aa43-4f4a-97d1-67a89cea73e8', 'x-compute-request-id': 'req-0930beeb-aa43-4f4a-97d1-67a89cea73e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:35:19Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:33:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "shelving_image_uploading", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-10-27 01:35:36,049 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 2.271s 2021-10-27 01:35:36,049 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:35:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1723', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-54e4442e-8c96-42df-9c7f-3208bc712c5d', 'x-compute-request-id': 'req-54e4442e-8c96-42df-9c7f-3208bc712c5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "SHELVED", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:35:36Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:33:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "shelving_offloading", "OS-EXT-STS:vm_state": "shelved", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-10-27 01:35:36,058 122968 INFO [tempest.common.waiters] State transition "ACTIVE/shelving_image_uploading" ==> "SHELVED/shelving_offloading" after 49 second wait 2021-10-27 01:35:37,320 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.259s 2021-10-27 01:35:37,320 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:35:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1723', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ba62d44f-2fed-45a3-9af0-8d6ca2093589', 'x-compute-request-id': 'req-ba62d44f-2fed-45a3-9af0-8d6ca2093589', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "SHELVED", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:35:36Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:33:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "shelving_offloading", "OS-EXT-STS:vm_state": "shelved", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-10-27 01:35:38,839 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.509s 2021-10-27 01:35:38,839 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:35:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1723', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ac39ee12-efac-4027-8640-63dc053d116d', 'x-compute-request-id': 'req-ac39ee12-efac-4027-8640-63dc053d116d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "SHELVED", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:35:36Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:33:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "shelving_offloading", "OS-EXT-STS:vm_state": "shelved", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-10-27 01:35:40,334 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.485s 2021-10-27 01:35:40,335 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:35:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1726', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7635ee2b-9806-470b-8243-c0f2ad45e445', 'x-compute-request-id': 'req-7635ee2b-9806-470b-8243-c0f2ad45e445', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "SHELVED_OFFLOADED", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:35:39Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:33:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-10-27 01:35:40,344 122968 INFO [tempest.common.waiters] State transition "SHELVED/shelving_offloading" ==> "SHELVED_OFFLOADED/None" after 53 second wait 2021-10-27 01:35:40,738 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.393s 2021-10-27 01:35:40,738 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"volumeAttachment": {"volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9"}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:35:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '188', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4830d190-b1c2-4e87-8352-ed7438b7e495', 'x-compute-request-id': 'req-4830d190-b1c2-4e87-8352-ed7438b7e495', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachment": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "device": null}}' 2021-10-27 01:35:40,794 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.054s 2021-10-27 01:35:40,795 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:35:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cbcbe2c2-f351-4c3c-81c8-fe1b29a5fc62', 'content-length': '1181', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cbcbe2c2-f351-4c3c-81c8-fe1b29a5fc62', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:35:41.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:35:40,802 122968 INFO [tempest.common.waiters] Attachment 271844be-d560-430c-b36f-8649577d45f6 created for volume c4634198-6cbf-46d8-a0a7-a1355297abe9 to server 469e7755-913d-4045-af55-ea499082df37 after waiting for 0.802516 seconds 2021-10-27 01:35:40,863 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.060s 2021-10-27 01:35:40,863 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:35:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed0819f1-53d0-4dfb-aa5f-bcc31329af74', 'content-length': '1181', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed0819f1-53d0-4dfb-aa5f-bcc31329af74', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:35:41.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:35:40,870 122968 INFO [tempest.common.waiters] volume c4634198-6cbf-46d8-a0a7-a1355297abe9 reached in-use after waiting for 0.870055 seconds 2021-10-27 01:35:41,199 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 202 POST http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/action 0.328s 2021-10-27 01:35:41,199 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"unshelve": null} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:35:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8c60208e-bf29-4501-b0e0-0b868f4f8c35', 'x-compute-request-id': 'req-8c60208e-bf29-4501-b0e0-0b868f4f8c35', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/action'} Body: b'' 2021-10-27 01:35:41,560 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.361s 2021-10-27 01:35:41,561 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:35:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2466ec9a-b2d3-41c4-83e4-94ecbde0a96f', 'x-compute-request-id': 'req-2466ec9a-b2d3-41c4-83e4-94ecbde0a96f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "SHELVED_OFFLOADED", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:35:41Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:33:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:35:42,809 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.238s 2021-10-27 01:35:42,809 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:35:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-173b7736-f8f7-4681-ae31-c62841270401', 'x-compute-request-id': 'req-173b7736-f8f7-4681-ae31-c62841270401', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "SHELVED_OFFLOADED", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:35:42Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:33:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:35:42,819 122968 INFO [tempest.common.waiters] State transition "SHELVED_OFFLOADED/unshelving" ==> "SHELVED_OFFLOADED/spawning" after 1 second wait 2021-10-27 01:35:44,495 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.674s 2021-10-27 01:35:44,495 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:35:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1810', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b1174996-fd48-4530-b8e8-4161d2573e6b', 'x-compute-request-id': 'req-b1174996-fd48-4530-b8e8-4161d2573e6b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "SHELVED_OFFLOADED", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "1ab77b9d-0d8b-4b09-a7c0-dc9a55e60f9f", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/1ab77b9d-0d8b-4b09-a7c0-dc9a55e60f9f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:35:43Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:33:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:35:45,931 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.423s 2021-10-27 01:35:45,932 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:35:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1810', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e1e3dd31-5550-4d30-b27a-ec18c3b96ed2', 'x-compute-request-id': 'req-e1e3dd31-5550-4d30-b27a-ec18c3b96ed2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "SHELVED_OFFLOADED", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "1ab77b9d-0d8b-4b09-a7c0-dc9a55e60f9f", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/1ab77b9d-0d8b-4b09-a7c0-dc9a55e60f9f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:35:43Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:33:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:35:47,154 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.213s 2021-10-27 01:35:47,155 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:35:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1810', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4edf3682-2392-4e22-885b-f8fb22e42b99', 'x-compute-request-id': 'req-4edf3682-2392-4e22-885b-f8fb22e42b99', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "SHELVED_OFFLOADED", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "1ab77b9d-0d8b-4b09-a7c0-dc9a55e60f9f", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/1ab77b9d-0d8b-4b09-a7c0-dc9a55e60f9f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:35:43Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:33:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:35:48,393 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.228s 2021-10-27 01:35:48,394 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:35:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1810', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f6112b61-6312-4ba8-bb13-930daf97d620', 'x-compute-request-id': 'req-f6112b61-6312-4ba8-bb13-930daf97d620', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "SHELVED_OFFLOADED", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "1ab77b9d-0d8b-4b09-a7c0-dc9a55e60f9f", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/1ab77b9d-0d8b-4b09-a7c0-dc9a55e60f9f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:35:43Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:33:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:35:49,672 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.268s 2021-10-27 01:35:49,672 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:35:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1810', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b3bc0d6e-de58-40c9-9e6b-eb47d4174db2', 'x-compute-request-id': 'req-b3bc0d6e-de58-40c9-9e6b-eb47d4174db2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "SHELVED_OFFLOADED", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "1ab77b9d-0d8b-4b09-a7c0-dc9a55e60f9f", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/1ab77b9d-0d8b-4b09-a7c0-dc9a55e60f9f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:35:43Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:33:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:35:50,929 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.248s 2021-10-27 01:35:50,930 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:35:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1810', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1f6da555-fdcb-4e17-a7d8-689c33968947', 'x-compute-request-id': 'req-1f6da555-fdcb-4e17-a7d8-689c33968947', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "SHELVED_OFFLOADED", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "1ab77b9d-0d8b-4b09-a7c0-dc9a55e60f9f", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/1ab77b9d-0d8b-4b09-a7c0-dc9a55e60f9f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:35:43Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:33:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:35:52,194 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.254s 2021-10-27 01:35:52,195 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:35:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1810', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5e86ddb3-4207-4b60-840e-aac226ab9716', 'x-compute-request-id': 'req-5e86ddb3-4207-4b60-840e-aac226ab9716', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "SHELVED_OFFLOADED", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "1ab77b9d-0d8b-4b09-a7c0-dc9a55e60f9f", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/1ab77b9d-0d8b-4b09-a7c0-dc9a55e60f9f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:35:43Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:33:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:35:53,427 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.222s 2021-10-27 01:35:53,427 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:35:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1810', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-be1def7b-ad56-463b-9980-2f2fa2df4cec', 'x-compute-request-id': 'req-be1def7b-ad56-463b-9980-2f2fa2df4cec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "SHELVED_OFFLOADED", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "1ab77b9d-0d8b-4b09-a7c0-dc9a55e60f9f", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/1ab77b9d-0d8b-4b09-a7c0-dc9a55e60f9f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:35:43Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:33:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:35:54,659 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.218s 2021-10-27 01:35:54,659 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:35:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1810', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-246c65c8-215a-4947-9d89-1380f4e3ca0c', 'x-compute-request-id': 'req-246c65c8-215a-4947-9d89-1380f4e3ca0c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "SHELVED_OFFLOADED", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "1ab77b9d-0d8b-4b09-a7c0-dc9a55e60f9f", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/1ab77b9d-0d8b-4b09-a7c0-dc9a55e60f9f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:35:43Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:33:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:35:55,875 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.206s 2021-10-27 01:35:55,875 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:35:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1810', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-15601728-a16f-4b8b-9c0d-ce72e68114ae', 'x-compute-request-id': 'req-15601728-a16f-4b8b-9c0d-ce72e68114ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "SHELVED_OFFLOADED", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "1ab77b9d-0d8b-4b09-a7c0-dc9a55e60f9f", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/1ab77b9d-0d8b-4b09-a7c0-dc9a55e60f9f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:35:43Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:33:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:35:57,089 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.203s 2021-10-27 01:35:57,089 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:35:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1810', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c9f46190-ae65-4237-809b-a3015383ac9e', 'x-compute-request-id': 'req-c9f46190-ae65-4237-809b-a3015383ac9e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "SHELVED_OFFLOADED", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "1ab77b9d-0d8b-4b09-a7c0-dc9a55e60f9f", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/1ab77b9d-0d8b-4b09-a7c0-dc9a55e60f9f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:35:43Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:33:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:35:58,373 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.274s 2021-10-27 01:35:58,374 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:35:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1810', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6b075a2d-2003-432a-8349-f283de988e86', 'x-compute-request-id': 'req-6b075a2d-2003-432a-8349-f283de988e86', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "SHELVED_OFFLOADED", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "1ab77b9d-0d8b-4b09-a7c0-dc9a55e60f9f", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/1ab77b9d-0d8b-4b09-a7c0-dc9a55e60f9f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:35:43Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:33:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:35:59,586 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.203s 2021-10-27 01:35:59,586 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:35:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1810', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3d2b08fe-398f-4103-a2af-b6709339354f', 'x-compute-request-id': 'req-3d2b08fe-398f-4103-a2af-b6709339354f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "SHELVED_OFFLOADED", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "1ab77b9d-0d8b-4b09-a7c0-dc9a55e60f9f", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/1ab77b9d-0d8b-4b09-a7c0-dc9a55e60f9f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:35:43Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:33:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:36:00,828 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.230s 2021-10-27 01:36:00,828 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1810', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ef48b7ff-0381-4bf8-8467-6696887bd97c', 'x-compute-request-id': 'req-ef48b7ff-0381-4bf8-8467-6696887bd97c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "SHELVED_OFFLOADED", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "1ab77b9d-0d8b-4b09-a7c0-dc9a55e60f9f", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/1ab77b9d-0d8b-4b09-a7c0-dc9a55e60f9f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:35:43Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:33:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:36:02,058 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.220s 2021-10-27 01:36:02,058 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1810', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b4a27afc-a1c3-4c4a-8b85-6b8312c8a459', 'x-compute-request-id': 'req-b4a27afc-a1c3-4c4a-8b85-6b8312c8a459', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "SHELVED_OFFLOADED", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "1ab77b9d-0d8b-4b09-a7c0-dc9a55e60f9f", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/1ab77b9d-0d8b-4b09-a7c0-dc9a55e60f9f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:35:43Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:33:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:36:03,389 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.320s 2021-10-27 01:36:03,389 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1810', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-852ed0df-9043-47d0-ba8d-0d0a6db9100d', 'x-compute-request-id': 'req-852ed0df-9043-47d0-ba8d-0d0a6db9100d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "SHELVED_OFFLOADED", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "1ab77b9d-0d8b-4b09-a7c0-dc9a55e60f9f", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/1ab77b9d-0d8b-4b09-a7c0-dc9a55e60f9f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:35:43Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:33:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:36:04,718 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.283s 2021-10-27 01:36:04,719 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1810', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-95802f2a-52d2-4226-8121-7287d9fa9117', 'x-compute-request-id': 'req-95802f2a-52d2-4226-8121-7287d9fa9117', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "SHELVED_OFFLOADED", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "1ab77b9d-0d8b-4b09-a7c0-dc9a55e60f9f", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/1ab77b9d-0d8b-4b09-a7c0-dc9a55e60f9f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:35:43Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:33:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:36:05,891 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.163s 2021-10-27 01:36:05,892 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1810', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-18099f26-b301-41a6-b920-821408066f35', 'x-compute-request-id': 'req-18099f26-b301-41a6-b920-821408066f35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "SHELVED_OFFLOADED", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "1ab77b9d-0d8b-4b09-a7c0-dc9a55e60f9f", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/1ab77b9d-0d8b-4b09-a7c0-dc9a55e60f9f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:35:43Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:33:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:36:07,054 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.152s 2021-10-27 01:36:07,054 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1810', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-180ec096-f377-48f2-8ea9-fdc7192a20d2', 'x-compute-request-id': 'req-180ec096-f377-48f2-8ea9-fdc7192a20d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "SHELVED_OFFLOADED", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "1ab77b9d-0d8b-4b09-a7c0-dc9a55e60f9f", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/1ab77b9d-0d8b-4b09-a7c0-dc9a55e60f9f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:35:43Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:33:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:36:08,217 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.152s 2021-10-27 01:36:08,217 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1810', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-503d0d6b-5c89-44af-bb68-3f540854ac0b', 'x-compute-request-id': 'req-503d0d6b-5c89-44af-bb68-3f540854ac0b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "SHELVED_OFFLOADED", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "1ab77b9d-0d8b-4b09-a7c0-dc9a55e60f9f", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/1ab77b9d-0d8b-4b09-a7c0-dc9a55e60f9f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:35:43Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:33:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:36:09,375 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.149s 2021-10-27 01:36:09,376 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1810', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d10445cd-8529-4d5e-888b-cd8a8cbdc55a', 'x-compute-request-id': 'req-d10445cd-8529-4d5e-888b-cd8a8cbdc55a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "SHELVED_OFFLOADED", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "1ab77b9d-0d8b-4b09-a7c0-dc9a55e60f9f", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/1ab77b9d-0d8b-4b09-a7c0-dc9a55e60f9f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:35:43Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:33:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:36:10,801 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.416s 2021-10-27 01:36:10,802 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1810', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9e59454e-d2ea-471d-8683-7668f6bf3af8', 'x-compute-request-id': 'req-9e59454e-d2ea-471d-8683-7668f6bf3af8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "SHELVED_OFFLOADED", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "1ab77b9d-0d8b-4b09-a7c0-dc9a55e60f9f", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/1ab77b9d-0d8b-4b09-a7c0-dc9a55e60f9f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:35:43Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:33:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:36:11,973 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.160s 2021-10-27 01:36:11,974 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1810', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1195dd16-209e-46c9-aea0-e789861f5948', 'x-compute-request-id': 'req-1195dd16-209e-46c9-aea0-e789861f5948', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "SHELVED_OFFLOADED", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "1ab77b9d-0d8b-4b09-a7c0-dc9a55e60f9f", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/1ab77b9d-0d8b-4b09-a7c0-dc9a55e60f9f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:35:43Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:33:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:36:13,145 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.156s 2021-10-27 01:36:13,145 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1810', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9a44d028-d691-4d0c-b7fd-1a0cb837e104', 'x-compute-request-id': 'req-9a44d028-d691-4d0c-b7fd-1a0cb837e104', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "SHELVED_OFFLOADED", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "1ab77b9d-0d8b-4b09-a7c0-dc9a55e60f9f", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/1ab77b9d-0d8b-4b09-a7c0-dc9a55e60f9f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:35:43Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:33:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:36:14,308 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.153s 2021-10-27 01:36:14,308 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1810', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-334494b2-d1ae-45e9-9237-814948d6f1d7', 'x-compute-request-id': 'req-334494b2-d1ae-45e9-9237-814948d6f1d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "SHELVED_OFFLOADED", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "1ab77b9d-0d8b-4b09-a7c0-dc9a55e60f9f", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/1ab77b9d-0d8b-4b09-a7c0-dc9a55e60f9f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:35:43Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:33:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:36:15,467 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.149s 2021-10-27 01:36:15,467 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1810', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9ae04977-b42e-4d7d-848b-84f4dca5bd24', 'x-compute-request-id': 'req-9ae04977-b42e-4d7d-848b-84f4dca5bd24', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "SHELVED_OFFLOADED", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "1ab77b9d-0d8b-4b09-a7c0-dc9a55e60f9f", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/1ab77b9d-0d8b-4b09-a7c0-dc9a55e60f9f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:35:43Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:33:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:36:16,635 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.158s 2021-10-27 01:36:16,635 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1810', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-97be0216-78d9-48b9-9472-ec19f8df2d18', 'x-compute-request-id': 'req-97be0216-78d9-48b9-9472-ec19f8df2d18', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "SHELVED_OFFLOADED", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "1ab77b9d-0d8b-4b09-a7c0-dc9a55e60f9f", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/1ab77b9d-0d8b-4b09-a7c0-dc9a55e60f9f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:35:43Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:33:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:36:17,801 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.155s 2021-10-27 01:36:17,801 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1797', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ad7b1477-2201-4d95-a620-232a557f3af1', 'x-compute-request-id': 'req-ad7b1477-2201-4d95-a620-232a557f3af1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:36:17Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:36:17,811 122968 INFO [tempest.common.waiters] State transition "SHELVED_OFFLOADED/spawning" ==> "ACTIVE/None" after 36 second wait 2021-10-27 01:36:17,825 122968 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; grep -c -E [vs]d.$ /proc/partitions 2021-10-27 01:36:17,825 122968 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.27.1.200:22' as 'ubuntu' with public key authentication 2021-10-27 01:36:36,289 122968 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.200 ([Errno None] Unable to connect to port 22 on 172.27.1.200). Number attempts: 1. Retry after 2 seconds. 2021-10-27 01:36:41,853 122968 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.200 ([Errno None] Unable to connect to port 22 on 172.27.1.200). Number attempts: 2. Retry after 3 seconds. 2021-10-27 01:36:48,413 122968 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.200 ([Errno None] Unable to connect to port 22 on 172.27.1.200). Number attempts: 3. Retry after 4 seconds. 2021-10-27 01:36:52,920 122968 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.200 ([Errno None] Unable to connect to port 22 on 172.27.1.200). Number attempts: 4. Retry after 5 seconds. 2021-10-27 01:36:58,426 122968 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.200 ([Errno None] Unable to connect to port 22 on 172.27.1.200). Number attempts: 5. Retry after 6 seconds. 2021-10-27 01:37:04,950 122968 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2021-10-27 01:37:05,116 122968 INFO [paramiko.transport] Authentication (publickey) successful! 2021-10-27 01:37:05,116 122968 INFO [tempest.lib.common.ssh] ssh connection to ubuntu@172.27.1.200 successfully created 2021-10-27 01:37:05,788 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.046s 2021-10-27 01:37:05,788 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '194', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-81b14e9a-1b36-4428-8479-b818e3a0580d', 'x-compute-request-id': 'req-81b14e9a-1b36-4428-8479-b818e3a0580d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volumeAttachment": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}}' 2021-10-27 01:37:05,832 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.041s 2021-10-27 01:37:05,833 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30d58904-5c36-482d-b4e4-24ee30a1e076', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30d58904-5c36-482d-b4e4-24ee30a1e076', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:35:43.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:37:05,999 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 202 DELETE http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.159s 2021-10-27 01:37:05,999 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bdf3eefd-ef27-409f-a56f-07914cac78e8', 'x-compute-request-id': 'req-bdf3eefd-ef27-409f-a56f-07914cac78e8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'' 2021-10-27 01:37:06,048 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.048s 2021-10-27 01:37:06,049 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9ab82605-462c-4c16-8524-3fb4ed642bcb', 'x-compute-request-id': 'req-9ab82605-462c-4c16-8524-3fb4ed642bcb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:37:07,100 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.047s 2021-10-27 01:37:07,100 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-44ed3a67-9966-42ae-b07a-05f619dd3573', 'x-compute-request-id': 'req-44ed3a67-9966-42ae-b07a-05f619dd3573', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:37:08,147 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.044s 2021-10-27 01:37:08,147 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e8268e88-92e0-422d-a948-63f6c2e92ee3', 'x-compute-request-id': 'req-e8268e88-92e0-422d-a948-63f6c2e92ee3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:37:09,196 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:37:09,196 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-34e1f904-03e0-4447-8a08-12ffb1c27df9', 'x-compute-request-id': 'req-34e1f904-03e0-4447-8a08-12ffb1c27df9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:37:10,244 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:37:10,245 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-37031308-6d86-4485-ae44-22a94a5d0b32', 'x-compute-request-id': 'req-37031308-6d86-4485-ae44-22a94a5d0b32', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:37:11,293 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.044s 2021-10-27 01:37:11,293 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e188ca75-89d7-4b88-af0b-532454d6f5a0', 'x-compute-request-id': 'req-e188ca75-89d7-4b88-af0b-532454d6f5a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:37:12,342 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:37:12,342 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c501138e-cb06-449d-9157-423253cb1227', 'x-compute-request-id': 'req-c501138e-cb06-449d-9157-423253cb1227', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:37:13,393 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.048s 2021-10-27 01:37:13,393 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a75a6db0-f625-45f1-ad4e-28012f502b9a', 'x-compute-request-id': 'req-a75a6db0-f625-45f1-ad4e-28012f502b9a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:37:14,446 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.049s 2021-10-27 01:37:14,446 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2be5e1ed-37dd-4534-a6cb-6912fd794e57', 'x-compute-request-id': 'req-2be5e1ed-37dd-4534-a6cb-6912fd794e57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:37:15,497 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.048s 2021-10-27 01:37:15,498 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-41189dd3-4d6a-4740-9a3c-743b594313ea', 'x-compute-request-id': 'req-41189dd3-4d6a-4740-9a3c-743b594313ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:37:16,546 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:37:16,546 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fe50acea-f352-43f4-bb29-256df6c3358d', 'x-compute-request-id': 'req-fe50acea-f352-43f4-bb29-256df6c3358d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:37:17,597 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.047s 2021-10-27 01:37:17,597 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d835e207-73e1-4d3c-a726-ed1af5c2ecd9', 'x-compute-request-id': 'req-d835e207-73e1-4d3c-a726-ed1af5c2ecd9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:37:18,645 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:37:18,646 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-43859bdc-b39b-41ac-a493-22a391c5997c', 'x-compute-request-id': 'req-43859bdc-b39b-41ac-a493-22a391c5997c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:37:19,694 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:37:19,694 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-acd580db-2a9b-469e-9384-c1bcef37fbff', 'x-compute-request-id': 'req-acd580db-2a9b-469e-9384-c1bcef37fbff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:37:20,745 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.047s 2021-10-27 01:37:20,745 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-133d35bb-7575-4a5f-a131-85afe71a5eee', 'x-compute-request-id': 'req-133d35bb-7575-4a5f-a131-85afe71a5eee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:37:21,793 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:37:21,793 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b537b1a3-1d87-46e1-a845-63a23b72e3f0', 'x-compute-request-id': 'req-b537b1a3-1d87-46e1-a845-63a23b72e3f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:37:22,841 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:37:22,842 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f7902cd9-54b2-4bd0-989d-4b90b88382ca', 'x-compute-request-id': 'req-f7902cd9-54b2-4bd0-989d-4b90b88382ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:37:23,889 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.044s 2021-10-27 01:37:23,890 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9e0d9123-2506-4eea-9181-312edc0237d9', 'x-compute-request-id': 'req-9e0d9123-2506-4eea-9181-312edc0237d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:37:24,939 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.046s 2021-10-27 01:37:24,939 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c57187fe-d75c-4b63-8624-b707f5d33ba3', 'x-compute-request-id': 'req-c57187fe-d75c-4b63-8624-b707f5d33ba3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:37:25,988 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.046s 2021-10-27 01:37:25,989 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-40a32c6d-9dda-4769-979e-356d360aaeca', 'x-compute-request-id': 'req-40a32c6d-9dda-4769-979e-356d360aaeca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:37:27,038 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:37:27,038 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1e1e44cc-4e9a-4cd2-87a4-9b2713791328', 'x-compute-request-id': 'req-1e1e44cc-4e9a-4cd2-87a4-9b2713791328', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:37:28,087 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.046s 2021-10-27 01:37:28,088 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8911993c-354d-4ff8-8957-7176133dabc2', 'x-compute-request-id': 'req-8911993c-354d-4ff8-8957-7176133dabc2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:37:29,148 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.057s 2021-10-27 01:37:29,148 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3869f50e-0aca-41c7-a693-1d0f538d8f72', 'x-compute-request-id': 'req-3869f50e-0aca-41c7-a693-1d0f538d8f72', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:37:30,196 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.044s 2021-10-27 01:37:30,197 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4f9e5cc6-c954-419c-bde3-f9c58f7aa4ec', 'x-compute-request-id': 'req-4f9e5cc6-c954-419c-bde3-f9c58f7aa4ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:37:31,246 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:37:31,246 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bee66871-b095-4fd8-87cb-29c9bcc7fe9a', 'x-compute-request-id': 'req-bee66871-b095-4fd8-87cb-29c9bcc7fe9a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:37:32,296 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.047s 2021-10-27 01:37:32,296 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2fd5accb-5bd3-431e-b46d-91abb71e66ff', 'x-compute-request-id': 'req-2fd5accb-5bd3-431e-b46d-91abb71e66ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:37:33,346 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.046s 2021-10-27 01:37:33,346 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3c87a9af-cad9-461c-83b3-7164f3bca270', 'x-compute-request-id': 'req-3c87a9af-cad9-461c-83b3-7164f3bca270', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:37:34,395 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:37:34,395 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-69ea64e0-8b20-4d86-aa92-c85728694df0', 'x-compute-request-id': 'req-69ea64e0-8b20-4d86-aa92-c85728694df0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:37:35,448 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.049s 2021-10-27 01:37:35,448 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-607fb438-d371-478f-bfb4-74241a3c77cf', 'x-compute-request-id': 'req-607fb438-d371-478f-bfb4-74241a3c77cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:37:36,497 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.046s 2021-10-27 01:37:36,498 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b6418e58-bc64-4f03-a4fa-2207996436be', 'x-compute-request-id': 'req-b6418e58-bc64-4f03-a4fa-2207996436be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:37:37,546 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:37:37,547 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-613f7a3e-ce99-4669-8bb5-ea8ec5e5bea9', 'x-compute-request-id': 'req-613f7a3e-ce99-4669-8bb5-ea8ec5e5bea9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:37:38,594 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.044s 2021-10-27 01:37:38,594 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c6a5a69e-eebc-457c-891c-2e8d02eb499d', 'x-compute-request-id': 'req-c6a5a69e-eebc-457c-891c-2e8d02eb499d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:37:39,642 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:37:39,643 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b9faff5e-bc44-4033-aba0-046f8052812f', 'x-compute-request-id': 'req-b9faff5e-bc44-4033-aba0-046f8052812f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:37:40,691 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:37:40,692 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5f33ca93-2690-4991-aa80-f9dd091c0771', 'x-compute-request-id': 'req-5f33ca93-2690-4991-aa80-f9dd091c0771', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:37:41,740 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:37:41,741 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-21de2298-ebad-40e4-b652-f69fa853fbe3', 'x-compute-request-id': 'req-21de2298-ebad-40e4-b652-f69fa853fbe3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:37:42,790 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:37:42,790 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1517c0fd-3fe8-408c-b9f6-d0416c585962', 'x-compute-request-id': 'req-1517c0fd-3fe8-408c-b9f6-d0416c585962', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:37:43,839 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.046s 2021-10-27 01:37:43,839 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-25a118dd-1843-4193-97e0-b564ada6506b', 'x-compute-request-id': 'req-25a118dd-1843-4193-97e0-b564ada6506b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:37:44,890 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.047s 2021-10-27 01:37:44,890 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9cdffee3-e2dd-478e-8831-1f8e61c43cfa', 'x-compute-request-id': 'req-9cdffee3-e2dd-478e-8831-1f8e61c43cfa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:37:45,939 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.046s 2021-10-27 01:37:45,940 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-35b1de2c-f827-456c-918d-f5a3f24ae536', 'x-compute-request-id': 'req-35b1de2c-f827-456c-918d-f5a3f24ae536', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:37:46,988 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:37:46,989 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2feefb50-b07f-4588-8e2b-56d773219e4b', 'x-compute-request-id': 'req-2feefb50-b07f-4588-8e2b-56d773219e4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:37:48,040 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.047s 2021-10-27 01:37:48,040 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ec22cb67-ba35-42f5-9273-95d00da859a1', 'x-compute-request-id': 'req-ec22cb67-ba35-42f5-9273-95d00da859a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:37:49,186 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.141s 2021-10-27 01:37:49,186 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aa1ba157-e29c-4917-b6be-812b0c0b277f', 'x-compute-request-id': 'req-aa1ba157-e29c-4917-b6be-812b0c0b277f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:37:50,235 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.046s 2021-10-27 01:37:50,235 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d50c5051-75f8-40b6-b368-c5b3961de4eb', 'x-compute-request-id': 'req-d50c5051-75f8-40b6-b368-c5b3961de4eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:37:51,284 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:37:51,284 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-346f6d52-ad24-45e6-8bc5-7290646f2572', 'x-compute-request-id': 'req-346f6d52-ad24-45e6-8bc5-7290646f2572', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:37:52,334 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.046s 2021-10-27 01:37:52,334 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c8b954be-3877-477d-87c3-82b2b96a996d', 'x-compute-request-id': 'req-c8b954be-3877-477d-87c3-82b2b96a996d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:37:53,387 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.049s 2021-10-27 01:37:53,387 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a523f202-3362-4a53-b175-33b28b941ac6', 'x-compute-request-id': 'req-a523f202-3362-4a53-b175-33b28b941ac6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:37:54,436 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.046s 2021-10-27 01:37:54,436 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-af306468-0da3-4194-a6f7-920eb2fc4279', 'x-compute-request-id': 'req-af306468-0da3-4194-a6f7-920eb2fc4279', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:37:55,485 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.046s 2021-10-27 01:37:55,486 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ad2135ed-d63c-43ca-a9e5-c09f7513789e', 'x-compute-request-id': 'req-ad2135ed-d63c-43ca-a9e5-c09f7513789e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:37:56,535 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.046s 2021-10-27 01:37:56,535 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2307cccc-ec23-4040-bfe5-cba5cabb4c5e', 'x-compute-request-id': 'req-2307cccc-ec23-4040-bfe5-cba5cabb4c5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:37:57,585 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.047s 2021-10-27 01:37:57,586 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-83843cba-c075-4c94-b894-f1b666f48762', 'x-compute-request-id': 'req-83843cba-c075-4c94-b894-f1b666f48762', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:37:58,642 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.053s 2021-10-27 01:37:58,642 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f8563905-7261-4061-85c4-b5a4701c6ff2', 'x-compute-request-id': 'req-f8563905-7261-4061-85c4-b5a4701c6ff2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:37:59,692 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.046s 2021-10-27 01:37:59,692 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-726f0675-bac9-4e4c-ad7d-7c384fe74a97', 'x-compute-request-id': 'req-726f0675-bac9-4e4c-ad7d-7c384fe74a97', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:38:00,741 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.046s 2021-10-27 01:38:00,742 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9edb22ff-efda-4072-9302-519df60cf994', 'x-compute-request-id': 'req-9edb22ff-efda-4072-9302-519df60cf994', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:38:01,793 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.048s 2021-10-27 01:38:01,793 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-696b4770-8cf9-4844-bd66-359eaf774d13', 'x-compute-request-id': 'req-696b4770-8cf9-4844-bd66-359eaf774d13', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:38:02,844 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.047s 2021-10-27 01:38:02,844 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-32d4e603-fcce-4a84-96c8-95d12e598917', 'x-compute-request-id': 'req-32d4e603-fcce-4a84-96c8-95d12e598917', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:38:03,892 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:38:03,892 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c886e58f-edd6-41e2-bd1d-a102e074ddb1', 'x-compute-request-id': 'req-c886e58f-edd6-41e2-bd1d-a102e074ddb1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:38:04,944 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.048s 2021-10-27 01:38:04,944 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-92936193-8c1f-4a86-b31e-76e1a493a2cd', 'x-compute-request-id': 'req-92936193-8c1f-4a86-b31e-76e1a493a2cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:38:05,993 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:38:05,993 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-866e4d39-7daf-4c5c-b262-e977a9723176', 'x-compute-request-id': 'req-866e4d39-7daf-4c5c-b262-e977a9723176', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:38:07,042 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:38:07,042 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-94ba01a3-9f1b-469b-a089-51818216117a', 'x-compute-request-id': 'req-94ba01a3-9f1b-469b-a089-51818216117a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:38:08,091 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:38:08,091 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-da9fc5f4-e941-4d02-98c1-2b79375df522', 'x-compute-request-id': 'req-da9fc5f4-e941-4d02-98c1-2b79375df522', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:38:09,140 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:38:09,141 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1b38ee49-8855-4ba0-ab18-f6f27e0c22aa', 'x-compute-request-id': 'req-1b38ee49-8855-4ba0-ab18-f6f27e0c22aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:38:10,189 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:38:10,189 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2e3bd268-ada1-4b39-adb1-afeec436657f', 'x-compute-request-id': 'req-2e3bd268-ada1-4b39-adb1-afeec436657f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:38:11,241 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.049s 2021-10-27 01:38:11,242 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f4bbbc82-8ddc-481c-bd6f-63a6a1ff84c7', 'x-compute-request-id': 'req-f4bbbc82-8ddc-481c-bd6f-63a6a1ff84c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:38:12,293 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.048s 2021-10-27 01:38:12,293 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dd6e4e72-ef82-4606-b117-291bdb5ed821', 'x-compute-request-id': 'req-dd6e4e72-ef82-4606-b117-291bdb5ed821', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:38:13,342 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:38:13,342 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2c136a72-9cd6-47b9-9b66-432b6c7e9f74', 'x-compute-request-id': 'req-2c136a72-9cd6-47b9-9b66-432b6c7e9f74', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:38:14,391 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:38:14,391 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5f114106-9c3a-4bde-901d-8f5153eff3bb', 'x-compute-request-id': 'req-5f114106-9c3a-4bde-901d-8f5153eff3bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:38:15,439 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:38:15,440 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e932f438-4435-4108-b886-a4e87a49d6ec', 'x-compute-request-id': 'req-e932f438-4435-4108-b886-a4e87a49d6ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:38:16,489 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.046s 2021-10-27 01:38:16,490 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2e5e9fc8-a3a8-4f70-a0bb-7a86ac887841', 'x-compute-request-id': 'req-2e5e9fc8-a3a8-4f70-a0bb-7a86ac887841', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:38:17,542 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.049s 2021-10-27 01:38:17,542 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-996f6a04-3575-431b-b4d9-072d12a44d4a', 'x-compute-request-id': 'req-996f6a04-3575-431b-b4d9-072d12a44d4a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:38:18,592 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.046s 2021-10-27 01:38:18,592 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c2b47555-b2bf-4354-8bce-21236698fbad', 'x-compute-request-id': 'req-c2b47555-b2bf-4354-8bce-21236698fbad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:38:19,642 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.046s 2021-10-27 01:38:19,642 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-33c979ee-3ec3-4489-850b-d76a322d2bda', 'x-compute-request-id': 'req-33c979ee-3ec3-4489-850b-d76a322d2bda', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:38:20,691 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.046s 2021-10-27 01:38:20,692 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0c1a6696-1887-4ff1-be2d-ac9bea917f4d', 'x-compute-request-id': 'req-0c1a6696-1887-4ff1-be2d-ac9bea917f4d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:38:21,741 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.046s 2021-10-27 01:38:21,741 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cefb6541-9b52-4f72-938b-c62813c12e54', 'x-compute-request-id': 'req-cefb6541-9b52-4f72-938b-c62813c12e54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:38:22,790 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.046s 2021-10-27 01:38:22,791 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2da476ca-9856-4e1d-880d-5563028c002d', 'x-compute-request-id': 'req-2da476ca-9856-4e1d-880d-5563028c002d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:38:23,842 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.048s 2021-10-27 01:38:23,843 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-223523d9-6bc8-4404-8a09-b82dfaa65609', 'x-compute-request-id': 'req-223523d9-6bc8-4404-8a09-b82dfaa65609', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:38:24,892 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.046s 2021-10-27 01:38:24,893 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6b76591b-ea9d-40db-be87-8b592fb07ee4', 'x-compute-request-id': 'req-6b76591b-ea9d-40db-be87-8b592fb07ee4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:38:25,942 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.047s 2021-10-27 01:38:25,943 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f994ba7d-2868-428d-8c0a-c46f2c9ecc52', 'x-compute-request-id': 'req-f994ba7d-2868-428d-8c0a-c46f2c9ecc52', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:38:27,008 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.062s 2021-10-27 01:38:27,009 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d66ba609-89ba-4711-bbad-60b674872fab', 'x-compute-request-id': 'req-d66ba609-89ba-4711-bbad-60b674872fab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:38:28,062 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.049s 2021-10-27 01:38:28,062 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9a9f5725-f7bf-4728-a1e2-a16ccc8a5eaf', 'x-compute-request-id': 'req-9a9f5725-f7bf-4728-a1e2-a16ccc8a5eaf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:38:29,112 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.047s 2021-10-27 01:38:29,112 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bfa4c826-99e2-4849-95a2-5b2144e19bca', 'x-compute-request-id': 'req-bfa4c826-99e2-4849-95a2-5b2144e19bca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:38:30,162 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.047s 2021-10-27 01:38:30,163 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8b87eb33-d393-4988-9867-8d0392ac18f7', 'x-compute-request-id': 'req-8b87eb33-d393-4988-9867-8d0392ac18f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:38:31,211 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.046s 2021-10-27 01:38:31,212 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-98cf3e90-6620-4fc6-8cda-d944ed53281a', 'x-compute-request-id': 'req-98cf3e90-6620-4fc6-8cda-d944ed53281a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:38:32,261 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.046s 2021-10-27 01:38:32,261 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0480c096-e95c-40ca-be29-28cb598dfb19', 'x-compute-request-id': 'req-0480c096-e95c-40ca-be29-28cb598dfb19', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:38:33,312 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.047s 2021-10-27 01:38:33,312 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-48d1111a-9bf0-4147-a38d-7482b826b008', 'x-compute-request-id': 'req-48d1111a-9bf0-4147-a38d-7482b826b008', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:38:34,363 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.047s 2021-10-27 01:38:34,363 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8abab2ab-82ba-4830-b70d-15cd46b2c93e', 'x-compute-request-id': 'req-8abab2ab-82ba-4830-b70d-15cd46b2c93e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:38:35,412 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.047s 2021-10-27 01:38:35,413 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2bc0068b-1e5a-4077-9a61-7fb3170d1105', 'x-compute-request-id': 'req-2bc0068b-1e5a-4077-9a61-7fb3170d1105', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:38:36,461 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.046s 2021-10-27 01:38:36,462 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6618e8c0-e78b-43f4-a91f-a13a399c77c1', 'x-compute-request-id': 'req-6618e8c0-e78b-43f4-a91f-a13a399c77c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:38:37,510 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:38:37,510 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b58b5fbd-1007-491c-b126-8543a18fdaf2', 'x-compute-request-id': 'req-b58b5fbd-1007-491c-b126-8543a18fdaf2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:38:38,558 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:38:38,558 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b7d88bd1-5ee7-48af-a5de-798fcf235cc6', 'x-compute-request-id': 'req-b7d88bd1-5ee7-48af-a5de-798fcf235cc6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:38:39,606 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:38:39,607 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ee282a74-0e33-4b73-b661-83e851b1f89d', 'x-compute-request-id': 'req-ee282a74-0e33-4b73-b661-83e851b1f89d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:38:40,654 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:38:40,654 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eae537b7-ff3b-4976-8b98-bd7dfe490da7', 'x-compute-request-id': 'req-eae537b7-ff3b-4976-8b98-bd7dfe490da7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:38:41,703 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:38:41,703 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3c9d8ec3-a73c-45e7-8b9c-2166318dc98e', 'x-compute-request-id': 'req-3c9d8ec3-a73c-45e7-8b9c-2166318dc98e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:38:42,751 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:38:42,751 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f624ada0-13af-48dd-bb48-d84643fba0e9', 'x-compute-request-id': 'req-f624ada0-13af-48dd-bb48-d84643fba0e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:38:43,799 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:38:43,799 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ea49dfde-511b-4457-b8b3-5f669eca9f7d', 'x-compute-request-id': 'req-ea49dfde-511b-4457-b8b3-5f669eca9f7d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:38:44,850 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.047s 2021-10-27 01:38:44,850 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4767cb23-dd83-4507-8717-4df3a0975794', 'x-compute-request-id': 'req-4767cb23-dd83-4507-8717-4df3a0975794', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:38:45,899 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:38:45,899 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8ae6cb5a-0e96-4672-950f-58dbb1569d3d', 'x-compute-request-id': 'req-8ae6cb5a-0e96-4672-950f-58dbb1569d3d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:38:46,948 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:38:46,948 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1e7f6fb3-ead1-4002-b4ff-06596fc8459f', 'x-compute-request-id': 'req-1e7f6fb3-ead1-4002-b4ff-06596fc8459f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:38:47,999 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.047s 2021-10-27 01:38:47,999 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f7d1ba20-e989-4a82-b57a-3a2cd2fe8f44', 'x-compute-request-id': 'req-f7d1ba20-e989-4a82-b57a-3a2cd2fe8f44', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:38:49,061 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.059s 2021-10-27 01:38:49,061 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a7bf9036-f6c6-4cc6-9330-b16a1008702f', 'x-compute-request-id': 'req-a7bf9036-f6c6-4cc6-9330-b16a1008702f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:38:50,112 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.047s 2021-10-27 01:38:50,112 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-200ac67d-4355-420c-bcef-cd705b5b85a9', 'x-compute-request-id': 'req-200ac67d-4355-420c-bcef-cd705b5b85a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:38:51,162 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.046s 2021-10-27 01:38:51,162 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cf64ba59-dd32-4216-89eb-6313773dd909', 'x-compute-request-id': 'req-cf64ba59-dd32-4216-89eb-6313773dd909', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:38:52,210 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:38:52,211 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1bd09529-6aee-4009-9460-5d8f56027ffa', 'x-compute-request-id': 'req-1bd09529-6aee-4009-9460-5d8f56027ffa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:38:53,258 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:38:53,258 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4ffbda2f-5442-448c-983f-bd64d71e0d8b', 'x-compute-request-id': 'req-4ffbda2f-5442-448c-983f-bd64d71e0d8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:38:54,306 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.044s 2021-10-27 01:38:54,306 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3d1c087a-d6e6-43da-af7d-3fdc9ff88070', 'x-compute-request-id': 'req-3d1c087a-d6e6-43da-af7d-3fdc9ff88070', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:38:55,354 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:38:55,355 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2dec57aa-988c-45d3-92ac-0c8291457360', 'x-compute-request-id': 'req-2dec57aa-988c-45d3-92ac-0c8291457360', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:38:56,404 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.046s 2021-10-27 01:38:56,404 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4669e0a7-07aa-4352-80f2-676700afd58a', 'x-compute-request-id': 'req-4669e0a7-07aa-4352-80f2-676700afd58a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:38:57,453 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.046s 2021-10-27 01:38:57,454 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a9c0cfe1-79dc-4f87-a3b2-04f0d1f6a612', 'x-compute-request-id': 'req-a9c0cfe1-79dc-4f87-a3b2-04f0d1f6a612', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:38:58,502 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:38:58,502 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-17535983-5414-45ff-8662-46f53f421d0e', 'x-compute-request-id': 'req-17535983-5414-45ff-8662-46f53f421d0e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:38:59,551 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.046s 2021-10-27 01:38:59,552 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a5d6c8cb-58d5-4215-bcce-31b3097dbdbd', 'x-compute-request-id': 'req-a5d6c8cb-58d5-4215-bcce-31b3097dbdbd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:39:00,600 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:39:00,600 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6ec020bb-152d-4a30-a288-7431d567cfde', 'x-compute-request-id': 'req-6ec020bb-152d-4a30-a288-7431d567cfde', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:39:01,648 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:39:01,649 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b27b2700-7ae9-4a8f-8890-f5584d5470e7', 'x-compute-request-id': 'req-b27b2700-7ae9-4a8f-8890-f5584d5470e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:39:02,697 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:39:02,697 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1ebbfe10-b38b-4dee-a053-0508198983c0', 'x-compute-request-id': 'req-1ebbfe10-b38b-4dee-a053-0508198983c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:39:03,747 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:39:03,747 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-20c79dcd-2148-46bb-b68a-54b38b0f9c00', 'x-compute-request-id': 'req-20c79dcd-2148-46bb-b68a-54b38b0f9c00', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:39:04,795 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:39:04,795 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1ee55b96-c9ce-4d0a-b1f1-82161fc91db7', 'x-compute-request-id': 'req-1ee55b96-c9ce-4d0a-b1f1-82161fc91db7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:39:05,844 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:39:05,844 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6ab3f585-29ee-4751-af9f-3823f8d15d9a', 'x-compute-request-id': 'req-6ab3f585-29ee-4751-af9f-3823f8d15d9a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:39:06,893 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:39:06,893 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a8080d06-d37e-4751-b70f-dd78be33eb0f', 'x-compute-request-id': 'req-a8080d06-d37e-4751-b70f-dd78be33eb0f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:39:07,941 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:39:07,942 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b149293b-639b-4957-8668-72d6b036e0bc', 'x-compute-request-id': 'req-b149293b-639b-4957-8668-72d6b036e0bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:39:08,991 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.046s 2021-10-27 01:39:08,991 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d90fa277-6141-43b7-bb53-59ee71af0966', 'x-compute-request-id': 'req-d90fa277-6141-43b7-bb53-59ee71af0966', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:39:10,039 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.046s 2021-10-27 01:39:10,040 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8049c06e-6c2e-4aca-aad5-7d3098636cfe', 'x-compute-request-id': 'req-8049c06e-6c2e-4aca-aad5-7d3098636cfe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:39:11,088 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:39:11,088 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a32fc488-d798-48fe-aab2-5a6bb8f7dccb', 'x-compute-request-id': 'req-a32fc488-d798-48fe-aab2-5a6bb8f7dccb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:39:12,136 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.044s 2021-10-27 01:39:12,137 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-efb50aa9-62af-4772-ae28-f25400f265f3', 'x-compute-request-id': 'req-efb50aa9-62af-4772-ae28-f25400f265f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:39:13,188 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.048s 2021-10-27 01:39:13,189 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ea36bde6-93b2-45a1-929b-b0662a753ef8', 'x-compute-request-id': 'req-ea36bde6-93b2-45a1-929b-b0662a753ef8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:39:14,237 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:39:14,237 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-79fefc21-d712-4fc2-a477-d35edd174901', 'x-compute-request-id': 'req-79fefc21-d712-4fc2-a477-d35edd174901', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:39:15,286 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:39:15,286 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e14ad62b-c9f3-44a3-8e5a-c693b2c641a6', 'x-compute-request-id': 'req-e14ad62b-c9f3-44a3-8e5a-c693b2c641a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:39:16,335 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:39:16,335 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ca2b8216-9846-445d-b051-1c0e985d9857', 'x-compute-request-id': 'req-ca2b8216-9846-445d-b051-1c0e985d9857', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:39:17,384 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:39:17,384 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d34782eb-7a39-449e-a09f-82b28e662339', 'x-compute-request-id': 'req-d34782eb-7a39-449e-a09f-82b28e662339', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:39:18,433 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:39:18,433 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8ee89490-0789-4a8d-9574-a77bfc419cb8', 'x-compute-request-id': 'req-8ee89490-0789-4a8d-9574-a77bfc419cb8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:39:19,481 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:39:19,482 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8b4fd177-115f-440b-b411-0924e029f7ef', 'x-compute-request-id': 'req-8b4fd177-115f-440b-b411-0924e029f7ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:39:20,531 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:39:20,531 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9123f59d-6900-4ac6-96fa-1ae0d89f0809', 'x-compute-request-id': 'req-9123f59d-6900-4ac6-96fa-1ae0d89f0809', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:39:21,580 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:39:21,580 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-429d7d76-6c18-432c-90b5-188d563351aa', 'x-compute-request-id': 'req-429d7d76-6c18-432c-90b5-188d563351aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:39:22,630 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.046s 2021-10-27 01:39:22,630 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d04bdccf-d5ab-422f-8e5b-d2ff7e5a2c77', 'x-compute-request-id': 'req-d04bdccf-d5ab-422f-8e5b-d2ff7e5a2c77', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:39:23,678 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.044s 2021-10-27 01:39:23,678 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cae9c8e9-852e-4321-b06f-611780d0040d', 'x-compute-request-id': 'req-cae9c8e9-852e-4321-b06f-611780d0040d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:39:24,726 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:39:24,726 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4380de7e-b6b5-4cd9-8b2b-c80b25d71304', 'x-compute-request-id': 'req-4380de7e-b6b5-4cd9-8b2b-c80b25d71304', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:39:25,774 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:39:25,774 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-52dd1763-e08d-4aa8-bbab-0ae47492273b', 'x-compute-request-id': 'req-52dd1763-e08d-4aa8-bbab-0ae47492273b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:39:26,822 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:39:26,823 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4500fb16-8f0d-4211-ab76-6cc018f7c364', 'x-compute-request-id': 'req-4500fb16-8f0d-4211-ab76-6cc018f7c364', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:39:27,871 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.044s 2021-10-27 01:39:27,871 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fea2e122-e22c-4f9d-953d-e0011ae09f21', 'x-compute-request-id': 'req-fea2e122-e22c-4f9d-953d-e0011ae09f21', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:39:28,918 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.043s 2021-10-27 01:39:28,918 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6072fc48-7fb6-4bc5-a54d-3ca4c7140694', 'x-compute-request-id': 'req-6072fc48-7fb6-4bc5-a54d-3ca4c7140694', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:39:29,967 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:39:29,968 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e066ca99-f19f-4ef8-8b5f-4428863ef6c4', 'x-compute-request-id': 'req-e066ca99-f19f-4ef8-8b5f-4428863ef6c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:39:31,016 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:39:31,017 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a7f4f1e8-ffaa-4b1a-a7ea-b541098c94e5', 'x-compute-request-id': 'req-a7f4f1e8-ffaa-4b1a-a7ea-b541098c94e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:39:32,064 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.044s 2021-10-27 01:39:32,064 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-596874b9-e44c-4daa-8eba-cb73bc465456', 'x-compute-request-id': 'req-596874b9-e44c-4daa-8eba-cb73bc465456', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:39:33,112 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:39:33,113 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a604f35a-b659-4f04-8600-e33a05e5f065', 'x-compute-request-id': 'req-a604f35a-b659-4f04-8600-e33a05e5f065', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:39:34,162 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.046s 2021-10-27 01:39:34,162 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a8524757-dbe6-450c-8d24-523e46f1b9f8', 'x-compute-request-id': 'req-a8524757-dbe6-450c-8d24-523e46f1b9f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:39:35,211 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.046s 2021-10-27 01:39:35,211 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d96b2d00-0347-4036-83d2-32a959d5208d', 'x-compute-request-id': 'req-d96b2d00-0347-4036-83d2-32a959d5208d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:39:36,259 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:39:36,259 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-91f71d97-ed05-4391-8997-0d31ae276914', 'x-compute-request-id': 'req-91f71d97-ed05-4391-8997-0d31ae276914', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:39:37,310 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.048s 2021-10-27 01:39:37,311 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d456b8ff-b9c7-4bcb-b01b-74246523b81d', 'x-compute-request-id': 'req-d456b8ff-b9c7-4bcb-b01b-74246523b81d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:39:38,359 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:39:38,359 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fb273faf-853c-49ea-b9e5-2e1e2ff1435e', 'x-compute-request-id': 'req-fb273faf-853c-49ea-b9e5-2e1e2ff1435e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:39:39,407 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.044s 2021-10-27 01:39:39,407 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dcf39709-3cde-4bfa-94e0-f54bee159af7', 'x-compute-request-id': 'req-dcf39709-3cde-4bfa-94e0-f54bee159af7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:39:40,456 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.046s 2021-10-27 01:39:40,457 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5f50b6ec-9239-4e39-b4e6-f7d96d5283a2', 'x-compute-request-id': 'req-5f50b6ec-9239-4e39-b4e6-f7d96d5283a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:39:41,506 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.046s 2021-10-27 01:39:41,507 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4d5d28ac-b349-41d4-bc70-550a2c9141d3', 'x-compute-request-id': 'req-4d5d28ac-b349-41d4-bc70-550a2c9141d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:39:42,556 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.046s 2021-10-27 01:39:42,556 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c4af3a38-7a45-4c7f-8204-0494cc515324', 'x-compute-request-id': 'req-c4af3a38-7a45-4c7f-8204-0494cc515324', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:39:43,605 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:39:43,605 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-79bba500-1fbd-4c1b-ba1c-5040daab87e9', 'x-compute-request-id': 'req-79bba500-1fbd-4c1b-ba1c-5040daab87e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:39:44,653 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.044s 2021-10-27 01:39:44,654 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5db7e6e0-eea2-4fec-8523-0190b7b96f11', 'x-compute-request-id': 'req-5db7e6e0-eea2-4fec-8523-0190b7b96f11', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:39:45,703 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.046s 2021-10-27 01:39:45,703 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-495e471b-a79d-4eb8-9cbd-6604c9805d34', 'x-compute-request-id': 'req-495e471b-a79d-4eb8-9cbd-6604c9805d34', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:39:46,750 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:39:46,751 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-86d273fc-d2cb-4a62-adb0-8e4046b671ad', 'x-compute-request-id': 'req-86d273fc-d2cb-4a62-adb0-8e4046b671ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:39:47,799 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:39:47,799 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7bd2bac4-ef3d-4e8a-8315-7d0e49e0392f', 'x-compute-request-id': 'req-7bd2bac4-ef3d-4e8a-8315-7d0e49e0392f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:39:48,848 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:39:48,848 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-27e787d4-4b16-4c96-a1d5-5e965e638a1e', 'x-compute-request-id': 'req-27e787d4-4b16-4c96-a1d5-5e965e638a1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:39:49,897 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.046s 2021-10-27 01:39:49,898 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a5281289-1b26-4b68-b990-9673e477725a', 'x-compute-request-id': 'req-a5281289-1b26-4b68-b990-9673e477725a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:39:50,946 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:39:50,946 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-04614c4a-7572-4409-8cc1-0023cb68d59e', 'x-compute-request-id': 'req-04614c4a-7572-4409-8cc1-0023cb68d59e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:39:51,995 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:39:51,995 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-deb3e2e7-8cd6-43c6-856f-8522b42e58fb', 'x-compute-request-id': 'req-deb3e2e7-8cd6-43c6-856f-8522b42e58fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:39:53,043 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:39:53,043 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6f9663e7-a7af-4759-a0d4-1edb96d6d8c9', 'x-compute-request-id': 'req-6f9663e7-a7af-4759-a0d4-1edb96d6d8c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:39:54,092 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:39:54,093 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-688a9cda-81ad-4a34-a1e7-c895bda6df4e', 'x-compute-request-id': 'req-688a9cda-81ad-4a34-a1e7-c895bda6df4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:39:55,139 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.044s 2021-10-27 01:39:55,140 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-23c0898e-72fe-4578-9919-38412421fa95', 'x-compute-request-id': 'req-23c0898e-72fe-4578-9919-38412421fa95', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:39:56,188 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:39:56,188 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a2262e54-06a7-467c-9a4c-844b94b4f7e2', 'x-compute-request-id': 'req-a2262e54-06a7-467c-9a4c-844b94b4f7e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:39:57,237 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.046s 2021-10-27 01:39:57,238 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d095e402-66c5-4cbc-89c6-4f03580c71ef', 'x-compute-request-id': 'req-d095e402-66c5-4cbc-89c6-4f03580c71ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:39:58,286 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:39:58,287 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6ffa66f0-d34d-40cc-b007-5ce047c72d2e', 'x-compute-request-id': 'req-6ffa66f0-d34d-40cc-b007-5ce047c72d2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:39:59,334 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:39:59,335 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e2c25e27-09e0-4dfb-9c7c-28575c9701b9', 'x-compute-request-id': 'req-e2c25e27-09e0-4dfb-9c7c-28575c9701b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:40:00,383 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:40:00,383 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7aa97607-42cc-47a5-8e98-f2662fcb46dc', 'x-compute-request-id': 'req-7aa97607-42cc-47a5-8e98-f2662fcb46dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:40:01,431 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:40:01,431 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e8d798b5-532b-4b62-97ce-bcea3bc47034', 'x-compute-request-id': 'req-e8d798b5-532b-4b62-97ce-bcea3bc47034', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:40:02,479 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.046s 2021-10-27 01:40:02,479 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9bebfb86-b52e-49f5-8032-572e0950e9de', 'x-compute-request-id': 'req-9bebfb86-b52e-49f5-8032-572e0950e9de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:40:03,528 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.046s 2021-10-27 01:40:03,529 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bc591ee0-37a1-435e-bc5b-28ad2d70556a', 'x-compute-request-id': 'req-bc591ee0-37a1-435e-bc5b-28ad2d70556a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:40:04,578 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.046s 2021-10-27 01:40:04,579 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d7120198-3818-4cec-9899-a5e1c8b05a89', 'x-compute-request-id': 'req-d7120198-3818-4cec-9899-a5e1c8b05a89', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:40:05,627 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.046s 2021-10-27 01:40:05,628 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0916abfc-1e32-4e45-9edc-ad1c239c8949', 'x-compute-request-id': 'req-0916abfc-1e32-4e45-9edc-ad1c239c8949', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:40:06,675 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.044s 2021-10-27 01:40:06,676 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9a0ef6ef-2c5d-42d6-afab-1d87cb395228', 'x-compute-request-id': 'req-9a0ef6ef-2c5d-42d6-afab-1d87cb395228', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:40:07,724 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:40:07,724 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4c28e110-5d6f-4da6-9ab5-1f039b15c4b3', 'x-compute-request-id': 'req-4c28e110-5d6f-4da6-9ab5-1f039b15c4b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:40:08,772 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.044s 2021-10-27 01:40:08,772 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c0b63636-56a3-4048-b37e-ccb5ef874aa8', 'x-compute-request-id': 'req-c0b63636-56a3-4048-b37e-ccb5ef874aa8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:40:09,821 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:40:09,821 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5ae53333-1a18-47b8-8238-c8e463f31086', 'x-compute-request-id': 'req-5ae53333-1a18-47b8-8238-c8e463f31086', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:40:10,870 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.046s 2021-10-27 01:40:10,871 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d8657f7d-fb66-4c55-bcf2-f49eb5122ad3', 'x-compute-request-id': 'req-d8657f7d-fb66-4c55-bcf2-f49eb5122ad3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:40:11,918 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.044s 2021-10-27 01:40:11,919 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3895f2e2-8f96-4963-b0fd-b33fe751eb97', 'x-compute-request-id': 'req-3895f2e2-8f96-4963-b0fd-b33fe751eb97', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:40:12,968 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.046s 2021-10-27 01:40:12,969 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d14d0c13-d5fa-499c-8481-335c818d2a98', 'x-compute-request-id': 'req-d14d0c13-d5fa-499c-8481-335c818d2a98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:40:14,017 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:40:14,017 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2ce3ca42-8136-423b-a7bd-994be332a1da', 'x-compute-request-id': 'req-2ce3ca42-8136-423b-a7bd-994be332a1da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:40:15,066 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:40:15,066 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d74a28ce-ee8b-4566-9f67-f478aa1a179f', 'x-compute-request-id': 'req-d74a28ce-ee8b-4566-9f67-f478aa1a179f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:40:16,114 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:40:16,115 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bbb85963-2e86-4bc5-b478-477c220958e9', 'x-compute-request-id': 'req-bbb85963-2e86-4bc5-b478-477c220958e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:40:17,162 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.044s 2021-10-27 01:40:17,162 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-76fcbe62-3c04-4ac1-8c92-5f46cfd04f4d', 'x-compute-request-id': 'req-76fcbe62-3c04-4ac1-8c92-5f46cfd04f4d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:40:18,210 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.046s 2021-10-27 01:40:18,210 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1a7eebb7-7d6e-4376-a16f-c75fa7f5246b', 'x-compute-request-id': 'req-1a7eebb7-7d6e-4376-a16f-c75fa7f5246b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:40:19,259 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:40:19,259 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3e24b2d4-bf47-4ac9-a69d-ce69bb62615a', 'x-compute-request-id': 'req-3e24b2d4-bf47-4ac9-a69d-ce69bb62615a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:40:20,311 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.049s 2021-10-27 01:40:20,311 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eafe2067-f99c-4fa8-b797-edde1fa1aa3b', 'x-compute-request-id': 'req-eafe2067-f99c-4fa8-b797-edde1fa1aa3b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:40:21,359 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:40:21,360 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a106f8d0-c990-43f4-b291-53b385a68ade', 'x-compute-request-id': 'req-a106f8d0-c990-43f4-b291-53b385a68ade', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:40:22,408 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:40:22,408 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-43dce12e-3c83-4706-8d03-7e7380d79529', 'x-compute-request-id': 'req-43dce12e-3c83-4706-8d03-7e7380d79529', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:40:23,457 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.046s 2021-10-27 01:40:23,458 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3b888406-2fbc-4f8d-93a1-b164fb89fe54', 'x-compute-request-id': 'req-3b888406-2fbc-4f8d-93a1-b164fb89fe54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:40:24,506 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:40:24,507 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-61a4ad39-3dc3-4ad6-b8c2-eaa98d4549d5', 'x-compute-request-id': 'req-61a4ad39-3dc3-4ad6-b8c2-eaa98d4549d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:40:25,556 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.046s 2021-10-27 01:40:25,556 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-03d20bb4-8099-44fa-b78c-9e160de414aa', 'x-compute-request-id': 'req-03d20bb4-8099-44fa-b78c-9e160de414aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:40:26,604 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:40:26,604 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2579194b-6cea-4545-8ecf-6e74d534ea75', 'x-compute-request-id': 'req-2579194b-6cea-4545-8ecf-6e74d534ea75', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:40:27,651 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.044s 2021-10-27 01:40:27,652 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-92a559e6-ffaa-462a-9a64-6f26af5ee1f5', 'x-compute-request-id': 'req-92a559e6-ffaa-462a-9a64-6f26af5ee1f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:40:28,700 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:40:28,700 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-60e901a1-9e57-45c4-83eb-7eef76a81ec3', 'x-compute-request-id': 'req-60e901a1-9e57-45c4-83eb-7eef76a81ec3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:40:29,748 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:40:29,749 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f3beb59a-01cd-4eb9-98e9-532a01801ac7', 'x-compute-request-id': 'req-f3beb59a-01cd-4eb9-98e9-532a01801ac7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:40:30,796 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:40:30,797 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-800ea70a-105b-4d1d-a076-8a66f4d63586', 'x-compute-request-id': 'req-800ea70a-105b-4d1d-a076-8a66f4d63586', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:40:31,846 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.046s 2021-10-27 01:40:31,847 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-03cddf81-5589-4c05-a29c-4b65087d9039', 'x-compute-request-id': 'req-03cddf81-5589-4c05-a29c-4b65087d9039', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:40:32,895 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:40:32,895 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e315defd-7dcf-4716-b51a-436555861b4c', 'x-compute-request-id': 'req-e315defd-7dcf-4716-b51a-436555861b4c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:40:33,943 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.044s 2021-10-27 01:40:33,943 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-be4eac8e-469b-49eb-8562-f687362b48b1', 'x-compute-request-id': 'req-be4eac8e-469b-49eb-8562-f687362b48b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:40:34,991 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:40:34,991 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d6209206-62dc-4b9b-aa03-9b27de2e2cc4', 'x-compute-request-id': 'req-d6209206-62dc-4b9b-aa03-9b27de2e2cc4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:40:36,041 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.046s 2021-10-27 01:40:36,042 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0118af7d-aeb2-4821-b279-5f369d6f9291', 'x-compute-request-id': 'req-0118af7d-aeb2-4821-b279-5f369d6f9291', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:40:37,095 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.049s 2021-10-27 01:40:37,095 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-95961c5d-98bf-4bf7-8905-a463530527d2', 'x-compute-request-id': 'req-95961c5d-98bf-4bf7-8905-a463530527d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:40:38,144 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.046s 2021-10-27 01:40:38,145 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1c060dff-e1f7-42e8-958b-a9e4284307d8', 'x-compute-request-id': 'req-1c060dff-e1f7-42e8-958b-a9e4284307d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:40:39,193 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:40:39,194 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5c72f2bd-ebbe-4115-8abb-f61b2c4627bf', 'x-compute-request-id': 'req-5c72f2bd-ebbe-4115-8abb-f61b2c4627bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:40:40,242 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:40:40,242 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7b776ee3-4f2c-406c-acff-1fd289c84b2b', 'x-compute-request-id': 'req-7b776ee3-4f2c-406c-acff-1fd289c84b2b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:40:41,290 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:40:41,291 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9a935b9d-1bf2-4b3b-8f73-434447afc6fb', 'x-compute-request-id': 'req-9a935b9d-1bf2-4b3b-8f73-434447afc6fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:40:42,339 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:40:42,339 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eecb9335-5b10-48f1-9425-92ef1508ab42', 'x-compute-request-id': 'req-eecb9335-5b10-48f1-9425-92ef1508ab42', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:40:43,388 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:40:43,388 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e29d6c12-b48e-48c5-93f2-bbb098c6a31e', 'x-compute-request-id': 'req-e29d6c12-b48e-48c5-93f2-bbb098c6a31e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:40:44,437 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.046s 2021-10-27 01:40:44,437 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e9136e20-17dc-4623-89d7-e27a4c1a585e', 'x-compute-request-id': 'req-e9136e20-17dc-4623-89d7-e27a4c1a585e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:40:45,486 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:40:45,486 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-418c7129-0ebf-42d9-8c45-b5c4b86becbc', 'x-compute-request-id': 'req-418c7129-0ebf-42d9-8c45-b5c4b86becbc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:40:46,536 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.047s 2021-10-27 01:40:46,537 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-574f520c-0781-4380-a481-8d60ecefcc2c', 'x-compute-request-id': 'req-574f520c-0781-4380-a481-8d60ecefcc2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:40:47,586 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.047s 2021-10-27 01:40:47,587 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4fd6f52a-b388-4b16-a327-01c716227778', 'x-compute-request-id': 'req-4fd6f52a-b388-4b16-a327-01c716227778', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:40:48,635 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:40:48,635 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8a88ecc8-041a-4f19-a756-6e9a7b932819', 'x-compute-request-id': 'req-8a88ecc8-041a-4f19-a756-6e9a7b932819', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:40:49,683 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:40:49,683 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2012785d-81cb-4ced-96c7-1bf85aefe617', 'x-compute-request-id': 'req-2012785d-81cb-4ced-96c7-1bf85aefe617', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:40:50,731 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:40:50,732 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-28c33231-013a-468f-8962-701965053a31', 'x-compute-request-id': 'req-28c33231-013a-468f-8962-701965053a31', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:40:51,781 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:40:51,781 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-06fe94ae-c800-4870-a17c-5c11502ef9e3', 'x-compute-request-id': 'req-06fe94ae-c800-4870-a17c-5c11502ef9e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:40:52,829 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:40:52,829 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1c14ff6d-2f35-4339-b4ec-f47c2af81e25', 'x-compute-request-id': 'req-1c14ff6d-2f35-4339-b4ec-f47c2af81e25', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:40:53,878 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.046s 2021-10-27 01:40:53,878 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-26d226c6-7a01-4ed5-b512-d1193b613e2f', 'x-compute-request-id': 'req-26d226c6-7a01-4ed5-b512-d1193b613e2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:40:54,925 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.044s 2021-10-27 01:40:54,926 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-429d8033-e145-4983-839c-9b22a7a327ae', 'x-compute-request-id': 'req-429d8033-e145-4983-839c-9b22a7a327ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:40:55,978 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.049s 2021-10-27 01:40:55,978 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fd15cd56-a2ef-4da4-baad-3625af55c0ba', 'x-compute-request-id': 'req-fd15cd56-a2ef-4da4-baad-3625af55c0ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:40:57,027 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.046s 2021-10-27 01:40:57,027 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f8e74175-3179-4f8f-89be-6a80226cea0f', 'x-compute-request-id': 'req-f8e74175-3179-4f8f-89be-6a80226cea0f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:40:58,076 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:40:58,076 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d8e580df-b4a2-4040-baff-e6276cdbccbd', 'x-compute-request-id': 'req-d8e580df-b4a2-4040-baff-e6276cdbccbd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:40:59,124 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:40:59,125 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6d7f71bc-ec13-4722-8f3f-a13a07e67af0', 'x-compute-request-id': 'req-6d7f71bc-ec13-4722-8f3f-a13a07e67af0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:41:00,173 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:41:00,173 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ba6eed49-e888-4655-a327-bb0ba27ed1d6', 'x-compute-request-id': 'req-ba6eed49-e888-4655-a327-bb0ba27ed1d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:41:01,222 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:41:01,222 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5561825c-f75d-453b-b4f5-258a71510681', 'x-compute-request-id': 'req-5561825c-f75d-453b-b4f5-258a71510681', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:41:02,270 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.044s 2021-10-27 01:41:02,270 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-23096e27-4cc9-480e-935a-1fc31af20ce5', 'x-compute-request-id': 'req-23096e27-4cc9-480e-935a-1fc31af20ce5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:41:03,319 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:41:03,319 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2d3f6302-3342-45db-a8f0-c790d21d10be', 'x-compute-request-id': 'req-2d3f6302-3342-45db-a8f0-c790d21d10be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:41:04,366 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.044s 2021-10-27 01:41:04,366 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-43ef0ffa-1ead-4d34-a86a-f0eb925a08b8', 'x-compute-request-id': 'req-43ef0ffa-1ead-4d34-a86a-f0eb925a08b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:41:05,415 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:41:05,415 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4112cfb4-90f5-4b22-8997-c5133f0a0fb9', 'x-compute-request-id': 'req-4112cfb4-90f5-4b22-8997-c5133f0a0fb9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:41:06,464 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:41:06,464 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-62b95833-4038-4740-a8b2-3e9cb105e7ff', 'x-compute-request-id': 'req-62b95833-4038-4740-a8b2-3e9cb105e7ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:41:07,513 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:41:07,514 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6d1abdd3-c628-4d98-9bd9-cafb64a10005', 'x-compute-request-id': 'req-6d1abdd3-c628-4d98-9bd9-cafb64a10005', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:41:08,562 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:41:08,562 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-52cb3b68-da19-4fae-a044-65caa55799b9', 'x-compute-request-id': 'req-52cb3b68-da19-4fae-a044-65caa55799b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:41:09,611 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:41:09,612 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e49099e2-37a4-459e-983b-8541630468a2', 'x-compute-request-id': 'req-e49099e2-37a4-459e-983b-8541630468a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:41:10,659 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:41:10,660 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ea54e932-a8e2-41a4-a2f8-24f0704d1855', 'x-compute-request-id': 'req-ea54e932-a8e2-41a4-a2f8-24f0704d1855', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:41:11,709 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.046s 2021-10-27 01:41:11,710 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5e87a0bd-d2a9-49ff-9284-dd3f70424642', 'x-compute-request-id': 'req-5e87a0bd-d2a9-49ff-9284-dd3f70424642', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:41:12,758 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:41:12,758 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-50cf063b-1f0b-4cc2-8b0f-c3b77f5bef98', 'x-compute-request-id': 'req-50cf063b-1f0b-4cc2-8b0f-c3b77f5bef98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:41:13,806 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:41:13,807 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-de65eee2-f243-4e4c-93c2-e973d805332f', 'x-compute-request-id': 'req-de65eee2-f243-4e4c-93c2-e973d805332f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:41:14,855 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:41:14,855 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-86854f5c-77f4-4e8b-bb1b-550031ae2f6c', 'x-compute-request-id': 'req-86854f5c-77f4-4e8b-bb1b-550031ae2f6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:41:15,904 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:41:15,904 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e1228725-ba2a-4771-a616-9f26d2ba2d10', 'x-compute-request-id': 'req-e1228725-ba2a-4771-a616-9f26d2ba2d10', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:41:16,952 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:41:16,953 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-255295b5-37ef-47b2-8420-cabceb981588', 'x-compute-request-id': 'req-255295b5-37ef-47b2-8420-cabceb981588', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:41:18,002 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:41:18,002 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e3e0595f-01e6-476d-993f-ae6475275ee7', 'x-compute-request-id': 'req-e3e0595f-01e6-476d-993f-ae6475275ee7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:41:19,051 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.046s 2021-10-27 01:41:19,052 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-116d58eb-667d-485f-b718-08039e912c2c', 'x-compute-request-id': 'req-116d58eb-667d-485f-b718-08039e912c2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:41:20,100 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.046s 2021-10-27 01:41:20,101 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aa23b0ed-78fe-4853-bdc5-0e59fe2f54c0', 'x-compute-request-id': 'req-aa23b0ed-78fe-4853-bdc5-0e59fe2f54c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:41:21,148 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.044s 2021-10-27 01:41:21,149 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5b4cecfc-0aec-4aaf-92b3-1b5de12e40a4', 'x-compute-request-id': 'req-5b4cecfc-0aec-4aaf-92b3-1b5de12e40a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:41:22,197 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.046s 2021-10-27 01:41:22,198 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-35b482ff-3861-44ea-b729-281524726c80', 'x-compute-request-id': 'req-35b482ff-3861-44ea-b729-281524726c80', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:41:23,246 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.044s 2021-10-27 01:41:23,246 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-acff0ce2-a4ae-4883-ab6c-7988c2bb34be', 'x-compute-request-id': 'req-acff0ce2-a4ae-4883-ab6c-7988c2bb34be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:41:24,295 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:41:24,295 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-62f88315-363d-4af9-9f2e-2597628d8fe5', 'x-compute-request-id': 'req-62f88315-363d-4af9-9f2e-2597628d8fe5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:41:25,343 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:41:25,344 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2eed0af2-cb26-4fe3-9a56-9ba99346146d', 'x-compute-request-id': 'req-2eed0af2-cb26-4fe3-9a56-9ba99346146d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:41:26,394 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.046s 2021-10-27 01:41:26,394 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5d3e401e-4c6f-4532-90e9-2961e0cf9303', 'x-compute-request-id': 'req-5d3e401e-4c6f-4532-90e9-2961e0cf9303', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:41:27,442 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.044s 2021-10-27 01:41:27,442 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-89961896-a98f-478b-bdbf-de7fb463f991', 'x-compute-request-id': 'req-89961896-a98f-478b-bdbf-de7fb463f991', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:41:28,490 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:41:28,490 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-663a8fd6-02a4-4367-82c3-7dda7914f802', 'x-compute-request-id': 'req-663a8fd6-02a4-4367-82c3-7dda7914f802', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:41:29,538 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:41:29,538 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3f56fe51-1855-46b3-b3ce-2d372b202c2c', 'x-compute-request-id': 'req-3f56fe51-1855-46b3-b3ce-2d372b202c2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:41:30,587 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.046s 2021-10-27 01:41:30,588 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d461a125-8e8e-4f3e-b4e1-67348b4a4a2c', 'x-compute-request-id': 'req-d461a125-8e8e-4f3e-b4e1-67348b4a4a2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:41:31,635 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.044s 2021-10-27 01:41:31,635 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-495f5666-739a-46fd-ad44-82f8cb0915df', 'x-compute-request-id': 'req-495f5666-739a-46fd-ad44-82f8cb0915df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:41:32,684 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:41:32,684 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d39c71d1-269b-458c-b896-4bd9728e16dc', 'x-compute-request-id': 'req-d39c71d1-269b-458c-b896-4bd9728e16dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:41:33,732 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:41:33,732 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d73ce47d-d235-4915-bf87-6d417182f25c', 'x-compute-request-id': 'req-d73ce47d-d235-4915-bf87-6d417182f25c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:41:34,780 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:41:34,780 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-39c34a91-0b80-4dae-9007-290047002073', 'x-compute-request-id': 'req-39c34a91-0b80-4dae-9007-290047002073', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:41:35,830 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.047s 2021-10-27 01:41:35,831 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8e8470d6-6aea-452a-98b6-6d9bc7ba4bbe', 'x-compute-request-id': 'req-8e8470d6-6aea-452a-98b6-6d9bc7ba4bbe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:41:36,878 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.044s 2021-10-27 01:41:36,878 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3bcdb48a-89d0-4a86-9a63-3d70dae46a37', 'x-compute-request-id': 'req-3bcdb48a-89d0-4a86-9a63-3d70dae46a37', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:41:37,926 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.046s 2021-10-27 01:41:37,926 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-850ee6e2-e1cb-41fe-9d2c-100937164390', 'x-compute-request-id': 'req-850ee6e2-e1cb-41fe-9d2c-100937164390', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:41:38,976 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.046s 2021-10-27 01:41:38,976 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-633fc81a-5f9d-479f-b7c7-5d28b8dea6db', 'x-compute-request-id': 'req-633fc81a-5f9d-479f-b7c7-5d28b8dea6db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:41:40,025 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:41:40,025 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c9b0690c-3034-4968-a6ce-2fb0b1e6e1b3', 'x-compute-request-id': 'req-c9b0690c-3034-4968-a6ce-2fb0b1e6e1b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:41:41,074 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:41:41,075 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ad6205bd-47d7-4492-bdf8-ce0326c5b825', 'x-compute-request-id': 'req-ad6205bd-47d7-4492-bdf8-ce0326c5b825', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:41:42,123 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:41:42,123 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-50d44379-6928-40dc-98f7-a118747cad44', 'x-compute-request-id': 'req-50d44379-6928-40dc-98f7-a118747cad44', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:41:43,171 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:41:43,172 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c40acb2c-7479-48cc-98c3-adae1f91c383', 'x-compute-request-id': 'req-c40acb2c-7479-48cc-98c3-adae1f91c383', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:41:44,220 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:41:44,220 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4dec71b3-c113-4ded-8e95-1ffe33b2d539', 'x-compute-request-id': 'req-4dec71b3-c113-4ded-8e95-1ffe33b2d539', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:41:45,269 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:41:45,269 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d720cfc3-ef0d-4d29-8c2b-82ec0c730c1c', 'x-compute-request-id': 'req-d720cfc3-ef0d-4d29-8c2b-82ec0c730c1c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:41:46,317 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:41:46,318 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3005ac2d-516f-4727-a5fd-f98ba14a045e', 'x-compute-request-id': 'req-3005ac2d-516f-4727-a5fd-f98ba14a045e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:41:47,366 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:41:47,366 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c2191179-f2e7-40ea-8d84-200c598f5299', 'x-compute-request-id': 'req-c2191179-f2e7-40ea-8d84-200c598f5299', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:41:48,415 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.046s 2021-10-27 01:41:48,416 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8f6dd48b-b0b4-4c2f-a0f6-43616244f06c', 'x-compute-request-id': 'req-8f6dd48b-b0b4-4c2f-a0f6-43616244f06c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:41:49,465 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:41:49,465 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d6028deb-c9b4-4ea5-b781-49438c991123', 'x-compute-request-id': 'req-d6028deb-c9b4-4ea5-b781-49438c991123', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:41:50,513 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:41:50,513 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-36497e7c-80b7-49ef-aa91-91e10a12b778', 'x-compute-request-id': 'req-36497e7c-80b7-49ef-aa91-91e10a12b778', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:41:51,562 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.046s 2021-10-27 01:41:51,563 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3f79015d-3d8f-4372-9a7c-5067b7ca489c', 'x-compute-request-id': 'req-3f79015d-3d8f-4372-9a7c-5067b7ca489c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:41:52,610 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.044s 2021-10-27 01:41:52,611 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2750c4e7-2b68-44e3-9ede-5cba0f297a82', 'x-compute-request-id': 'req-2750c4e7-2b68-44e3-9ede-5cba0f297a82', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:41:53,659 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:41:53,659 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7a17b4a8-63b3-4802-9224-685a4cfebc7e', 'x-compute-request-id': 'req-7a17b4a8-63b3-4802-9224-685a4cfebc7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:41:54,709 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.046s 2021-10-27 01:41:54,709 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d58b29dd-8ec8-471a-bda5-3ea691801625', 'x-compute-request-id': 'req-d58b29dd-8ec8-471a-bda5-3ea691801625', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:41:55,757 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.046s 2021-10-27 01:41:55,758 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9b758ef2-763f-46f9-bcb6-55c7c3859ffa', 'x-compute-request-id': 'req-9b758ef2-763f-46f9-bcb6-55c7c3859ffa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:41:56,806 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:41:56,807 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b2f1bebc-c817-49a4-ace1-fc52e9a8cb24', 'x-compute-request-id': 'req-b2f1bebc-c817-49a4-ace1-fc52e9a8cb24', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:41:57,854 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.044s 2021-10-27 01:41:57,855 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fb238734-4a18-496d-8d44-40c1bca14203', 'x-compute-request-id': 'req-fb238734-4a18-496d-8d44-40c1bca14203', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:41:58,903 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:41:58,904 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c4e2f42b-6232-4ada-8cd8-a0182b62b5c9', 'x-compute-request-id': 'req-c4e2f42b-6232-4ada-8cd8-a0182b62b5c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:41:59,952 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:41:59,952 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dbb070ff-15a2-407e-8b8e-830b856a4a3d', 'x-compute-request-id': 'req-dbb070ff-15a2-407e-8b8e-830b856a4a3d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:42:01,002 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.047s 2021-10-27 01:42:01,002 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-27d0bc09-531b-44d9-8067-352dbd09c942', 'x-compute-request-id': 'req-27d0bc09-531b-44d9-8067-352dbd09c942', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:42:02,053 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.047s 2021-10-27 01:42:02,053 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-74e2a3a5-481e-40a4-ab9f-521f200c0689', 'x-compute-request-id': 'req-74e2a3a5-481e-40a4-ab9f-521f200c0689', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:42:03,102 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:42:03,102 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5e34aaa6-0d11-4b10-a783-77e325d43b77', 'x-compute-request-id': 'req-5e34aaa6-0d11-4b10-a783-77e325d43b77', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:42:04,151 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:42:04,152 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f389f6d0-457d-402e-9f13-4cb164e88186', 'x-compute-request-id': 'req-f389f6d0-457d-402e-9f13-4cb164e88186', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:42:05,200 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:42:05,200 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6b821226-4f13-42a2-a654-cf85e7512ca8', 'x-compute-request-id': 'req-6b821226-4f13-42a2-a654-cf85e7512ca8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:42:06,248 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.044s 2021-10-27 01:42:06,248 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7c10591e-f2d4-444b-a0e4-aec7eaf20cf6', 'x-compute-request-id': 'req-7c10591e-f2d4-444b-a0e4-aec7eaf20cf6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:42:07,297 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:42:07,297 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-229ed8d1-17b0-46ba-9160-0038c0a9b37c', 'x-compute-request-id': 'req-229ed8d1-17b0-46ba-9160-0038c0a9b37c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:42:08,346 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:42:08,346 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7a8c8a9d-a549-4c61-aa19-1fad9e0a068a', 'x-compute-request-id': 'req-7a8c8a9d-a549-4c61-aa19-1fad9e0a068a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:42:09,394 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:42:09,395 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-955057e1-c877-4693-858d-bfa7e9415a93', 'x-compute-request-id': 'req-955057e1-c877-4693-858d-bfa7e9415a93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:42:10,442 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:42:10,442 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f04757cb-d562-4da1-b5a6-dee3a42a9c15', 'x-compute-request-id': 'req-f04757cb-d562-4da1-b5a6-dee3a42a9c15', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:42:11,491 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:42:11,491 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-46f6af50-d74f-482d-a613-a096f6000a0a', 'x-compute-request-id': 'req-46f6af50-d74f-482d-a613-a096f6000a0a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:42:12,539 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:42:12,539 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d90c2368-ad47-4650-9e85-c9508e5507bc', 'x-compute-request-id': 'req-d90c2368-ad47-4650-9e85-c9508e5507bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:42:13,594 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.051s 2021-10-27 01:42:13,594 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3be95408-3945-4b92-a9c3-bbcfe792222f', 'x-compute-request-id': 'req-3be95408-3945-4b92-a9c3-bbcfe792222f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:42:14,644 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.046s 2021-10-27 01:42:14,644 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1b2a6726-259d-4d01-91a1-fbabb71176c7', 'x-compute-request-id': 'req-1b2a6726-259d-4d01-91a1-fbabb71176c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:42:15,691 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.044s 2021-10-27 01:42:15,692 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b171448e-6d8b-4492-b591-ff49c897c68a', 'x-compute-request-id': 'req-b171448e-6d8b-4492-b591-ff49c897c68a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:42:16,740 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:42:16,741 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5b5ee741-015d-4814-bb49-939bf0799ccf', 'x-compute-request-id': 'req-5b5ee741-015d-4814-bb49-939bf0799ccf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:42:17,788 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.044s 2021-10-27 01:42:17,788 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-634ba3ac-9055-41b5-ae26-245212f4a815', 'x-compute-request-id': 'req-634ba3ac-9055-41b5-ae26-245212f4a815', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:42:18,837 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:42:18,838 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f5dcd563-83ff-450f-a8f0-6421edc640e8', 'x-compute-request-id': 'req-f5dcd563-83ff-450f-a8f0-6421edc640e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:42:19,885 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.044s 2021-10-27 01:42:19,885 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-73dfd054-9a77-4585-b145-7521d764e755', 'x-compute-request-id': 'req-73dfd054-9a77-4585-b145-7521d764e755', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:42:20,936 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.047s 2021-10-27 01:42:20,936 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-db214540-6b0d-42fb-8856-f9650e8856a0', 'x-compute-request-id': 'req-db214540-6b0d-42fb-8856-f9650e8856a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:42:21,985 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.046s 2021-10-27 01:42:21,986 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-61baa3c7-9ac8-4a53-b4f8-76eeb0e7d693', 'x-compute-request-id': 'req-61baa3c7-9ac8-4a53-b4f8-76eeb0e7d693', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:42:23,034 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:42:23,035 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cd08aa85-0767-4ae7-8a99-402117dabed8', 'x-compute-request-id': 'req-cd08aa85-0767-4ae7-8a99-402117dabed8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:42:24,082 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:42:24,083 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0b7a33f6-4fa1-4869-96e7-5b4fc5cb8955', 'x-compute-request-id': 'req-0b7a33f6-4fa1-4869-96e7-5b4fc5cb8955', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:42:25,132 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.046s 2021-10-27 01:42:25,132 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9bdc11e1-416a-4d71-9232-a1615e63672b', 'x-compute-request-id': 'req-9bdc11e1-416a-4d71-9232-a1615e63672b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:42:26,180 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.044s 2021-10-27 01:42:26,181 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-af82a89b-fde1-4ce8-bcd7-fb83ac9cda1e', 'x-compute-request-id': 'req-af82a89b-fde1-4ce8-bcd7-fb83ac9cda1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:42:27,229 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.046s 2021-10-27 01:42:27,229 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fba64468-bfce-4c8b-ab1d-aa65f6dacaa5', 'x-compute-request-id': 'req-fba64468-bfce-4c8b-ab1d-aa65f6dacaa5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:42:28,281 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.048s 2021-10-27 01:42:28,281 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-93284c0a-d9df-4b73-b799-e9a2086eb28b', 'x-compute-request-id': 'req-93284c0a-d9df-4b73-b799-e9a2086eb28b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:42:29,329 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.046s 2021-10-27 01:42:29,330 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b87fb424-ebbb-405f-8655-6b1d5732e690', 'x-compute-request-id': 'req-b87fb424-ebbb-405f-8655-6b1d5732e690', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:42:30,378 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:42:30,379 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6452f49f-9168-4f92-bbcb-afa814e0d523', 'x-compute-request-id': 'req-6452f49f-9168-4f92-bbcb-afa814e0d523', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:42:31,427 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:42:31,427 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1ccd4d20-a3a2-46f0-90ba-785df4ef8edf', 'x-compute-request-id': 'req-1ccd4d20-a3a2-46f0-90ba-785df4ef8edf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:42:32,476 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.047s 2021-10-27 01:42:32,477 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a29e0007-fc13-43f8-91c6-49a621bbcb83', 'x-compute-request-id': 'req-a29e0007-fc13-43f8-91c6-49a621bbcb83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:42:33,524 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.044s 2021-10-27 01:42:33,524 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a5582090-c378-4387-863a-94b051efba7d', 'x-compute-request-id': 'req-a5582090-c378-4387-863a-94b051efba7d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:42:34,573 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:42:34,574 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ae148a7a-4a93-477f-92c9-22deeb39face', 'x-compute-request-id': 'req-ae148a7a-4a93-477f-92c9-22deeb39face', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:42:35,622 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:42:35,623 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aa43a7e0-3edb-43db-9400-25bec1b5c8a3', 'x-compute-request-id': 'req-aa43a7e0-3edb-43db-9400-25bec1b5c8a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:42:36,670 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.044s 2021-10-27 01:42:36,670 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5aa3dbac-2735-4bda-b9f1-2a219d45416d', 'x-compute-request-id': 'req-5aa3dbac-2735-4bda-b9f1-2a219d45416d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:42:37,719 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.046s 2021-10-27 01:42:37,720 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c5bb0d35-0de6-44d2-9bb3-7348b5359d6c', 'x-compute-request-id': 'req-c5bb0d35-0de6-44d2-9bb3-7348b5359d6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:42:38,767 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.044s 2021-10-27 01:42:38,768 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-15c4c837-1044-4dd2-b1fb-e5de78833993', 'x-compute-request-id': 'req-15c4c837-1044-4dd2-b1fb-e5de78833993', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:42:39,816 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:42:39,816 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-54789166-bf2f-4890-900d-56ff1a9ead8f', 'x-compute-request-id': 'req-54789166-bf2f-4890-900d-56ff1a9ead8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:42:40,866 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.047s 2021-10-27 01:42:40,866 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d94024bd-6e58-4695-a0e8-e6ab3440a52e', 'x-compute-request-id': 'req-d94024bd-6e58-4695-a0e8-e6ab3440a52e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:42:41,914 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.044s 2021-10-27 01:42:41,914 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0ae38980-c1bc-48ba-a9a7-0b9baf5e9d11', 'x-compute-request-id': 'req-0ae38980-c1bc-48ba-a9a7-0b9baf5e9d11', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:42:42,963 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:42:42,963 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2fbff558-f432-422f-89ad-d2840b09335d', 'x-compute-request-id': 'req-2fbff558-f432-422f-89ad-d2840b09335d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:42:44,009 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.044s 2021-10-27 01:42:44,009 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-04cb9434-5b56-4916-98ad-062428a4e3f5', 'x-compute-request-id': 'req-04cb9434-5b56-4916-98ad-062428a4e3f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:42:45,058 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.044s 2021-10-27 01:42:45,059 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-751cdb24-e4f9-4ef0-a1aa-9ef2c9a5e3ce', 'x-compute-request-id': 'req-751cdb24-e4f9-4ef0-a1aa-9ef2c9a5e3ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:42:46,109 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.047s 2021-10-27 01:42:46,109 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f1b36a98-d0d6-4068-9be5-002347330da7', 'x-compute-request-id': 'req-f1b36a98-d0d6-4068-9be5-002347330da7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:42:47,158 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.046s 2021-10-27 01:42:47,158 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e4b70fb2-fcca-43c1-a8ee-b55b3ce41910', 'x-compute-request-id': 'req-e4b70fb2-fcca-43c1-a8ee-b55b3ce41910', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:42:48,209 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.047s 2021-10-27 01:42:48,209 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b54e30a8-b92d-4a3e-ba8a-44d7ef8b5dbb', 'x-compute-request-id': 'req-b54e30a8-b92d-4a3e-ba8a-44d7ef8b5dbb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:42:49,309 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.097s 2021-10-27 01:42:49,310 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c645f430-4117-4985-947f-5df98d4ee581', 'x-compute-request-id': 'req-c645f430-4117-4985-947f-5df98d4ee581', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:42:50,358 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:42:50,358 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4e54f493-db4b-4942-be59-84871eaa35dc', 'x-compute-request-id': 'req-4e54f493-db4b-4942-be59-84871eaa35dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:42:51,408 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.046s 2021-10-27 01:42:51,408 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b0e41b8b-54cb-4526-ab8e-4582c1e2e298', 'x-compute-request-id': 'req-b0e41b8b-54cb-4526-ab8e-4582c1e2e298', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:42:52,458 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.047s 2021-10-27 01:42:52,458 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d11286ae-6118-4240-8edd-4e5ff543f38a', 'x-compute-request-id': 'req-d11286ae-6118-4240-8edd-4e5ff543f38a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:42:53,510 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.049s 2021-10-27 01:42:53,511 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-459efec9-25a6-41a2-bed2-ff820894ab0e', 'x-compute-request-id': 'req-459efec9-25a6-41a2-bed2-ff820894ab0e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:42:54,560 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.046s 2021-10-27 01:42:54,560 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e17c2a93-e8d9-4f66-bfa4-8bf51f17872f', 'x-compute-request-id': 'req-e17c2a93-e8d9-4f66-bfa4-8bf51f17872f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:42:55,609 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.046s 2021-10-27 01:42:55,609 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-335215e5-d305-4760-b675-ab149b1cebed', 'x-compute-request-id': 'req-335215e5-d305-4760-b675-ab149b1cebed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:42:56,661 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.049s 2021-10-27 01:42:56,662 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ebc394b5-343e-4f56-831c-66c58633201c', 'x-compute-request-id': 'req-ebc394b5-343e-4f56-831c-66c58633201c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:42:57,710 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:42:57,710 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c06e6eb2-e598-420f-bb36-9356e8a07e6d', 'x-compute-request-id': 'req-c06e6eb2-e598-420f-bb36-9356e8a07e6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:42:58,758 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:42:58,759 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bc5c4376-a1a9-4de3-8a39-c3d923f404e4', 'x-compute-request-id': 'req-bc5c4376-a1a9-4de3-8a39-c3d923f404e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:42:59,813 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.051s 2021-10-27 01:42:59,813 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dd48ab25-b4d4-4015-adb1-8aed59a1eb58', 'x-compute-request-id': 'req-dd48ab25-b4d4-4015-adb1-8aed59a1eb58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:43:00,862 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:43:00,862 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e6399278-6d76-463e-ab51-a74b5b387b1e', 'x-compute-request-id': 'req-e6399278-6d76-463e-ab51-a74b5b387b1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:43:01,910 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.046s 2021-10-27 01:43:01,911 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9f6669ff-abab-48fc-8bd1-03ea98a5df10', 'x-compute-request-id': 'req-9f6669ff-abab-48fc-8bd1-03ea98a5df10', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:43:02,960 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.047s 2021-10-27 01:43:02,961 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-45b90ab7-24a8-42c1-8ce4-76ae1813909f', 'x-compute-request-id': 'req-45b90ab7-24a8-42c1-8ce4-76ae1813909f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:43:04,009 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.045s 2021-10-27 01:43:04,009 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7373c114-b81f-428d-a11c-d9ccac5d458b', 'x-compute-request-id': 'req-7373c114-b81f-428d-a11c-d9ccac5d458b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:43:05,057 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments 0.046s 2021-10-27 01:43:05,058 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-869ac42d-b58f-4958-8683-fa2ad599c3df', 'x-compute-request-id': 'req-869ac42d-b58f-4958-8683-fa2ad599c3df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "volumeId": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "serverId": "469e7755-913d-4045-af55-ea499082df37", "device": "/dev/sdb"}]}' 2021-10-27 01:43:06,167 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 POST http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/action 0.106s 2021-10-27 01:43:06,168 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '38100', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a48dd2b1-87f7-4243-b2a2-05a9d427af18', 'x-compute-request-id': 'req-a48dd2b1-87f7-4243-b2a2-05a9d427af18', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37/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-10-27 01:43:06,170 122968 DEBUG [tempest.common.waiters] Console output for 469e7755-913d-4045-af55-ea499082df37 body= [ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: x87 FPU will use FXSAVE [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable [ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data [ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.3 present. [ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016 [ 0.000000] Hypervisor detected: Microsoft Hyper-V [ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c [ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035 [ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500 [ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V [ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush [ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT [ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM) [ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026) [ 0.000000] ACPI: FACS 0x000000003FFFF000 000040 [ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001) [ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug [ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug [ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug [ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff] [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffeffff] [ 0.000000] Reserved but unavailable: 98 pages [ 0.000000] ACPI: PM-Timer IO Port: 0x408 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] e820: [mem 0x40000000-0xffffffff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on bare hardware [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] random: get_random_bytes called from start_kernel+0x99/0x51b with crng_init=0 [ 0.000000] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:1 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] percpu: Embedded 45 pages/cpu @ (ptrval) s147456 r8192 d28672 u2097152 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 257913 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0 [ 0.000000] Memory: 926704K/1048120K available (12300K kernel code, 2283K rwdata, 3972K rodata, 2248K init, 2372K bss, 121416K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] ftrace: allocating 37806 entries in 148 pages [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=1. [ 0.000000] Tasks RCU enabled. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1 [ 0.000000] NR_IRQS: 524544, nr_irqs: 256, preallocated irqs: 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] ACPI: Core revision 20170831 [ 0.000000] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.000000] APIC: Switch to symmetric I/O mode setup [ 0.004000] clocksource: hyperv_clocksource_tsc_page: mask: 0xffffffffffffffff max_cycles: 0x24e6a1710, max_idle_ns: 440795202120 ns [ 0.276000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.280000] tsc: Detected 1995.190 MHz processor [ 0.284000] Calibrating delay loop (skipped), value calculated using timer frequency.. 3990.38 BogoMIPS (lpj=7980760) [ 0.288017] pid_max: default: 32768 minimum: 301 [ 0.292088] Security Framework initialized [ 0.296015] Yama: becoming mindful. [ 0.300075] AppArmor: AppArmor initialized [ 0.304309] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.308153] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.312047] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.316028] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.320606] CPU: Physical Processor ID: 0 [ 0.324288] mce: CPU supports 1 MCE banks [ 0.328000] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8 [ 0.328013] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0 [ 0.332012] Spectre V2 : Mitigation: Full generic retpoline [ 0.336009] Speculative Store Bypass: Vulnerable [ 0.372000] Freeing SMP alternatives memory: 36K [ 0.374588] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2430L 0 @ 2.00GHz (family: 0x6, model: 0x2d, stepping: 0x7) [ 0.376203] Performance Events: unsupported p6 CPU model 45 no PMU driver, software events only. [ 0.380106] Hierarchical SRCU implementation. [ 0.388372] NMI watchdog: Perf event create on CPU 0 failed with -2 [ 0.396023] NMI watchdog: Perf NMI watchdog permanently disabled [ 0.400151] smp: Bringing up secondary CPUs ... [ 0.404016] smp: Brought up 1 node, 1 CPU [ 0.408109] smpboot: Max logical packages: 1 [ 0.412015] smpboot: Total of 1 processors activated (3990.38 BogoMIPS) [ 0.416927] devtmpfs: initialized [ 0.420146] x86/mm: Memory block size: 128MB [ 0.424295] evm: security.selinux [ 0.432018] evm: security.SMACK64 [ 0.435295] evm: security.SMACK64EXEC [ 0.436014] evm: security.SMACK64TRANSMUTE [ 0.440012] evm: security.SMACK64MMAP [ 0.444011] evm: security.apparmor [ 0.448006] evm: security.ima [ 0.452007] evm: security.capability [ 0.456261] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.460025] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.464099] pinctrl core: initialized pinctrl subsystem [ 0.468442] NET: Registered protocol family 16 [ 0.472201] audit: initializing netlink subsys (disabled) [ 0.476334] cpuidle: using governor ladder [ 0.480031] audit: type=2000 audit(1635298593.476:1): state=initialized audit_enabled=0 res=1 [ 0.484028] cpuidle: using governor menu [ 0.488193] ACPI: bus type PCI registered [ 0.492015] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.498027] PCI: Using configuration type 1 for base access [ 0.505332] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages [ 0.508605] ACPI: Added _OSI(Module Device) [ 0.512033] ACPI: Added _OSI(Processor Device) [ 0.516017] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.520018] ACPI: Added _OSI(Processor Aggregator Device) [ 0.524055] ACPI: Added _OSI(Linux-Dell-Video) [ 0.540000] ACPI: Interpreter enabled [ 0.540032] ACPI: (supports S0 S5) [ 0.544015] ACPI: Using IOAPIC for interrupt routing [ 0.548105] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.552508] ACPI: Enabled 1 GPEs in block 00 to 0F [ 0.617068] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.620023] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.624024] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.628046] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.632701] PCI host bridge to bus 0000:00 [ 0.636017] pci_bus 0000:00: root bus resource [mem 0xfe0000000-0xfffffffff window] [ 0.640065] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.644107] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.648022] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.652045] pci_bus 0000:00: root bus resource [mem 0xf8000000-0xfffbffff window] [ 0.656019] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.712015] pci 0000:00:07.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.716020] pci 0000:00:07.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.720020] pci 0000:00:07.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.724026] pci 0000:00:07.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.735268] * Found PM-Timer Bug on the chipset. Due to workarounds for a bug, [ 0.735268] * this clock source is slow. Consider trying other clock sources [ 0.756729] pci 0000:00:07.3: quirk: [io 0x0400-0x043f] claimed by PIIX4 ACPI [ 0.820996] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 9 10 *11 12 14 15) [ 0.825742] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. [ 0.833028] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. [ 0.841201] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. [ 0.845171] SCSI subsystem initialized [ 0.848536] pci 0000:00:08.0: vgaarb: setting as boot VGA device [ 0.852000] pci 0000:00:08.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none [ 0.852059] pci 0000:00:08.0: vgaarb: bridge control possible [ 0.856014] vgaarb: loaded [ 0.860097] pps_core: LinuxPPS API ver. 1 registered [ 0.864009] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.868066] PTP clock support registered [ 0.872105] EDAC MC: Ver: 3.0.0 [ 0.877816] hv_vmbus: Vmbus version:4.0 [ 0.882812] PCI: Using ACPI for IRQ routing [ 0.887235] NetLabel: Initializing [ 0.888027] NetLabel: domain hash size = 128 [ 0.892075] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO [ 0.896093] NetLabel: unlabeled traffic allowed by default [ 0.900237] clocksource: Switched to clocksource hyperv_clocksource_tsc_page [ 0.922940] VFS: Disk quotas dquot_6.6.0 [ 0.953149] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.966178] AppArmor: AppArmor Filesystem Enabled [ 0.972537] pnp: PnP ACPI init [ 0.987874] system 00:06: [io 0x01e0-0x01ef] has been reserved [ 0.991766] system 00:06: [io 0x0160-0x016f] has been reserved [ 1.002822] system 00:06: [io 0x0278-0x027f] has been reserved [ 1.028203] system 00:06: [io 0x0378-0x037f] has been reserved [ 1.043411] system 00:06: [io 0x0678-0x067f] has been reserved [ 1.054651] system 00:06: [io 0x0778-0x077f] has been reserved [ 1.079408] system 00:06: [io 0x04d0-0x04d1] has been reserved [ 1.094670] system 00:07: [io 0x0400-0x043f] has been reserved [ 1.103332] system 00:07: [io 0x0370-0x0371] has been reserved [ 1.111402] system 00:07: [io 0x0440-0x044f] has been reserved [ 1.119465] system 00:07: [mem 0xfec00000-0xfec00fff] could not be reserved [ 1.125519] system 00:07: [mem 0xfee00000-0xfee00fff] has been reserved [ 1.132405] system 00:08: [mem 0x00000000-0x0009ffff] could not be reserved [ 1.141564] system 00:08: [mem 0x000c0000-0x000dffff] could not be reserved [ 1.148952] system 00:08: [mem 0x000e0000-0x000fffff] could not be reserved [ 1.156383] system 00:08: [mem 0x00100000-0xf7ffffff] could not be reserved [ 1.167252] system 00:08: [mem 0xfffc0000-0xffffffff] has been reserved [ 1.175185] pnp: PnP ACPI: found 9 devices [ 1.187576] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.195125] NET: Registered protocol family 2 [ 1.203932] TCP established hash table entries: 8192 (order: 4, 65536 bytes) [ 1.214095] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.228924] TCP: Hash tables configured (established 8192 bind 8192) [ 1.235180] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.242891] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.249103] NET: Registered protocol family 1 [ 1.254359] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.264146] pci 0000:00:08.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] [ 1.272578] Unpacking initramfs... [ 1.556579] random: fast init done [ 1.627829] Freeing initrd memory: 13088K [ 1.634427] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.640597] software IO TLB [mem 0x3a600000-0x3e600000] (64MB) mapped at [ (ptrval)- (ptrval)] [ 1.651025] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3984dcddca4, max_idle_ns: 881590726873 ns [ 1.661350] Scanning for low memory corruption every 60 seconds [ 1.670152] Initialise system trusted keyrings [ 1.682072] Key type blacklist registered [ 1.699608] workingset: timestamp_bits=36 max_order=18 bucket_order=0 [ 1.709608] zbud: loaded [ 1.717590] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.727088] fuse init (API version 7.26) [ 1.736154] Key type asymmetric registered [ 1.743016] Asymmetric key parser 'x509' registered [ 1.748656] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244) [ 1.757228] io scheduler noop registered (default) [ 1.761185] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.766067] ACPI: Power Button [PWRF] [ 1.774288] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.805572] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.837068] 00:04: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A [ 1.846724] Linux agpgart interface v0.103 [ 1.855203] loop: module loaded [ 1.860167] hv_vmbus: registering driver hv_storvsc [ 1.871514] scsi host0: storvsc_host_t [ 1.882871] scsi 0:0:0:0: Direct-Access Msft Virtual Disk 1.0 PQ: 0 ANSI: 5 [ 1.905686] scsi host1: storvsc_host_t [ 1.917259] sd 0:0:0:0: Attached scsi generic sg0 type 0 [ 1.927628] scsi 1:0:0:0: Direct-Access MSFT Virtual HD 10.0 PQ: 0 ANSI: 5 [ 1.936143] ata_piix 0000:00:07.1: Hyper-V Virtual Machine detected, ATA device ignore set [ 1.950785] sd 0:0:0:0: [sda] 2080768 512-byte logical blocks: (1.07 GB/1016 MiB) [ 1.961223] sd 0:0:0:0: [sda] Write Protect is off [ 1.972286] scsi host2: ata_piix [ 1.979640] scsi host3: ata_piix [ 1.986366] ata1: PATA max UDMA/33 cmd 0x1f0 ctl 0x3f6 bmdma 0xffa0 irq 14 [ 1.992223] ata2: PATA max UDMA/33 cmd 0x170 ctl 0x376 bmdma 0xffa8 irq 15 [ 2.001451] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 2.021170] libphy: Fixed MDIO Bus: probed [ 2.063094] tun: Universal TUN/TAP device driver, 1.6 [ 2.072803] PPP generic driver version 2.4.2 [ 2.085298] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12 [ 2.123203] sd 1:0:0:0: Attached scsi generic sg1 type 0 [ 2.131585] sda: sda1 [ 2.149590] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 2.156554] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 2.165690] sd 1:0:0:0: [sdb] 2097152 512-byte logical blocks: (1.07 GB/1.00 GiB) [ 2.177177] sd 1:0:0:0: [sdb] 4096-byte physical blocks [ 3.452956] mousedev: PS/2 mouse device common for all mice [ 3.590006] rtc_cmos 00:00: RTC can wake from S4 [ 3.620968] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.630295] rtc_cmos 00:00: alarms up to one month, 114 bytes nvram [ 3.642013] device-mapper: uevent: version 1.0.3 [ 3.652402] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@redhat.com [ 3.674209] NET: Registered protocol family 10 [ 3.875285] sd 1:0:0:0: [sdb] Write Protect is off [ 3.883349] Segment Routing with IPv6 [ 3.888063] sd 0:0:0:0: [sda] Attached SCSI disk [ 3.892799] NET: Registered protocol family 17 [ 3.905945] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, supports DPO and FUA [ 3.913286] Key type dns_resolver registered [ 3.921431] RAS: Correctable Errors collector initialized. [ 3.930244] registered taskstats version 1 [ 3.938107] Loading compiled-in X.509 certificates [ 3.952386] Loaded X.509 cert 'Build time autogenerated kernel key: aff4079af16f4619e3b7b2cd46b8d3777d9de144' [ 3.961649] zswap: loaded using pool lzo/zbud [ 3.976929] Key type big_key registered [ 3.984074] Key type trusted registered [ 3.994484] Key type encrypted registered [ 4.001021] sd 1:0:0:0: [sdb] Attached SCSI disk [ 4.008259] AppArmor: AppArmor sha1 policy hashing enabled [ 4.015183] ima: No TPM chip found, activating TPM-bypass! (rc=-19) [ 4.022615] evm: HMAC attrs: 0x1 [ 4.040581] rtc_cmos 00:00: setting system clock to 2021-10-27 01:36:38 UTC (1635298598) [ 4.048285] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.055664] EDD information not available. [ 4.354279] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2 [ 4.667724] ata2.00: ATAPI: Virtual CD, , max MWDMA2 [ 4.691198] ata2.00: configured for MWDMA2 [ 4.726150] scsi 3:0:0:0: CD-ROM Msft Virtual CD/ROM 1.0 PQ: 0 ANSI: 5 [ 4.741500] sr 3:0:0:0: [sr0] scsi3-mmc drive: 0x/0x tray [ 4.752079] cdrom: Uniform CD-ROM driver Revision: 3.20 [ 4.767100] sr 3:0:0:0: Attached scsi generic sg2 type 5 [ 4.782323] Freeing unused kernel memory: 2248K [ 4.804409] Write protecting the kernel read-only data: 18432k [ 4.815612] Freeing unused kernel memory: 2008K [ 4.832071] Freeing unused kernel memory: 124K [ 4.857033] x86/mm: Checked W+X mappings: passed, no W+X pages found. [ 4.869659] x86/mm: Checking user space page tables [ 4.893393] x86/mm: Checked W+X mappings: passed, no W+X pages found. Loading, please wait... starting version 229 [ 5.017762] random: udevadm: uninitialized urandom read (16 bytes read) [ 5.025117] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 5.036623] random: udevadm: uninitialized urandom read (16 bytes read) [ 5.052238] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 5.068106] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 5.100350] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 5.118420] random: udevadm: uninitialized urandom read (16 bytes read) [ 5.137007] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 5.151568] random: udevadm: uninitialized urandom read (16 bytes read) [ 5.163860] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 5.414359] hv_vmbus: registering driver hv_netvsc [ 5.444051] hidraw: raw HID events driver (C) Jiri Kosina [ 5.460020] hv_vmbus: registering driver hyperv_keyboard [ 5.481624] hv_utils: Registering HyperV Utility Driver [ 5.500901] hv_vmbus: registering driver hv_util [ 5.522963] hv_vmbus: registering driver hid_hyperv [ 5.532277] input: AT Translated Set 2 keyboard as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/device:07/VMBUS:01/d34b2567-b9b6-42b9-8778-0a4ec0b955bf/serio2/input/input4 [ 5.696355] input: Microsoft Vmbus HID-compliant Mouse as /devices/0006:045E:0621.0001/input/input5 [ 5.752343] hid 0006:045E:0621.0001: input: <UNKNOWN> HID v0.01 Mouse [Microsoft Vmbus HID-compliant Mouse] on [ 5.810937] hv_utils: Heartbeat IC version 3.0 [ 5.826649] hv_utils: Shutdown IC version 3.0 [ 5.837727] hv_utils: TimeSync IC version 4.0 [ 5.848931] hv_utils: VSS IC version 5.0 Begin: Loading essential drivers ... [ 6.076055] raid6: sse2x1 gen() 3607 MB/s [ 6.128052] raid6: sse2x1 xor() 2864 MB/s [ 6.184048] raid6: sse2x2 gen() 3255 MB/s [ 6.240057] raid6: sse2x2 xor() 2750 MB/s [ 6.296051] raid6: sse2x4 gen() 4834 MB/s [ 6.356042] raid6: sse2x4 xor() 4541 MB/s [ 6.363402] raid6: using algorithm sse2x4 gen() 4834 MB/s [ 6.372730] raid6: .... xor() 4541 MB/s, rmw enabled [ 6.382494] raid6: using intx1 recovery algorithm [ 6.394133] xor: measuring software checksum speed [ 6.444226] prefetch64-sse: 9776.000 MB/sec [ 6.488061] generic_sse: 6794.000 MB/sec [ 6.495282] xor: using function: prefetch64-sse (9776.000 MB/sec) [ 6.509171] async_tx: api initialized (async) done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-tp ... done. Begin: Running /scripts/local-premount ... [ 6.770980] Btrfs loaded, crc32c=crc32c-generic Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 6.998552] EXT4-fs (sda1): INFO: recovery required on readonly filesystem [ 7.004656] EXT4-fs (sda1): write access will be enabled during recovery [ 7.250635] EXT4-fs (sda1): recovery complete [ 7.273799] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null) done. Begin: Running /scripts/local-bottom ... done. Begin: Running /scripts/init-bottom ... done. [ 7.856538] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN) [ 7.867185] systemd[1]: Detected virtualization microsoft. [ 7.880898] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 7.967252] systemd[1]: Set hostname to <tempest-attachvolumeshelvetestjson-server-1852220541>. [ 8.521658] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 8.626271] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 8.723922] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch. [ 8.795749] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 8.868711] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 8.934180] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [[0;32m OK [0m] Reached target Slices. [[0;32m OK [0m] Listening on udev Control Socket. [[0;32m OK [0m] Created slice system-getty.slice. [[0;32m OK [0m] Listening on Journal Audit Socket. [[0;32m OK [0m] Reached target Encrypted Volumes. [[0;32m OK [0m] Listening on udev Kernel Socket. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on Journal Socket. Starting Create list of required st... nodes for the current kernel... Mounting Debug File System... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... Mounting Huge Pages File System... [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on Journal Socket (/dev/log). Mounting POSIX Message Queue File System... Starting Journal Service... [[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. Starting Load Kernel Modules... Starting Remount Root and Kernel File Systems... [ 10.182055] Loading iSCSI transport class v2.0-870. [ 10.194836] EXT4-fs (sda1): re-mounted. Opts: (null) [[ 10.250171] iscsi: registered transport (tcp) [0;32m OK [0m] Mounted Debug File System. [[ 10.342803] iscsi: registered transport (iser) [0;32m OK [0m] Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted Huge Pages File System. [[0;32m OK [0m] Started Journal Service. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[0;32m OK [0m] Started Load Kernel Modules. [[0;32m OK [0m] Started Remount Root and Kernel File Systems. [[0;32m OK [0m] Started LVM2 metadata daemon. Starting Initial cloud-init job (pre-networking)... Starting udev Coldplug all Devices... Starting Load/Save Random Seed... Mounting Configuration File System... Mounting FUSE Control File System... Starting Apply Kernel Variables... Starting Create Static Device Nodes in /dev... Starting Flush Journal to Persistent Storage... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Mounted Configuration File System. [[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling. [[0;32m OK [0m] Started Load/Save Random Seed. [[0;32m OK [0m] Started Apply Kernel Variables. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. [[0;32m OK [0m] Started udev Coldplug all Devices. Starting udev Kernel Device Manager... [[0;32m OK [0m] Reached target Local File Systes (Pre). [[0;32m OK [0m] Reached target Local File Systems. Starting LSB: AppArmor initialization... [[0;32m OK [0m] Started udev Kernel Device Manager. [[0;32m OK [0m] Started Flush Journal to Persistent Storage. Starting Create Volatile Files and Directories... [[0;32m OK [0m] Started Create Volatile Files and Directories. Starting Network Time Synchronization... Starting Update UTMP about System Boot/Shutdown... [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Started LSB: AppArmor initialization. [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[0;32m OK [0m] Found device /dev/ttyS0. [[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [[0;32m OK [0m] Reached target System Time Synchronized. [ 16.523565] cloud-init[326]: Cloud-init v. 18.2 running 'init-local' at Wed, 27 Oct 2021 01:36:49 +0000. Up 14.55 seconds. [[0;32m OK [0m] Started Initial cloud-init job (pre-networking). [[0;32m OK [0m] Reached target Network (Pre). [[0;32m OK [0m] Started ifup for eth0. Starting Raise network interfaces... [[0;32m OK [0m] Started Raise network interfaces. Starting Initial cloud-init job (metadata service crawler)... [[0;32m OK [0m] Reached target Network. [ 21.166077] cloud-init[672]: Cloud-init v. 18.2 running 'init' at Wed, 27 Oct 2021 01:36:53 +0000. Up 18.79 seconds. [ 21.284618] cloud-init[[672]: [0;32m OK [0mci-info: +++++++++++++++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++++++++++++++] Started Initial cloud-init job (metadata service crawler). [ 21.404795] cloud-init[[672]: [0;32m OK [0mci-info: +--------+------+------------------------------+-----------------+-------+-------------------+] Reached target System Initialization. [ 21.538145] cloud-init[[672]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |[0;32m OK [0m] Started Daily apt download activities. [ 21.627991] cloud-init[[672]: ci-info: +--------+------+------------------------------+-----------------+-------+-------------------+[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.[ 21.741291] cloud-init [672]: ci-info: | eth0 | True | 172.20.0.4 | 255.255.255.240 | . | fa:16:3e:4c:7c:d7 | [[ 21.827062] [0;32m OK [0mcloud-init[672]: ] Started ACPI Events Check.ci-info: | eth0 | True | fe80::f816:3eff:fe4c:7cd7/64 | . | link | fa:16:3e:4c:7c:d7 | [ [0;32m OK [0m[ 21.942789] ] cloud-initReached target Paths.[672]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |[[0;32m OK [0m ] [ 22.058156] Listening on ACPID Listen Socket.cloud-init[672]: ci-info: | lo | True | ::1/128 | . | host | . |[[0;32m OK [0m ] [ 22.190720] Started Daily apt upgrade and clean activities.cloud-init [672]: ci-info: +--------+------+------------------------------+-----------------+-------+-------------------+[[0;32m OK [0m] Reached target Timers.[ 22.336896] cloud-init[672]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++[[0;32m OK [0m ] Listening on D-Bus System Message Bus Socket.[ 22.462622] cloud-init [672]: [ci-info: +-------+-----------------+------------+-----------------+-----------+-------+[0;32m OK [0m] Reached target Sockets. [ 22.593698] cloud-init[[0;32m OK [0m[672]: ] ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |Reached target Basic System. [ 22.688367] cloud-init[[672]: [0;32m OK [0mci-info: +-------+-----------------+------------+-----------------+-----------+-------+] Started ACPI event daemon.[ 22.797384] cloud-init[672]: ci-info: | 0 | 0.0.0.0 | 172.20.0.1 | 0.0.0.0 | eth0 | UG |[[0;32m OK [0m] [ 22.912110] Started Deferred execution scheduler.cloud-init [672]: ci-info: | 1 | 169.254.169.254 | 172.20.0.1 | 255.255.255.255 | eth0 | UGH |[ [0;32m OK [0m[ 23.028821] ] cloud-initStarted Regular background program processing daemon.[672]: ci-info: | 2 | 172.20.0.0 | 0.0.0.0 | 255.255.255.240 | eth0 | U | [[0;32m OK [0m ] [ 23.175840] Started Unattended Upgrades Shutdown.cloud-init [672]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+Starting LSB: MD monitoring daemon... [[0;32m OK [0m] Started D-Bus System Message Bus. Starting Login Service... Starting LSB: Record successful boot for GRUB... [[0;32m OK [0m] Reached target Cloud-config availability. [[0;32m OK [0m] Reached target Network is Online. Starting Apply the settings specified in cloud-config... Starting iSCSI initiator daemon (iscsid)... Starting /etc/rc.local Compatibility... Starting OpenBSD Secure Shell server... [[0;32m OK [0m] Started /etc/rc.local Compatibility. [[0;32m OK [0m] Started iSCSI iitiator daemon (iscsid). [[0;32m OK [0m] Started OpenBSD Secure Shell server. [[0;32m OK [0m] Started LSB: MD monitoring daemon. [[0;32m OK [0m] Started LSB: Record successful boot for GRUB. [[0;32m OK [0m] Started Login Service. Starting Login to default iSCSI targets... [[0;32m OK [0m] Started Login to default iSCSI targets. [[0;32m OK [0m] Reached target Remote File Systems (Pre). [[0;32m OK [0m] Reached target Remote File Systems. Starting LSB: Set the CPU Frequency Scaling governor to "ondemand"... Starting LSB: automatic crash report generation... Starting Permit User Sessions... [[0;32m OK [0m] Started Permit User Sessions. [[0;32m OK [0m] Started Serial Getty on ttyS0. [[0;32m OK [0m] Started Getty on tty1. [[0;32m OK [0m] Reached target Login Prompts. [[0;32m OK [0m] Started LSB: Set the CPU Frequency Scaling governor to "ondemand". [[0;32m OK [0m] Started LSB: auomatic crash report generation. [[0;32m OK [0m] Reached target Multi-User System. [[0;32m OK [0m] Reached target Graphical Interface. Starting Update UTMP about System Runlevel Changes... [[0;32m OK [0m] Started Update UTMP about System Runlevel Changes. [[0;32m OK [0m] Created slice User Slice of ubuntu. Starting User Manager for UID 1000... [[0;32m OK [0m] Started Session 1 of user ubuntu. [[0;32m OK [0m] Started User Manager for UID 1000. Ubuntu 16.04.4 LTS tempest-attachvolumeshelvetestjson-server-1852220541 ttyS0 tempest-attachvolumeshelvetestjson-server-1852220541 login: [ 87.243313] cloud-init[727]: Cloud-init v. 18.2 running 'modules:config' at Wed, 27 Oct 2021 01:36:59 +0000. Up 24.91 seconds. [ 88.731810] cloud-init[871]: Printing ubuntu user authorizedkeys [ 88.791687] cloud-init[871]: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCo5D2iCerXGXJcxQTtzCJQT+ISTqEYZNu4Iw3yLocXM4VcpyTmiuISR+95uQ9+UHa9K4h7hT5R5oQIHI2glimkLglWxd35ib7M+vOgEgF6vcQcfLj4NEdMcEsldumODj/h8VlQcCemkpcaq0b+9mKJ77ay12XZCbPoRTmJ5cTfuDRrcfGe8b8XRm9V7foHjXuIiaQIhlcKTQwVGuRPXNHVTl3kTQ58VB/OmBThomqj2K/RXS3OlANGDjuZpTmxKIqecnRzj+KMK7Sanl+y1OVXW98kt+V8seHCfkCcSeyIvCG5XcdzqIvU51HRDLEooI5icknI4JzKyD7183E17Msx Generated-by-Nova ci-info: ++++++++++Authorized keys from /home/ubuntu/.ssh/authorized_keys for user ubuntu+++++++++++ ci-info: +---------+-------------------------------------------------+---------+-------------------+ ci-info: | Keytype | Fingerprint (md5) | Options | Comment | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ci-info: | ssh-rsa | be:42:b1:d7:87:d8:74:85:7e:e1:a1:05:a4:34:be:55 | - | Generated-by-Nova | ci-info: +---------+-------------------------------------------------+---------+-------------------+ <14>Oct 27 01:38:04 ec2: <14>Oct 27 01:38:04 ec2: ############################################################# <14>Oct 27 01:38:04 ec2: -----BEGIN SSH HOST KEY FINGERPRINTS---- <14>Oct 27 01:3:04 ec2: 1024 SHA256:bSkms6zatHkrcyUjSd04asIbV3QJD1jd8uy7sDG3/EI root@tempest-attachvolumeshelvetestjson-server-1852220541 (DSA) <14>Oct 27 01:38:04 ec2: 256 SHA256:Tgg2AR+drKBPF7gjC85ktEarIkRQeciaE2uFF28JS40 root@tempest-attachvolumeshelvetestjson-server-1852220541 (ECDSA) <14>Oct 27 01:3:04 ec2: 256 SHA256:cgWx/CLmwAoWqmFnIfFWZDSLSHpZGqnlxA7npGUeJrw root@tempest-attachvolumeshelvetestjson-server-1852220541 (ED2519) <14>Oct 27 01:38:04 ec2: 2048 SHA256:+s1AYuE2EMoxlwOCc6CxiN5ZGnrWnSW7P2ZsvDr5iIk root@tempest-attachvolumeshelvetestjson-server-1852220541 (RSA) <14>Oct 27 01:38:04 ec2: -----END SSH HOST KEY FINGERPRINTS----- <14>Oct 27 01:38:04 ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGZnziFV4wxGJLwcMRGQxGmTzjl219xEsP8MMrPEMlJyNSEi6SfYdbIge68a48saWYisSbqdXDJeNtEGQxB2g9Y= root@tempest-attachvolumeshelvetestjson-server-1852220541 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGrHF1Dxfg/OiCl+yLDhdf6bvRLVBl4Xmib9//elFa4n root@tempest-attachvolumeshelvetestjson-server-1852220541 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCxk1r6cxcKhTk5xbZEMfP0hmxAxUqOtX+7Z5SI46HJRfr9MH8Y7gt9kBZcGDPOmpAwMWv2JNWYglKm0Do6odQtv9wv2fy+pycVlgtxcv6mtFQSHR8OKM1XAiwWTw8Ig7Qsv7znH4jenntWbYxn3StzHH/3wnw1vyh9+OcPC3q5LCuJjjwK8LlH11FavZ3Ga0JR7RdIWk6xSJWR8Xmk3FsnSR1966XlgqSY+dSN/huvEo8mcVKB6T8+Kv9NDNqJiQAnYE05uHZOBO5jVCGfoyTyYYgT8TitCu3Q87OtA85FCUsO9UbdEq+SudXMfEqinFs1yYypsNY4xJW+9k55CqOH root@tempest-attachvolumeshelvetestjson-server-1852220541 -----END SSH HOST KEY KEYS----- [ 89.782209] cloud-init[871]: Cloud-init v. 18.2 running 'modules:final' at Wed, 27 Oct 2021 01:38:02 +0000. Up 87.85 seconds. [ 89.908523] cloud-init[871]: Cloud-init v. 18.2 finished at Wed, 27 Oct 2021 01:38:04 +0000. Datasource DataSourceConfigDrive [net,ver=2][source=/dev/sr0]. Up 89.63 seconds 2021-10-27 01:43:06,212 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.041s 2021-10-27 01:43:06,212 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-78dc089f-565d-45cd-a6af-592b7e9addfc', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-78dc089f-565d-45cd-a6af-592b7e9addfc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:43:07,259 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.039s 2021-10-27 01:43:07,259 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0cbd1822-b672-470c-a2b1-049441b529cb', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0cbd1822-b672-470c-a2b1-049441b529cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:43:08,307 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.040s 2021-10-27 01:43:08,307 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56edd5f8-5b32-4b34-9dc7-3753b887c427', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56edd5f8-5b32-4b34-9dc7-3753b887c427', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:43:09,356 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.040s 2021-10-27 01:43:09,356 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c9eec5e-6eda-4c90-8380-c4f94d11919a', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c9eec5e-6eda-4c90-8380-c4f94d11919a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:43:10,403 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.039s 2021-10-27 01:43:10,403 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c875c771-afe9-49be-91d3-a229343a9e60', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c875c771-afe9-49be-91d3-a229343a9e60', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:43:11,452 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.041s 2021-10-27 01:43:11,452 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13c50bd7-f3f2-4114-890d-53c8623273c4', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13c50bd7-f3f2-4114-890d-53c8623273c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:43:12,499 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.040s 2021-10-27 01:43:12,500 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea43f943-bf23-4cdc-9ccd-d7232591d550', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea43f943-bf23-4cdc-9ccd-d7232591d550', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:43:13,546 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.039s 2021-10-27 01:43:13,546 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-257d6255-90f9-48cc-90bd-e0bad13a893e', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-257d6255-90f9-48cc-90bd-e0bad13a893e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:43:14,595 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.040s 2021-10-27 01:43:14,595 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1735a75-f2e8-452b-8f82-c82df72551f2', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1735a75-f2e8-452b-8f82-c82df72551f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:43:15,643 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.040s 2021-10-27 01:43:15,643 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f5947d46-639f-4345-8d3b-55c862b15b1e', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f5947d46-639f-4345-8d3b-55c862b15b1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:43:16,692 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.040s 2021-10-27 01:43:16,692 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5cb55b2b-95c1-4d4d-b649-ed87bb282680', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5cb55b2b-95c1-4d4d-b649-ed87bb282680', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:43:17,741 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.041s 2021-10-27 01:43:17,741 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6cf9e833-46a2-48ae-b8dc-bc99d4ea14cf', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6cf9e833-46a2-48ae-b8dc-bc99d4ea14cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:43:18,788 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.038s 2021-10-27 01:43:18,789 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-674d7422-d37b-49a3-bdf9-0c29c6e97d47', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-674d7422-d37b-49a3-bdf9-0c29c6e97d47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:43:19,837 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.040s 2021-10-27 01:43:19,837 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2454fc53-8e25-4621-8bab-0cc3872050af', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2454fc53-8e25-4621-8bab-0cc3872050af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:43:20,884 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.039s 2021-10-27 01:43:20,884 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8517a3a3-436c-465b-9641-1a9ff922653f', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8517a3a3-436c-465b-9641-1a9ff922653f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:43:21,932 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.039s 2021-10-27 01:43:21,932 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f02576a8-ffb7-4ba5-8fb0-33d2d316579c', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f02576a8-ffb7-4ba5-8fb0-33d2d316579c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:43:22,982 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.041s 2021-10-27 01:43:22,982 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0de124e-7a1b-4801-8095-660234181dde', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0de124e-7a1b-4801-8095-660234181dde', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:43:24,030 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.040s 2021-10-27 01:43:24,031 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-31edfb73-4043-403a-8852-60d5edeb43a0', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31edfb73-4043-403a-8852-60d5edeb43a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:43:25,078 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.039s 2021-10-27 01:43:25,078 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf3b3035-4286-419b-91ec-67efd7755657', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf3b3035-4286-419b-91ec-67efd7755657', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:43:26,125 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.038s 2021-10-27 01:43:26,125 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09a9f18a-a29d-4f13-a6a5-7f78e97a8d88', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09a9f18a-a29d-4f13-a6a5-7f78e97a8d88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:43:27,174 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.040s 2021-10-27 01:43:27,174 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8fa58b31-908f-476a-a6fc-e940844fcae4', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8fa58b31-908f-476a-a6fc-e940844fcae4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:43:28,222 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.039s 2021-10-27 01:43:28,222 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5327172e-d70b-4b62-8ca0-d2de4bb3457a', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5327172e-d70b-4b62-8ca0-d2de4bb3457a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:43:29,269 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.039s 2021-10-27 01:43:29,269 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b4005f01-98af-4711-a651-9734add44f4a', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b4005f01-98af-4711-a651-9734add44f4a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:43:30,317 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.039s 2021-10-27 01:43:30,317 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65895e9d-5a90-427b-8179-b477ae990683', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65895e9d-5a90-427b-8179-b477ae990683', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:43:31,365 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.039s 2021-10-27 01:43:31,365 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eec98fb1-afa2-4bae-929a-4178193f6a91', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eec98fb1-afa2-4bae-929a-4178193f6a91', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:43:32,413 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.039s 2021-10-27 01:43:32,413 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ed65e91-6b63-4df9-ab7a-3bdf153b19db', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ed65e91-6b63-4df9-ab7a-3bdf153b19db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:43:33,460 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.039s 2021-10-27 01:43:33,460 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7323254-d4e9-480c-9845-7635f0de8865', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7323254-d4e9-480c-9845-7635f0de8865', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:43:34,508 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.039s 2021-10-27 01:43:34,509 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d03e2118-69c9-4e04-bb02-da4ba3de6af8', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d03e2118-69c9-4e04-bb02-da4ba3de6af8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:43:35,556 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.039s 2021-10-27 01:43:35,556 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e4e2e575-6d7f-4b3b-b1d7-237c631d6390', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e4e2e575-6d7f-4b3b-b1d7-237c631d6390', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:43:36,604 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.040s 2021-10-27 01:43:36,605 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b3bde78-6305-4603-a267-fd8395a5cddc', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b3bde78-6305-4603-a267-fd8395a5cddc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:43:37,653 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.039s 2021-10-27 01:43:37,653 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-454e9277-a2a5-458b-bf66-74c42a4cd453', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-454e9277-a2a5-458b-bf66-74c42a4cd453', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:43:38,701 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.040s 2021-10-27 01:43:38,702 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-184fddb8-85a0-4eb5-bbb0-2c5bbbefd522', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-184fddb8-85a0-4eb5-bbb0-2c5bbbefd522', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:43:39,749 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.039s 2021-10-27 01:43:39,749 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a856ad8-6c3a-44ac-8392-cf3593050a93', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a856ad8-6c3a-44ac-8392-cf3593050a93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:43:40,797 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.040s 2021-10-27 01:43:40,798 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0336a964-9f3b-4f85-a618-14587878542a', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0336a964-9f3b-4f85-a618-14587878542a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:43:41,848 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.043s 2021-10-27 01:43:41,849 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f030d6da-7d7b-4a37-bc40-b9b42bd48450', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f030d6da-7d7b-4a37-bc40-b9b42bd48450', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:43:42,898 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.042s 2021-10-27 01:43:42,899 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f31d2b5d-11a1-4dfb-9348-ad5142fbe621', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f31d2b5d-11a1-4dfb-9348-ad5142fbe621', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:43:43,947 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.039s 2021-10-27 01:43:43,947 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9d1ed44-469f-4876-af4a-be8abf0b223c', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9d1ed44-469f-4876-af4a-be8abf0b223c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:43:44,999 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.043s 2021-10-27 01:43:44,999 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c760b795-c0b5-407d-a5f4-a25f1282f0f4', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c760b795-c0b5-407d-a5f4-a25f1282f0f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:43:46,048 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.041s 2021-10-27 01:43:46,049 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed8ae7d0-8a98-4065-861e-65c09c75cce7', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed8ae7d0-8a98-4065-861e-65c09c75cce7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:43:47,099 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.041s 2021-10-27 01:43:47,099 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9fa9763f-3250-422f-abb1-dc13d8eb7119', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9fa9763f-3250-422f-abb1-dc13d8eb7119', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:43:48,150 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.043s 2021-10-27 01:43:48,151 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae15638b-e947-4a28-ae22-9f1a89a510c7', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae15638b-e947-4a28-ae22-9f1a89a510c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:43:49,198 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.038s 2021-10-27 01:43:49,198 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c5e20df4-f3ab-46be-a227-3a306f7d1cbe', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c5e20df4-f3ab-46be-a227-3a306f7d1cbe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:43:50,250 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.044s 2021-10-27 01:43:50,250 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12322b3a-7200-4040-814b-1dda86751fc6', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12322b3a-7200-4040-814b-1dda86751fc6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:43:51,299 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.042s 2021-10-27 01:43:51,300 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-398f4a69-6c04-4713-b9a6-a1fcd2aaf524', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-398f4a69-6c04-4713-b9a6-a1fcd2aaf524', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:43:52,349 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.041s 2021-10-27 01:43:52,349 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce2a0f60-d038-463b-932b-81b8cf3a2793', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce2a0f60-d038-463b-932b-81b8cf3a2793', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:43:53,400 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.042s 2021-10-27 01:43:53,400 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f88bfec9-3204-4a2a-8c32-1bbe44d63b0b', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f88bfec9-3204-4a2a-8c32-1bbe44d63b0b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:43:54,453 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.045s 2021-10-27 01:43:54,453 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f9f4310-44dd-4f60-bf1d-9861a13b153f', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f9f4310-44dd-4f60-bf1d-9861a13b153f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:43:55,504 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.042s 2021-10-27 01:43:55,504 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a6affdb-c3db-4a44-a28a-7e659f17705a', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a6affdb-c3db-4a44-a28a-7e659f17705a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:43:56,554 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.042s 2021-10-27 01:43:56,555 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a94c0b73-c9a9-4cd0-bd70-6843f935c8f6', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a94c0b73-c9a9-4cd0-bd70-6843f935c8f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:43:57,610 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.047s 2021-10-27 01:43:57,611 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d8bb27fd-1b8b-43be-a06a-7f76ba0babce', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d8bb27fd-1b8b-43be-a06a-7f76ba0babce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:43:58,658 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.040s 2021-10-27 01:43:58,659 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d8bf1b71-cffa-4479-ad61-d52f343c4e94', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d8bf1b71-cffa-4479-ad61-d52f343c4e94', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:43:59,706 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.039s 2021-10-27 01:43:59,706 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-94f2ff1a-050d-4d42-9158-756c7047fdfd', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-94f2ff1a-050d-4d42-9158-756c7047fdfd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:44:00,779 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.064s 2021-10-27 01:44:00,779 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f53faa8-da9c-4f9d-a3dc-fb779765ca5e', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f53faa8-da9c-4f9d-a3dc-fb779765ca5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:44:01,827 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.039s 2021-10-27 01:44:01,827 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-70332452-4a97-4253-991d-fd81b65e2687', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-70332452-4a97-4253-991d-fd81b65e2687', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:44:02,875 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.039s 2021-10-27 01:44:02,875 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-38fa74eb-be06-4793-a338-4382d082bee4', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38fa74eb-be06-4793-a338-4382d082bee4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:44:03,922 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.039s 2021-10-27 01:44:03,922 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-853e64dd-c1e8-4283-a100-830b47c9563b', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-853e64dd-c1e8-4283-a100-830b47c9563b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:44:04,968 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.038s 2021-10-27 01:44:04,968 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c8c6aaf5-6028-4531-9d9e-28a6d0e08634', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8c6aaf5-6028-4531-9d9e-28a6d0e08634', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:44:06,021 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.044s 2021-10-27 01:44:06,021 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a820ed4c-9d7e-4ca0-a3e0-a7814f6c4073', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a820ed4c-9d7e-4ca0-a3e0-a7814f6c4073', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:44:07,070 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.041s 2021-10-27 01:44:07,071 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad550c6a-2ddc-4c2f-aa76-958789c7a0c8', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad550c6a-2ddc-4c2f-aa76-958789c7a0c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:44:08,122 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.042s 2021-10-27 01:44:08,122 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3cb8ef5-5691-4cbd-9baf-e8e7485ce288', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3cb8ef5-5691-4cbd-9baf-e8e7485ce288', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:44:09,172 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.043s 2021-10-27 01:44:09,173 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-077006c0-66de-42d2-b475-00075b50e8fd', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-077006c0-66de-42d2-b475-00075b50e8fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:44:10,222 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.041s 2021-10-27 01:44:10,222 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-84cdd0d1-a20c-4a19-9c44-166081e7abaf', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-84cdd0d1-a20c-4a19-9c44-166081e7abaf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:44:11,272 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.041s 2021-10-27 01:44:11,272 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb15b4b5-275a-4708-b02e-d46a01a73755', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb15b4b5-275a-4708-b02e-d46a01a73755', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:44:12,324 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.043s 2021-10-27 01:44:12,324 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-755a5b54-dcd8-40b9-95db-3b5ca085dfab', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-755a5b54-dcd8-40b9-95db-3b5ca085dfab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:44:13,371 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.039s 2021-10-27 01:44:13,372 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04afdf4d-b882-4ec6-b89d-3cdb7ea0fa85', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04afdf4d-b882-4ec6-b89d-3cdb7ea0fa85', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:44:14,425 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.046s 2021-10-27 01:44:14,425 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba3eb94b-8a89-4294-8905-fe7c67aaab49', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba3eb94b-8a89-4294-8905-fe7c67aaab49', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:44:15,474 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.040s 2021-10-27 01:44:15,474 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07f6fa85-1687-40df-9c71-fcec2bdda10b', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07f6fa85-1687-40df-9c71-fcec2bdda10b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:44:16,533 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.051s 2021-10-27 01:44:16,533 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4192cbe-5cf3-46f1-9eee-ce4ad1ab62f7', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4192cbe-5cf3-46f1-9eee-ce4ad1ab62f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:44:17,581 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.040s 2021-10-27 01:44:17,581 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3bc54c05-e8aa-4918-a83a-7774e799eb82', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3bc54c05-e8aa-4918-a83a-7774e799eb82', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:44:18,633 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.044s 2021-10-27 01:44:18,633 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0652015b-b046-4b57-8662-d0973c34580c', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0652015b-b046-4b57-8662-d0973c34580c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:44:19,680 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.038s 2021-10-27 01:44:19,680 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b22ac43-d0dc-4aea-aa41-d66bc3b0f073', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b22ac43-d0dc-4aea-aa41-d66bc3b0f073', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:44:20,733 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.044s 2021-10-27 01:44:20,733 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf072b85-b18c-4c4c-8edc-bd6360042a8e', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf072b85-b18c-4c4c-8edc-bd6360042a8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:44:21,781 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.041s 2021-10-27 01:44:21,782 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6169cf07-6a57-44e7-a557-d670d5067bf6', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6169cf07-6a57-44e7-a557-d670d5067bf6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:44:22,860 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.070s 2021-10-27 01:44:22,860 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d6fed13a-0903-4a5a-a0fb-219e4953055d', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d6fed13a-0903-4a5a-a0fb-219e4953055d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:44:23,906 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.038s 2021-10-27 01:44:23,906 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5860464-f142-40ac-acdc-11ed525762c0', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5860464-f142-40ac-acdc-11ed525762c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:44:24,954 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.040s 2021-10-27 01:44:24,955 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b1419b82-4ac0-4eb5-8771-ea7c0c432c70', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b1419b82-4ac0-4eb5-8771-ea7c0c432c70', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:44:26,003 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.040s 2021-10-27 01:44:26,003 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f469b057-38ba-46ed-983a-044253da1ffd', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f469b057-38ba-46ed-983a-044253da1ffd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:44:27,050 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.039s 2021-10-27 01:44:27,050 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0845eec1-c9de-4264-8e1a-e07bd149b9e0', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0845eec1-c9de-4264-8e1a-e07bd149b9e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:44:28,098 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.040s 2021-10-27 01:44:28,098 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c06e357a-bdec-4b76-8a89-99322506838a', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c06e357a-bdec-4b76-8a89-99322506838a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:44:29,144 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.038s 2021-10-27 01:44:29,144 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15f3dd06-9c36-4dab-a582-8f4d90454b73', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15f3dd06-9c36-4dab-a582-8f4d90454b73', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:44:30,192 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.040s 2021-10-27 01:44:30,192 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d69671d2-77dd-48ce-a419-2882f9f9c4bf', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d69671d2-77dd-48ce-a419-2882f9f9c4bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:44:31,245 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.044s 2021-10-27 01:44:31,245 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c509073e-cafa-4568-9656-2c7713e4c500', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c509073e-cafa-4568-9656-2c7713e4c500', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:44:32,295 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.042s 2021-10-27 01:44:32,295 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e4d89aba-4be7-428a-b009-27dc0d7ad3b7', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e4d89aba-4be7-428a-b009-27dc0d7ad3b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:44:33,343 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.039s 2021-10-27 01:44:33,343 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ac693eb-c448-48df-a36a-e2763641ceca', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ac693eb-c448-48df-a36a-e2763641ceca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:44:34,394 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.043s 2021-10-27 01:44:34,395 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9613342d-c8d1-41d9-b8fe-de6d944e2d57', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9613342d-c8d1-41d9-b8fe-de6d944e2d57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:44:35,446 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.043s 2021-10-27 01:44:35,447 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ae20600-0009-4e93-b324-7e35b06addb6', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ae20600-0009-4e93-b324-7e35b06addb6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:44:36,494 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.039s 2021-10-27 01:44:36,494 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec6662a0-30dd-4c1e-a09b-fa545894ecae', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec6662a0-30dd-4c1e-a09b-fa545894ecae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:44:37,544 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.042s 2021-10-27 01:44:37,544 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c1b3f8b-4e4d-4ff1-a4b7-5641572bf23c', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c1b3f8b-4e4d-4ff1-a4b7-5641572bf23c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:44:38,601 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.049s 2021-10-27 01:44:38,601 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-60ce3a54-8146-494c-99c1-8b762e8a59c7', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-60ce3a54-8146-494c-99c1-8b762e8a59c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:44:39,649 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.039s 2021-10-27 01:44:39,649 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4342277d-b580-454b-9f8c-b5502955f799', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4342277d-b580-454b-9f8c-b5502955f799', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:44:40,696 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.039s 2021-10-27 01:44:40,697 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ed0e390-37d7-40bb-b8bb-8ffab76b6de4', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ed0e390-37d7-40bb-b8bb-8ffab76b6de4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:44:41,753 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.048s 2021-10-27 01:44:41,753 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5079ca6-df29-4c8d-8e53-e4733350cafe', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5079ca6-df29-4c8d-8e53-e4733350cafe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:44:42,800 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.039s 2021-10-27 01:44:42,801 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-103fbc6d-92b7-459b-ae6a-ecfdeadeb9b8', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-103fbc6d-92b7-459b-ae6a-ecfdeadeb9b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:44:43,848 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.039s 2021-10-27 01:44:43,849 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b9beca3f-0b90-4eda-9103-56c78366711f', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b9beca3f-0b90-4eda-9103-56c78366711f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:44:44,898 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.040s 2021-10-27 01:44:44,898 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b96bead-35db-4a43-bc55-7a2f9dba31a7', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b96bead-35db-4a43-bc55-7a2f9dba31a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:44:45,948 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.042s 2021-10-27 01:44:45,948 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5338ef3-0ee1-4c14-a42a-a6c7690d547a', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a5338ef3-0ee1-4c14-a42a-a6c7690d547a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:44:46,999 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.043s 2021-10-27 01:44:47,000 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c7f0c91-7550-4c75-b1b5-e6fa5fcd16bf', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c7f0c91-7550-4c75-b1b5-e6fa5fcd16bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:44:48,059 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.051s 2021-10-27 01:44:48,059 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6979de06-6d15-4440-8ab6-346fe525de13', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6979de06-6d15-4440-8ab6-346fe525de13', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:44:49,106 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.039s 2021-10-27 01:44:49,107 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ddce4d00-f258-43e4-abbd-76806b2983cc', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ddce4d00-f258-43e4-abbd-76806b2983cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:44:50,155 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.041s 2021-10-27 01:44:50,156 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2df967f5-db38-4fc2-b010-f95c2b2a3389', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2df967f5-db38-4fc2-b010-f95c2b2a3389', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:44:51,203 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.039s 2021-10-27 01:44:51,203 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56f58691-2669-4c00-8f88-140adc338df0', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56f58691-2669-4c00-8f88-140adc338df0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:44:52,251 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.039s 2021-10-27 01:44:52,251 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0ec5a11-70e5-4bc5-8b17-3e30f57730f9', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0ec5a11-70e5-4bc5-8b17-3e30f57730f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:44:53,300 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.041s 2021-10-27 01:44:53,300 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a91b3992-8eb5-4c4b-aea8-624b214e61d8', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a91b3992-8eb5-4c4b-aea8-624b214e61d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:44:54,352 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.043s 2021-10-27 01:44:54,353 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c19c04df-6bcb-4bc7-bef9-3e4ef93c6312', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c19c04df-6bcb-4bc7-bef9-3e4ef93c6312', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:44:55,403 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.042s 2021-10-27 01:44:55,403 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04e47901-2b4b-40e1-a168-b3b37c158e2c', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04e47901-2b4b-40e1-a168-b3b37c158e2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:44:56,453 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.042s 2021-10-27 01:44:56,453 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d89fa046-4d61-485a-b5a4-17ab48d84377', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d89fa046-4d61-485a-b5a4-17ab48d84377', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:44:57,502 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.040s 2021-10-27 01:44:57,502 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9169a2c7-a347-4c46-baf8-6095719874c6', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9169a2c7-a347-4c46-baf8-6095719874c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:44:58,555 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.045s 2021-10-27 01:44:58,555 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f44a1326-4ca0-4d80-8183-2036c6fc6d1a', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f44a1326-4ca0-4d80-8183-2036c6fc6d1a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:44:59,606 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.043s 2021-10-27 01:44:59,607 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-87085ae9-1ce9-4b1b-9ba5-49d5d6b41987', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-87085ae9-1ce9-4b1b-9ba5-49d5d6b41987', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:45:00,654 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.040s 2021-10-27 01:45:00,655 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48d295d6-a68f-4fb8-97fb-8fe0b8d27979', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48d295d6-a68f-4fb8-97fb-8fe0b8d27979', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:45:01,708 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.046s 2021-10-27 01:45:01,709 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-24d70e50-db65-4d63-a2d0-b052dfee9fe5', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-24d70e50-db65-4d63-a2d0-b052dfee9fe5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:45:02,756 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.039s 2021-10-27 01:45:02,757 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd1fa948-d839-4a92-be3f-f1e7ade864ad', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd1fa948-d839-4a92-be3f-f1e7ade864ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:45:03,805 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.040s 2021-10-27 01:45:03,805 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6819882-863a-4e75-906c-bb9588f5e7bb', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6819882-863a-4e75-906c-bb9588f5e7bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:45:04,856 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.043s 2021-10-27 01:45:04,857 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03933332-d731-4b90-8544-fe12330e3641', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03933332-d731-4b90-8544-fe12330e3641', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:45:05,908 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.043s 2021-10-27 01:45:05,908 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a382030-e756-476d-a7fe-5b62a70143f8', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a382030-e756-476d-a7fe-5b62a70143f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:45:06,956 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.039s 2021-10-27 01:45:06,956 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-62b2f1ae-2b55-4618-b244-ad3174da6c74', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62b2f1ae-2b55-4618-b244-ad3174da6c74', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:45:08,008 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.044s 2021-10-27 01:45:08,008 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2239d901-5f16-43a2-ad9c-0320367da872', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2239d901-5f16-43a2-ad9c-0320367da872', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:45:09,058 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.042s 2021-10-27 01:45:09,058 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d0033b81-ca2e-4d3d-b51a-08d853654e08', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d0033b81-ca2e-4d3d-b51a-08d853654e08', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:45:10,108 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.042s 2021-10-27 01:45:10,109 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8c2a20a-27c1-4222-a5c1-ebb268dfff3c', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8c2a20a-27c1-4222-a5c1-ebb268dfff3c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:45:11,157 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.040s 2021-10-27 01:45:11,158 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b331c4a0-386c-4be9-83b6-204521a1961b', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b331c4a0-386c-4be9-83b6-204521a1961b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:45:12,208 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.043s 2021-10-27 01:45:12,209 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3578be08-69c2-4c63-b6bd-47e4bb79002c', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3578be08-69c2-4c63-b6bd-47e4bb79002c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:45:13,266 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.048s 2021-10-27 01:45:13,266 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45b0442d-642b-4da3-9719-4153749e3090', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45b0442d-642b-4da3-9719-4153749e3090', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:45:14,312 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.039s 2021-10-27 01:45:14,313 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a680609-3cc8-4444-acd4-e2164cb0cb53', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a680609-3cc8-4444-acd4-e2164cb0cb53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:45:15,360 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.039s 2021-10-27 01:45:15,360 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a240b780-b5ae-43f8-8011-c06e44573e85', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a240b780-b5ae-43f8-8011-c06e44573e85', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:45:16,409 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.041s 2021-10-27 01:45:16,410 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b2f964d-aad9-4e1b-bf0e-10eafa92c400', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b2f964d-aad9-4e1b-bf0e-10eafa92c400', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:45:17,459 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.042s 2021-10-27 01:45:17,460 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c1e36eb-476e-417e-a718-f2d5e13bf5d7', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c1e36eb-476e-417e-a718-f2d5e13bf5d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:45:18,511 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.043s 2021-10-27 01:45:18,511 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d65b274-7035-4679-ad5c-b29cd5a089ab', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d65b274-7035-4679-ad5c-b29cd5a089ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:45:19,560 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.041s 2021-10-27 01:45:19,561 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7bae282-956b-4707-ab14-860b20c13b8d', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7bae282-956b-4707-ab14-860b20c13b8d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:45:20,610 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.041s 2021-10-27 01:45:20,610 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-125a1791-39e7-49fc-8e4e-e42c3e9e38db', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-125a1791-39e7-49fc-8e4e-e42c3e9e38db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:45:21,659 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.042s 2021-10-27 01:45:21,660 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09bc5fb1-c92d-41fb-a0be-f93b69ae8aca', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09bc5fb1-c92d-41fb-a0be-f93b69ae8aca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:45:22,714 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.047s 2021-10-27 01:45:22,715 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fcd7e7e4-ea73-47f5-bebd-2fafe10c947c', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fcd7e7e4-ea73-47f5-bebd-2fafe10c947c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:45:23,762 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.039s 2021-10-27 01:45:23,762 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-739cee21-ff41-4aec-8eb4-2a5ab86f250b', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-739cee21-ff41-4aec-8eb4-2a5ab86f250b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:45:24,811 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.041s 2021-10-27 01:45:24,811 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7e5467c-4ce5-4c07-9d22-002d9d909a95', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7e5467c-4ce5-4c07-9d22-002d9d909a95', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:45:25,861 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.042s 2021-10-27 01:45:25,861 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bae5810c-928c-4475-a6e1-e5737380790c', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bae5810c-928c-4475-a6e1-e5737380790c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:45:26,914 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.044s 2021-10-27 01:45:26,914 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80fca865-0302-4227-b0f1-86dc174f7ddc', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80fca865-0302-4227-b0f1-86dc174f7ddc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:45:27,962 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.039s 2021-10-27 01:45:27,962 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f8847c3-81d3-4e52-964d-11eb7f0faaa3', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f8847c3-81d3-4e52-964d-11eb7f0faaa3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:45:29,011 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.040s 2021-10-27 01:45:29,012 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f527c602-e85a-4bdb-86ad-18331674fb0d', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f527c602-e85a-4bdb-86ad-18331674fb0d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:45:30,061 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.041s 2021-10-27 01:45:30,062 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-052b585e-ec97-4b98-a94c-106e8cc6c4ab', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-052b585e-ec97-4b98-a94c-106e8cc6c4ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:45:31,113 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.043s 2021-10-27 01:45:31,113 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6cb1b9ff-78f2-4051-9027-eedf5068d38c', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6cb1b9ff-78f2-4051-9027-eedf5068d38c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:45:32,253 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.132s 2021-10-27 01:45:32,254 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-039b9596-a42c-44a3-ab2c-6dcd53fbacdd', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-039b9596-a42c-44a3-ab2c-6dcd53fbacdd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:45:33,300 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.038s 2021-10-27 01:45:33,300 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-970b6252-e6cb-4624-b3f1-18e80a0ae8f9', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-970b6252-e6cb-4624-b3f1-18e80a0ae8f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:45:34,350 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.041s 2021-10-27 01:45:34,350 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75b963a3-aa92-41b7-a457-a20e2df1b4da', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75b963a3-aa92-41b7-a457-a20e2df1b4da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:45:35,399 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.040s 2021-10-27 01:45:35,399 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a13f4cd7-d681-417c-a501-36760a26845f', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a13f4cd7-d681-417c-a501-36760a26845f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:45:36,449 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.042s 2021-10-27 01:45:36,450 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33364d51-c26c-4b9b-8137-9cd41b3d6849', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33364d51-c26c-4b9b-8137-9cd41b3d6849', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:45:37,498 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.041s 2021-10-27 01:45:37,499 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c496fdd-9d76-4120-bfed-6429d1e12d98', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c496fdd-9d76-4120-bfed-6429d1e12d98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:45:38,548 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.042s 2021-10-27 01:45:38,549 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ac9b8f0-464e-4218-9042-cd50923257e2', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ac9b8f0-464e-4218-9042-cd50923257e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:45:39,604 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.047s 2021-10-27 01:45:39,605 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6641339d-938c-4d88-a44e-838f253c3da8', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6641339d-938c-4d88-a44e-838f253c3da8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:45:40,653 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.040s 2021-10-27 01:45:40,653 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a18fe2f8-c66b-48ad-a2a3-452cf7896288', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a18fe2f8-c66b-48ad-a2a3-452cf7896288', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:45:41,701 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.040s 2021-10-27 01:45:41,701 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d5062fa-6c6c-4dea-9ac5-e27d43b0ebdf', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d5062fa-6c6c-4dea-9ac5-e27d43b0ebdf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:45:42,752 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.043s 2021-10-27 01:45:42,752 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c432691-ef60-42d9-9271-82172c19ee32', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c432691-ef60-42d9-9271-82172c19ee32', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:45:43,805 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.044s 2021-10-27 01:45:43,805 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1730df40-5014-4e68-ac72-b684bf3c9d6e', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1730df40-5014-4e68-ac72-b684bf3c9d6e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:45:44,856 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.042s 2021-10-27 01:45:44,856 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bccbe426-26a9-4966-be30-ffb8c327031f', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bccbe426-26a9-4966-be30-ffb8c327031f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:45:45,904 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.040s 2021-10-27 01:45:45,904 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45177648-da07-4a0c-a89f-abed3b31aab0', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45177648-da07-4a0c-a89f-abed3b31aab0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:45:46,953 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.041s 2021-10-27 01:45:46,954 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65a84e63-842d-4b20-9b0f-cdbbd4bdd430', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65a84e63-842d-4b20-9b0f-cdbbd4bdd430', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:45:48,004 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.043s 2021-10-27 01:45:48,005 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1cbde0e5-31d9-4712-95c6-686728a2bc6a', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1cbde0e5-31d9-4712-95c6-686728a2bc6a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:45:49,053 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.039s 2021-10-27 01:45:49,054 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-804943b5-a038-476a-a4df-7e7db5301f6b', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-804943b5-a038-476a-a4df-7e7db5301f6b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:45:50,105 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.043s 2021-10-27 01:45:50,106 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74385c65-8678-4836-9024-e00e0c5c6684', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74385c65-8678-4836-9024-e00e0c5c6684', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:45:51,154 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.041s 2021-10-27 01:45:51,155 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4fcf3cfb-9d60-4635-9a99-7c0042e11bb6', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4fcf3cfb-9d60-4635-9a99-7c0042e11bb6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:45:52,205 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.042s 2021-10-27 01:45:52,205 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb9f733b-ad5a-49f2-94e0-2422d3e7fcf6', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb9f733b-ad5a-49f2-94e0-2422d3e7fcf6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:45:53,255 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.042s 2021-10-27 01:45:53,255 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-43098648-8ec5-40b9-88d4-cc4f74670d88', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-43098648-8ec5-40b9-88d4-cc4f74670d88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:45:54,306 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.043s 2021-10-27 01:45:54,306 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f41c6d5d-ee32-4db3-819c-b44b024edac6', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f41c6d5d-ee32-4db3-819c-b44b024edac6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:45:55,357 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.044s 2021-10-27 01:45:55,357 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-92971cee-70cb-464a-8d3a-0740cdf298ba', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-92971cee-70cb-464a-8d3a-0740cdf298ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:45:56,408 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.043s 2021-10-27 01:45:56,409 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ddefe43a-f783-4fe6-9f62-33c836b29395', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ddefe43a-f783-4fe6-9f62-33c836b29395', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:45:57,459 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.042s 2021-10-27 01:45:57,459 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6fa00f02-afee-4e6c-a2a2-81cdd26c32e8', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6fa00f02-afee-4e6c-a2a2-81cdd26c32e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:45:58,517 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.049s 2021-10-27 01:45:58,517 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-edc7289f-7736-4a58-a949-c99bb7cfdfcd', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-edc7289f-7736-4a58-a949-c99bb7cfdfcd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:45:59,565 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.039s 2021-10-27 01:45:59,565 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e57bd1dd-14c1-4397-ba68-c38b70f5e84b', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e57bd1dd-14c1-4397-ba68-c38b70f5e84b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:46:00,612 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.039s 2021-10-27 01:46:00,612 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f35fdda-7b55-4a85-ae1c-303613e6096b', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f35fdda-7b55-4a85-ae1c-303613e6096b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:46:01,662 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.041s 2021-10-27 01:46:01,662 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b54c7dc-d3e4-49f2-a4c6-76fa332968d1', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b54c7dc-d3e4-49f2-a4c6-76fa332968d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:46:02,713 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.043s 2021-10-27 01:46:02,714 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6681097a-c210-4b32-855d-ce8a52b84341', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6681097a-c210-4b32-855d-ce8a52b84341', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:46:03,763 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.041s 2021-10-27 01:46:03,763 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c153f31-a8c7-4eab-aea2-c59c4dc89810', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c153f31-a8c7-4eab-aea2-c59c4dc89810', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:46:04,830 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.058s 2021-10-27 01:46:04,830 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6703721d-e88b-424b-a34f-3ed1cdbf20be', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6703721d-e88b-424b-a34f-3ed1cdbf20be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:46:05,879 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.040s 2021-10-27 01:46:05,879 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-60fcbac5-b0b2-47bf-91f4-2a1395b990e5', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-60fcbac5-b0b2-47bf-91f4-2a1395b990e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:46:06,928 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.040s 2021-10-27 01:46:06,928 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2949fb9-a6a8-448d-acf6-6f8e073269c7', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2949fb9-a6a8-448d-acf6-6f8e073269c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:46:07,976 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.039s 2021-10-27 01:46:07,976 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5c5edae-88ba-48e1-92ab-87f2d2fc89c6', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5c5edae-88ba-48e1-92ab-87f2d2fc89c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:46:09,024 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.039s 2021-10-27 01:46:09,024 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-426ee13c-95ee-48b6-9bb0-cd3060dc6ad5', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-426ee13c-95ee-48b6-9bb0-cd3060dc6ad5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:46:10,072 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.039s 2021-10-27 01:46:10,072 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8aba9aeb-201f-4dd2-ad48-98fcf9237e2a', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8aba9aeb-201f-4dd2-ad48-98fcf9237e2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:46:11,122 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.043s 2021-10-27 01:46:11,123 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99bc2196-e1b0-4b96-9aba-15fcb5887f72', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99bc2196-e1b0-4b96-9aba-15fcb5887f72', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:46:12,173 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.042s 2021-10-27 01:46:12,174 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-43ccb748-e728-4f5c-bbbc-b53307ed486f', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-43ccb748-e728-4f5c-bbbc-b53307ed486f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:46:13,221 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.040s 2021-10-27 01:46:13,221 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-199aac55-ec90-491f-99a5-e479668c1243', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-199aac55-ec90-491f-99a5-e479668c1243', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:46:14,272 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.042s 2021-10-27 01:46:14,272 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-195759b9-26d2-4930-bb4b-a6fc6e008d6b', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-195759b9-26d2-4930-bb4b-a6fc6e008d6b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:46:15,322 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.041s 2021-10-27 01:46:15,322 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f7190c3-56ca-42b8-aec9-febc6fc95d3f', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f7190c3-56ca-42b8-aec9-febc6fc95d3f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:46:16,372 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.041s 2021-10-27 01:46:16,372 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e097bca-a49c-456b-8939-c65fdd72af4c', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e097bca-a49c-456b-8939-c65fdd72af4c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:46:17,420 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.040s 2021-10-27 01:46:17,420 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b30723f6-7db6-4f0e-8ec7-9b272740ce3c', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b30723f6-7db6-4f0e-8ec7-9b272740ce3c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:46:18,475 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.048s 2021-10-27 01:46:18,476 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-076e2e9a-44ed-473c-8700-541a56b2e90d', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-076e2e9a-44ed-473c-8700-541a56b2e90d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:46:19,524 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.039s 2021-10-27 01:46:19,524 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cddaa70a-1a7d-455e-94a1-81521ffface5', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cddaa70a-1a7d-455e-94a1-81521ffface5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:46:20,574 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.041s 2021-10-27 01:46:20,574 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d9cad97-2e0d-42fd-bd69-4209dae42e15', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d9cad97-2e0d-42fd-bd69-4209dae42e15', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:46:21,623 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.042s 2021-10-27 01:46:21,624 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf2bd011-afc9-4381-a807-2b9acec78589', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf2bd011-afc9-4381-a807-2b9acec78589', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:46:22,674 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.043s 2021-10-27 01:46:22,674 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b2ae293-2be7-463a-8936-7081307e3183', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b2ae293-2be7-463a-8936-7081307e3183', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:46:23,724 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.040s 2021-10-27 01:46:23,724 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a57cfae-4f8e-42e3-93ba-66225c21c553', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a57cfae-4f8e-42e3-93ba-66225c21c553', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:46:24,774 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.043s 2021-10-27 01:46:24,775 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5a00bbf-666c-43c5-b0f5-132b76158628', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a5a00bbf-666c-43c5-b0f5-132b76158628', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:46:25,824 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.041s 2021-10-27 01:46:25,825 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c996594c-b72e-43b0-83e8-b96239363cc8', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c996594c-b72e-43b0-83e8-b96239363cc8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:46:26,875 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.043s 2021-10-27 01:46:26,875 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5092ef6-bb1a-44c1-a401-0ab8b6fe403b', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5092ef6-bb1a-44c1-a401-0ab8b6fe403b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:46:27,935 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.052s 2021-10-27 01:46:27,935 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-50430a4d-dd1b-40eb-902b-508849455ef3', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-50430a4d-dd1b-40eb-902b-508849455ef3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:46:28,987 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.043s 2021-10-27 01:46:28,987 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-172ae3f0-7bfa-4b12-8e3f-ccde662fe9a6', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-172ae3f0-7bfa-4b12-8e3f-ccde662fe9a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:46:30,032 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.038s 2021-10-27 01:46:30,033 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28519355-a1ba-482b-84a3-268952d915c4', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28519355-a1ba-482b-84a3-268952d915c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:46:31,080 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.038s 2021-10-27 01:46:31,080 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a5f10b2-327e-44ba-a286-45b592f4e9a2', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a5f10b2-327e-44ba-a286-45b592f4e9a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:46:32,126 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.038s 2021-10-27 01:46:32,127 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79eb0c09-ae49-4d19-8f13-eeb60920d2da', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79eb0c09-ae49-4d19-8f13-eeb60920d2da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:46:33,178 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.043s 2021-10-27 01:46:33,178 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-089997fc-a730-4c57-a172-3db2c6b5b69f', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-089997fc-a730-4c57-a172-3db2c6b5b69f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:46:34,226 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.039s 2021-10-27 01:46:34,226 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d090bc9a-9bb1-42c5-a1ee-6c6234c2afca', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d090bc9a-9bb1-42c5-a1ee-6c6234c2afca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:46:35,341 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.107s 2021-10-27 01:46:35,341 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-098032ab-8982-491d-bbd5-f5e94b1830de', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-098032ab-8982-491d-bbd5-f5e94b1830de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:46:36,395 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.046s 2021-10-27 01:46:36,396 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96ee7047-806e-405e-8e93-a33577fbc483', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96ee7047-806e-405e-8e93-a33577fbc483', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:46:37,444 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.039s 2021-10-27 01:46:37,444 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-73564cc9-3bce-4b96-9194-dac5dc030bcf', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-73564cc9-3bce-4b96-9194-dac5dc030bcf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:46:38,491 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.038s 2021-10-27 01:46:38,491 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68eb1f6f-ef71-467d-a354-c8dde018d831', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68eb1f6f-ef71-467d-a354-c8dde018d831', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:46:39,539 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.039s 2021-10-27 01:46:39,539 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30282af7-d941-4283-8203-fb7a802ab6dd', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30282af7-d941-4283-8203-fb7a802ab6dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:46:40,586 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.039s 2021-10-27 01:46:40,587 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ad9601c-bbf1-4fe6-927d-8be2b6eb8916', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ad9601c-bbf1-4fe6-927d-8be2b6eb8916', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:46:41,634 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.038s 2021-10-27 01:46:41,634 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-275633c6-1a00-443d-9c80-8a6a4fd6b9f9', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-275633c6-1a00-443d-9c80-8a6a4fd6b9f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:46:42,681 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.039s 2021-10-27 01:46:42,681 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c005764-532f-4aeb-ae51-bf42e6b38c33', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c005764-532f-4aeb-ae51-bf42e6b38c33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:46:43,728 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.039s 2021-10-27 01:46:43,729 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9715a5b-3ea1-40c5-b5b7-2e3e0bf29e33', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9715a5b-3ea1-40c5-b5b7-2e3e0bf29e33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:46:44,777 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.041s 2021-10-27 01:46:44,778 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-717d8164-9d24-4346-bde1-daf3d1835ac6', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-717d8164-9d24-4346-bde1-daf3d1835ac6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:46:45,825 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.039s 2021-10-27 01:46:45,825 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f3f8030-b649-4b55-bb28-6883ab56c79d', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f3f8030-b649-4b55-bb28-6883ab56c79d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:46:46,873 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.039s 2021-10-27 01:46:46,873 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ebce8486-edbc-4224-8a76-142e059cbe31', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ebce8486-edbc-4224-8a76-142e059cbe31', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:46:47,921 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.039s 2021-10-27 01:46:47,921 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e51a4f84-224c-4425-8609-3759ce0e1474', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e51a4f84-224c-4425-8609-3759ce0e1474', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:46:48,969 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.039s 2021-10-27 01:46:48,969 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b1a791d-e9dd-422e-aa87-1924f7c1c545', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b1a791d-e9dd-422e-aa87-1924f7c1c545', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:46:50,017 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.040s 2021-10-27 01:46:50,018 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec815d86-89df-4228-abe3-696d90ea5c76', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec815d86-89df-4228-abe3-696d90ea5c76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:46:51,065 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.039s 2021-10-27 01:46:51,066 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0321284-22e3-4136-93cf-f4c5d6fb3d14', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0321284-22e3-4136-93cf-f4c5d6fb3d14', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:46:52,112 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.038s 2021-10-27 01:46:52,112 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-602bbf39-61e8-4eff-9ba1-85b8d804130a', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-602bbf39-61e8-4eff-9ba1-85b8d804130a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:46:53,160 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.039s 2021-10-27 01:46:53,160 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5aea101a-1a43-4214-ae2c-f2e3886267c6', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5aea101a-1a43-4214-ae2c-f2e3886267c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:46:54,206 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.038s 2021-10-27 01:46:54,207 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9c47208-05bd-44e7-b63e-9494ef3960cc', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9c47208-05bd-44e7-b63e-9494ef3960cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:46:55,252 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.038s 2021-10-27 01:46:55,253 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f264599e-e00d-40cd-94b0-7177b41e257c', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f264599e-e00d-40cd-94b0-7177b41e257c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:46:56,299 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.038s 2021-10-27 01:46:56,300 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c64273c4-ee42-4415-9da9-fd900e2c2dc7', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c64273c4-ee42-4415-9da9-fd900e2c2dc7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:46:57,347 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.039s 2021-10-27 01:46:57,347 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17d5cc81-965c-46fb-b656-462e96a70bc0', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17d5cc81-965c-46fb-b656-462e96a70bc0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:46:58,395 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.039s 2021-10-27 01:46:58,395 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-72c197a1-47b5-48db-9da8-6aa326655fbc', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-72c197a1-47b5-48db-9da8-6aa326655fbc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:46:59,442 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.038s 2021-10-27 01:46:59,442 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aefd77c6-21d4-4015-82a4-dbc9aa387abd', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aefd77c6-21d4-4015-82a4-dbc9aa387abd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:47:00,492 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.041s 2021-10-27 01:47:00,493 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a98d7058-3005-46ad-857d-63f8de48946b', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a98d7058-3005-46ad-857d-63f8de48946b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:47:01,539 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.038s 2021-10-27 01:47:01,539 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa6337e4-ff52-4640-9191-0415df390bb4', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa6337e4-ff52-4640-9191-0415df390bb4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:47:02,587 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.039s 2021-10-27 01:47:02,587 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7264bedb-b029-4e41-8a38-94386cef0a91', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7264bedb-b029-4e41-8a38-94386cef0a91', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:47:03,634 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.038s 2021-10-27 01:47:03,634 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9975b80-5f71-4a5b-8612-3b59183b7af8', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9975b80-5f71-4a5b-8612-3b59183b7af8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:47:04,685 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.042s 2021-10-27 01:47:04,685 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18c62483-8b6d-4e44-bc7b-d3ca1fe9e384', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18c62483-8b6d-4e44-bc7b-d3ca1fe9e384', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:47:05,735 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.042s 2021-10-27 01:47:05,736 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b11d588-aef2-45b5-bae8-6799e56e8cff', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b11d588-aef2-45b5-bae8-6799e56e8cff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:47:06,786 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.043s 2021-10-27 01:47:06,787 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-958b3494-fa80-4c18-bd3d-f1161982c137', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-958b3494-fa80-4c18-bd3d-f1161982c137', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:47:07,834 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.041s 2021-10-27 01:47:07,835 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96aef463-1b64-44c7-9f1d-17586efd987d', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96aef463-1b64-44c7-9f1d-17586efd987d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:47:08,885 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.041s 2021-10-27 01:47:08,885 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-26680e24-63e2-4e7e-876c-ad4667af0d7e', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-26680e24-63e2-4e7e-876c-ad4667af0d7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:47:09,936 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.042s 2021-10-27 01:47:09,936 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eebe061e-4a31-49fd-9ed1-a462b4685f62', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eebe061e-4a31-49fd-9ed1-a462b4685f62', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:47:10,987 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.043s 2021-10-27 01:47:10,988 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-adc0980a-6b9b-406f-b7a7-aa2119137752', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-adc0980a-6b9b-406f-b7a7-aa2119137752', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:47:12,037 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.041s 2021-10-27 01:47:12,037 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d1c7816-d9c8-4da0-85f5-39f920034717', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d1c7816-d9c8-4da0-85f5-39f920034717', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:47:13,087 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.041s 2021-10-27 01:47:13,088 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a19cb646-8a2c-40fe-ae6b-cb6cc25e9b1b', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a19cb646-8a2c-40fe-ae6b-cb6cc25e9b1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:47:14,140 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.044s 2021-10-27 01:47:14,140 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bd4fcc60-782b-43aa-a545-1d9457490853', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bd4fcc60-782b-43aa-a545-1d9457490853', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:47:15,192 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.044s 2021-10-27 01:47:15,192 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b34563ce-ff12-4780-a44f-dde44166dd36', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b34563ce-ff12-4780-a44f-dde44166dd36', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:47:16,239 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.039s 2021-10-27 01:47:16,239 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-108b9552-aa57-4a6c-8b0c-3f668c8e0883', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-108b9552-aa57-4a6c-8b0c-3f668c8e0883', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:47:17,289 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.042s 2021-10-27 01:47:17,289 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-833ce8e0-84b8-415b-807c-fbb205ef5e23', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-833ce8e0-84b8-415b-807c-fbb205ef5e23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:47:18,344 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.046s 2021-10-27 01:47:18,344 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0226782a-d5ba-4170-84a5-963ce9547007', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0226782a-d5ba-4170-84a5-963ce9547007', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:47:19,393 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.040s 2021-10-27 01:47:19,394 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a636e2fa-005e-4fc9-acc7-96153d7613de', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a636e2fa-005e-4fc9-acc7-96153d7613de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:47:20,443 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.042s 2021-10-27 01:47:20,444 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa43e885-bff0-446e-8b93-855b80bcfcfc', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa43e885-bff0-446e-8b93-855b80bcfcfc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:47:21,492 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.041s 2021-10-27 01:47:21,492 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4ca84e2-e454-4a52-ad48-a72f3a7f78da', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4ca84e2-e454-4a52-ad48-a72f3a7f78da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:47:22,545 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.045s 2021-10-27 01:47:22,546 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96585a25-be09-4489-9a78-b4dd9a3f4647', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96585a25-be09-4489-9a78-b4dd9a3f4647', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:47:23,594 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.040s 2021-10-27 01:47:23,594 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6de2e60c-dd4b-4dd8-a66b-f075dd173063', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6de2e60c-dd4b-4dd8-a66b-f075dd173063', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:47:24,645 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.043s 2021-10-27 01:47:24,645 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b8eb7aa0-d726-4104-9afe-262ffeebf806', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b8eb7aa0-d726-4104-9afe-262ffeebf806', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:47:25,695 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.041s 2021-10-27 01:47:25,695 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0b3b9a5-f098-4c4f-8d60-f926451174ca', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0b3b9a5-f098-4c4f-8d60-f926451174ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:47:26,747 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.043s 2021-10-27 01:47:26,747 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63c640b1-5cfd-40cc-ac7b-808cf2bd1835', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63c640b1-5cfd-40cc-ac7b-808cf2bd1835', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:47:27,795 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.039s 2021-10-27 01:47:27,795 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ce68703-a9b2-4cd7-b088-4692f3fe429b', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ce68703-a9b2-4cd7-b088-4692f3fe429b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:47:28,846 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.042s 2021-10-27 01:47:28,847 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ee95e78-cb42-4a43-ac94-f01e3f4827d4', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ee95e78-cb42-4a43-ac94-f01e3f4827d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:47:29,897 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.042s 2021-10-27 01:47:29,897 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea812e9f-dfb2-47ed-a238-64ded4672a79', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea812e9f-dfb2-47ed-a238-64ded4672a79', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:47:30,946 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.040s 2021-10-27 01:47:30,946 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12b0a2bc-1bb7-4f69-9699-ac3ce0b60ed8', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12b0a2bc-1bb7-4f69-9699-ac3ce0b60ed8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:47:31,999 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.045s 2021-10-27 01:47:31,999 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5626ede8-fb56-4dd2-94bd-d4c9b41cf5b6', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5626ede8-fb56-4dd2-94bd-d4c9b41cf5b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:47:33,048 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.040s 2021-10-27 01:47:33,048 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1bece73-ea3c-444d-a6fb-88def5a41000', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1bece73-ea3c-444d-a6fb-88def5a41000', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:47:34,098 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.041s 2021-10-27 01:47:34,098 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d59b3aab-a5f7-41a8-8544-aee2de70615a', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d59b3aab-a5f7-41a8-8544-aee2de70615a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:47:35,148 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.042s 2021-10-27 01:47:35,149 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e2517202-157e-4694-bc7a-15fc33f5a374', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e2517202-157e-4694-bc7a-15fc33f5a374', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:47:36,200 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.043s 2021-10-27 01:47:36,200 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b6b8243-c3f1-44a6-bf72-552aae08184b', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b6b8243-c3f1-44a6-bf72-552aae08184b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:47:37,251 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.043s 2021-10-27 01:47:37,251 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58d7777a-dc63-4688-9a92-ae4c28680561', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58d7777a-dc63-4688-9a92-ae4c28680561', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:47:38,302 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.043s 2021-10-27 01:47:38,303 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b49a042f-e7a8-4adc-8693-9c2201889f66', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b49a042f-e7a8-4adc-8693-9c2201889f66', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:47:39,364 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.053s 2021-10-27 01:47:39,365 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-22153f33-2bc9-455f-ba37-e165c7cf6a66', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-22153f33-2bc9-455f-ba37-e165c7cf6a66', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:47:40,413 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.039s 2021-10-27 01:47:40,413 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a65a24d-3ccf-4e0d-89b0-220e226eed83', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a65a24d-3ccf-4e0d-89b0-220e226eed83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:47:41,461 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.040s 2021-10-27 01:47:41,461 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1cbd5716-83e4-45cd-b0df-0074520fdfce', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1cbd5716-83e4-45cd-b0df-0074520fdfce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:47:42,513 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.043s 2021-10-27 01:47:42,514 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f08bc47-8f91-4467-aa1e-0bb261b730c8', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f08bc47-8f91-4467-aa1e-0bb261b730c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:47:43,561 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.039s 2021-10-27 01:47:43,561 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1abf34d8-264c-49e7-8e0e-f4cf461f19f2', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1abf34d8-264c-49e7-8e0e-f4cf461f19f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:47:44,613 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.044s 2021-10-27 01:47:44,613 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-663d8a9b-9207-4434-8c9b-5fd0ee85f364', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-663d8a9b-9207-4434-8c9b-5fd0ee85f364', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:47:45,662 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.041s 2021-10-27 01:47:45,663 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec0da12a-91eb-4239-add0-444daea29e57', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec0da12a-91eb-4239-add0-444daea29e57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:47:46,714 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.043s 2021-10-27 01:47:46,714 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bd9d7e6b-8359-417e-bb60-8f7eb56cc209', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bd9d7e6b-8359-417e-bb60-8f7eb56cc209', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:47:47,766 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.045s 2021-10-27 01:47:47,767 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30868224-c50d-471b-8172-94b80e4c2328', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30868224-c50d-471b-8172-94b80e4c2328', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:47:48,815 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.039s 2021-10-27 01:47:48,815 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f17e5875-6283-454a-b981-81a7706a79de', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f17e5875-6283-454a-b981-81a7706a79de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:47:49,994 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.170s 2021-10-27 01:47:49,994 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-435528ed-40e3-4052-97af-02947ffbbf5e', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-435528ed-40e3-4052-97af-02947ffbbf5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:47:51,041 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.039s 2021-10-27 01:47:51,042 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37b64133-a25c-4d45-8ad9-edf4229a247b', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37b64133-a25c-4d45-8ad9-edf4229a247b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:47:52,091 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.041s 2021-10-27 01:47:52,091 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8fdddfcc-999a-4ee4-b76e-97b86ce25527', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8fdddfcc-999a-4ee4-b76e-97b86ce25527', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:47:53,138 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.039s 2021-10-27 01:47:53,138 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d062b65-40d3-40b6-9bfd-f4a923403466', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d062b65-40d3-40b6-9bfd-f4a923403466', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:47:54,185 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.039s 2021-10-27 01:47:54,186 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-155c4049-afae-4bac-9b8b-631331a91b3c', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-155c4049-afae-4bac-9b8b-631331a91b3c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:47:55,234 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.040s 2021-10-27 01:47:55,234 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0e9d1d1-6867-423d-a968-2fac2fa58453', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0e9d1d1-6867-423d-a968-2fac2fa58453', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:47:56,281 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.039s 2021-10-27 01:47:56,282 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-434373ef-01e9-457f-b7f1-44f176d67bf8', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-434373ef-01e9-457f-b7f1-44f176d67bf8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:47:57,330 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.040s 2021-10-27 01:47:57,330 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1516820f-1e04-4e70-9cd9-3ce1893910cf', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1516820f-1e04-4e70-9cd9-3ce1893910cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:47:58,384 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.046s 2021-10-27 01:47:58,384 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f97fa08f-ef15-415d-84f6-ce11ed8bc0b1', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f97fa08f-ef15-415d-84f6-ce11ed8bc0b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:47:59,433 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.040s 2021-10-27 01:47:59,433 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b582be5-b5b2-404b-b870-fbcfaa300acf', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b582be5-b5b2-404b-b870-fbcfaa300acf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:48:00,482 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.041s 2021-10-27 01:48:00,482 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f9c0ab5-1257-4930-a583-f060090095f9', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f9c0ab5-1257-4930-a583-f060090095f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:48:01,530 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.039s 2021-10-27 01:48:01,530 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-08f587ca-33a4-46d7-b05f-1c459b537767', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-08f587ca-33a4-46d7-b05f-1c459b537767', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:48:02,579 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.041s 2021-10-27 01:48:02,580 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe89bcd1-7254-49fa-b98a-7c17e3d9c820', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe89bcd1-7254-49fa-b98a-7c17e3d9c820', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:48:03,627 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.039s 2021-10-27 01:48:03,627 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d6a53f9-5f89-4c3e-9381-47eeb38e11e5', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d6a53f9-5f89-4c3e-9381-47eeb38e11e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:48:04,677 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.041s 2021-10-27 01:48:04,677 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ce41b60-e676-41d1-b0d0-4556599262e5', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ce41b60-e676-41d1-b0d0-4556599262e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:48:05,725 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.040s 2021-10-27 01:48:05,726 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd4abfa0-f822-4020-b746-2eae8fc60df1', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd4abfa0-f822-4020-b746-2eae8fc60df1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:48:06,773 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.039s 2021-10-27 01:48:06,773 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ed887a0-21e6-4c23-bdb2-7655996b27c9', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ed887a0-21e6-4c23-bdb2-7655996b27c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:48:07,821 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.039s 2021-10-27 01:48:07,821 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-43d94b6f-25ac-430b-8605-95d41a8a857b', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-43d94b6f-25ac-430b-8605-95d41a8a857b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:48:08,868 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.038s 2021-10-27 01:48:08,869 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55c3e0a6-30ef-41f2-a13e-f8c3b6adaf80', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55c3e0a6-30ef-41f2-a13e-f8c3b6adaf80', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:48:09,915 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.039s 2021-10-27 01:48:09,916 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e0a2b9d-8596-48d1-bced-f184442a541d', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e0a2b9d-8596-48d1-bced-f184442a541d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:48:10,963 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.040s 2021-10-27 01:48:10,963 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d3df3789-4b88-49e0-882f-d6a51be0dee2', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d3df3789-4b88-49e0-882f-d6a51be0dee2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:48:12,010 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.040s 2021-10-27 01:48:12,010 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f39ca75c-e430-4a87-a039-564d9e0a52f2', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f39ca75c-e430-4a87-a039-564d9e0a52f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:48:13,059 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.040s 2021-10-27 01:48:13,059 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ef1fa96-ebf7-4a5e-abe5-8ae46370f03e', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ef1fa96-ebf7-4a5e-abe5-8ae46370f03e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:48:14,109 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.042s 2021-10-27 01:48:14,109 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ada88957-048c-48ab-ad4f-748310214856', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ada88957-048c-48ab-ad4f-748310214856', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:48:15,157 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.040s 2021-10-27 01:48:15,157 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a1bc340-de07-4a31-93a3-147cafb48ea0', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a1bc340-de07-4a31-93a3-147cafb48ea0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:48:16,205 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.040s 2021-10-27 01:48:16,205 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3fc4b852-591b-4a61-97b0-c2a624be9a26', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3fc4b852-591b-4a61-97b0-c2a624be9a26', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:48:17,252 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.039s 2021-10-27 01:48:17,253 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e577ae3-fd3d-4a86-87b4-2e1a5d45a2ec', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e577ae3-fd3d-4a86-87b4-2e1a5d45a2ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:48:18,301 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.039s 2021-10-27 01:48:18,301 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e9cc315-cbdc-4e0a-bdb0-6a8e6af25be7', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e9cc315-cbdc-4e0a-bdb0-6a8e6af25be7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:48:19,350 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.040s 2021-10-27 01:48:19,350 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f9f5e7ef-fcc9-4ba8-9c17-f284839dcfad', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f9f5e7ef-fcc9-4ba8-9c17-f284839dcfad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:48:20,398 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.039s 2021-10-27 01:48:20,398 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32f7d478-e884-4c39-bdd3-8f8391b66157', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32f7d478-e884-4c39-bdd3-8f8391b66157', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:48:21,446 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.040s 2021-10-27 01:48:21,446 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c850a2ee-79eb-4b4c-8635-3789395b8a22', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c850a2ee-79eb-4b4c-8635-3789395b8a22', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:48:22,498 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.040s 2021-10-27 01:48:22,498 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-38915009-1e86-48e8-8ee9-67124559e511', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38915009-1e86-48e8-8ee9-67124559e511', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:48:23,545 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.040s 2021-10-27 01:48:23,546 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c74f63c-16d4-4dca-ae9b-4cd768aeb26c', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c74f63c-16d4-4dca-ae9b-4cd768aeb26c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:48:24,592 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.039s 2021-10-27 01:48:24,593 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f465b88b-2d89-426b-8421-e433b339e467', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f465b88b-2d89-426b-8421-e433b339e467', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:48:25,640 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.040s 2021-10-27 01:48:25,641 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0fd55908-76b2-4c08-a965-6a57e3f41146', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0fd55908-76b2-4c08-a965-6a57e3f41146', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:48:26,687 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.039s 2021-10-27 01:48:26,688 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45bc2f73-71d8-4f73-b3b3-f3f494370c72', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45bc2f73-71d8-4f73-b3b3-f3f494370c72', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:48:27,734 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.038s 2021-10-27 01:48:27,735 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-08c1f096-a92a-43fb-bb66-13944b98a665', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-08c1f096-a92a-43fb-bb66-13944b98a665', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:48:28,782 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.040s 2021-10-27 01:48:28,783 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2080439-3f75-486c-b97c-b7a97cf52bd2', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2080439-3f75-486c-b97c-b7a97cf52bd2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:48:29,830 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.039s 2021-10-27 01:48:29,830 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2edf365-98eb-475a-a6a6-2ac2b851190a', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2edf365-98eb-475a-a6a6-2ac2b851190a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:48:30,877 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.039s 2021-10-27 01:48:30,878 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4232b5fa-4df7-4020-a2b6-f416b2118d55', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4232b5fa-4df7-4020-a2b6-f416b2118d55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:48:31,925 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.039s 2021-10-27 01:48:31,926 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7d9160e-a785-41d7-8fa0-f043304d6829', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7d9160e-a785-41d7-8fa0-f043304d6829', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:48:32,973 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.040s 2021-10-27 01:48:32,974 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc970cd9-4c63-483c-a28e-fa6fa3797824', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc970cd9-4c63-483c-a28e-fa6fa3797824', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:48:34,021 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.040s 2021-10-27 01:48:34,022 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-044f0155-2727-453c-aa09-5137a7f2c7d5', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-044f0155-2727-453c-aa09-5137a7f2c7d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:48:35,069 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.039s 2021-10-27 01:48:35,069 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8165811-9a59-4861-9813-600a6eef125c', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f8165811-9a59-4861-9813-600a6eef125c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:48:36,116 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.038s 2021-10-27 01:48:36,116 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-510cd880-b481-487d-9d6d-d259f40ca952', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-510cd880-b481-487d-9d6d-d259f40ca952', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:48:37,165 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.041s 2021-10-27 01:48:37,166 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a937bb4f-02aa-4f49-95b3-1e83c14c9e69', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a937bb4f-02aa-4f49-95b3-1e83c14c9e69', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:48:38,212 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.039s 2021-10-27 01:48:38,213 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5efb9be-35f6-4b55-a691-cfd35fb9655f', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5efb9be-35f6-4b55-a691-cfd35fb9655f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:48:39,263 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.041s 2021-10-27 01:48:39,263 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0458b631-8da5-4336-bf81-9670328a4051', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0458b631-8da5-4336-bf81-9670328a4051', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:48:40,311 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.040s 2021-10-27 01:48:40,312 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-456ed2b0-d6f4-4eea-9bba-ff330c6eff5b', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-456ed2b0-d6f4-4eea-9bba-ff330c6eff5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:48:41,359 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.038s 2021-10-27 01:48:41,359 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee5ed710-6d29-4f7b-a81f-e6b6c14d997f', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee5ed710-6d29-4f7b-a81f-e6b6c14d997f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:48:42,406 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.039s 2021-10-27 01:48:42,406 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67b4e32c-8430-42fc-86e6-31140c55ddc1', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67b4e32c-8430-42fc-86e6-31140c55ddc1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:48:43,455 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.039s 2021-10-27 01:48:43,455 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0fe98ed2-9278-485b-8034-98bda8c61eb2', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0fe98ed2-9278-485b-8034-98bda8c61eb2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:48:44,504 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.040s 2021-10-27 01:48:44,504 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2018680-ff2f-4176-8ec1-50d62a25da12', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2018680-ff2f-4176-8ec1-50d62a25da12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:48:45,550 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.038s 2021-10-27 01:48:45,550 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d612e7f-5bb5-4a28-9501-c44f22167966', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d612e7f-5bb5-4a28-9501-c44f22167966', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:48:46,600 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.041s 2021-10-27 01:48:46,600 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b4e95681-d77f-4987-abea-9ee0b94f4a0b', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b4e95681-d77f-4987-abea-9ee0b94f4a0b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:48:47,656 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.043s 2021-10-27 01:48:47,657 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5beadde2-fa4c-4382-a992-d68874594f9e', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5beadde2-fa4c-4382-a992-d68874594f9e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:48:48,707 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.041s 2021-10-27 01:48:48,707 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42375063-15e9-4081-bf8c-708a65bb171d', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42375063-15e9-4081-bf8c-708a65bb171d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:48:49,753 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.038s 2021-10-27 01:48:49,754 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf360468-f612-4b01-8032-9b12f277c072', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf360468-f612-4b01-8032-9b12f277c072', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:48:50,802 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.039s 2021-10-27 01:48:50,802 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fca17bd3-c308-4dce-bc37-da6eacce27e5', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fca17bd3-c308-4dce-bc37-da6eacce27e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:48:51,849 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.039s 2021-10-27 01:48:51,850 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-836f627d-a97c-421a-9402-276be51c03df', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-836f627d-a97c-421a-9402-276be51c03df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:48:52,896 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.039s 2021-10-27 01:48:52,897 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aedc7d99-3802-458a-a6b6-8233177446c1', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aedc7d99-3802-458a-a6b6-8233177446c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:48:53,947 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.042s 2021-10-27 01:48:53,947 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-129a3f88-407f-469e-8956-b3ea8cd17cf4', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-129a3f88-407f-469e-8956-b3ea8cd17cf4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:48:54,996 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.040s 2021-10-27 01:48:54,996 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b128aa67-147a-4aee-b693-5ad2ce9b8732', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b128aa67-147a-4aee-b693-5ad2ce9b8732', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:48:56,045 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.040s 2021-10-27 01:48:56,046 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f2910051-97b5-49ce-9978-a13799df72d7', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f2910051-97b5-49ce-9978-a13799df72d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:48:57,093 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.040s 2021-10-27 01:48:57,094 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fcabd891-ba9f-4398-8e27-289b406f1059', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fcabd891-ba9f-4398-8e27-289b406f1059', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:48:58,222 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.119s 2021-10-27 01:48:58,222 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b181851-108a-4d8c-82b9-c081c7ab0f92', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b181851-108a-4d8c-82b9-c081c7ab0f92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:48:59,271 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.041s 2021-10-27 01:48:59,272 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8f45e79-4394-4929-b16e-17d71b70ecac', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8f45e79-4394-4929-b16e-17d71b70ecac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:49:00,325 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.045s 2021-10-27 01:49:00,326 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-368deecb-73b4-47db-8816-998a3bd9fa3d', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-368deecb-73b4-47db-8816-998a3bd9fa3d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:49:01,378 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.044s 2021-10-27 01:49:01,378 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-974f74c9-c324-4397-851c-1ad2b718460e', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-974f74c9-c324-4397-851c-1ad2b718460e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:49:02,429 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.043s 2021-10-27 01:49:02,429 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7fbaff23-f0f8-40d9-9fb0-8c7867f25631', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7fbaff23-f0f8-40d9-9fb0-8c7867f25631', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:49:03,479 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.041s 2021-10-27 01:49:03,479 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3af45e02-341a-48d2-a82d-072b8d2026de', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3af45e02-341a-48d2-a82d-072b8d2026de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:49:04,528 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.040s 2021-10-27 01:49:04,528 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d30a7e8f-35c4-40ae-b5ab-f3dedb959ab9', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d30a7e8f-35c4-40ae-b5ab-f3dedb959ab9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:49:05,578 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.041s 2021-10-27 01:49:05,578 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-294ef294-5234-415c-922f-ae9217b04c20', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-294ef294-5234-415c-922f-ae9217b04c20', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:49:06,625 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9 0.040s 2021-10-27 01:49:06,625 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-73075d0e-cddd-42d7-be71-2f0331a76fc0', 'content-length': '1214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-73075d0e-cddd-42d7-be71-2f0331a76fc0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9'} Body: b'{"volume": {"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:42.000000", "updated_at": "2021-10-27T01:37:06.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1989181841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/c4634198-6cbf-46d8-a0a7-a1355297abe9"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "attachment_id": "271844be-d560-430c-b36f-8649577d45f6", "volume_id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "server_id": "469e7755-913d-4045-af55-ea499082df37", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:35:43.000000"}], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:49:06,743 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.110s 2021-10-27 01:49:06,743 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-46b162b2-a635-433d-8ea9-64381a008582', 'x-compute-request-id': 'req-46b162b2-a635-433d-8ea9-64381a008582', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'' 2021-10-27 01:49:06,893 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.149s 2021-10-27 01:49:06,894 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a87701e8-a4a5-4f20-bbb9-4272bb958bdb', 'x-compute-request-id': 'req-a87701e8-a4a5-4f20-bbb9-4272bb958bdb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:49:08,052 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.149s 2021-10-27 01:49:08,053 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a3650b98-022c-4133-a9ab-2775719194c4', 'x-compute-request-id': 'req-a3650b98-022c-4133-a9ab-2775719194c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:49:09,207 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.144s 2021-10-27 01:49:09,208 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9a892f40-50be-4322-96eb-66eda9f6ea63', 'x-compute-request-id': 'req-9a892f40-50be-4322-96eb-66eda9f6ea63', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:49:10,367 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.149s 2021-10-27 01:49:10,367 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ce68ae89-9e7b-4613-9519-aecc42b8dccf', 'x-compute-request-id': 'req-ce68ae89-9e7b-4613-9519-aecc42b8dccf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:49:11,523 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.146s 2021-10-27 01:49:11,524 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e59ac75c-1bb8-4999-9cea-8a5aae6b50da', 'x-compute-request-id': 'req-e59ac75c-1bb8-4999-9cea-8a5aae6b50da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:49:12,678 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.145s 2021-10-27 01:49:12,679 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0c2f66cc-94e2-4519-863a-5a41902b3053', 'x-compute-request-id': 'req-0c2f66cc-94e2-4519-863a-5a41902b3053', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:49:13,839 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.150s 2021-10-27 01:49:13,839 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5d19c1ce-f8bd-4f04-8f90-e0dde193b8dd', 'x-compute-request-id': 'req-5d19c1ce-f8bd-4f04-8f90-e0dde193b8dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:49:14,994 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.145s 2021-10-27 01:49:14,994 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e8da2ca8-e7c2-44d3-bb00-409c25e4ef92', 'x-compute-request-id': 'req-e8da2ca8-e7c2-44d3-bb00-409c25e4ef92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:49:16,150 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.147s 2021-10-27 01:49:16,150 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-885b3b3a-0b8e-415c-b6aa-e46546b121b6', 'x-compute-request-id': 'req-885b3b3a-0b8e-415c-b6aa-e46546b121b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:49:17,308 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.148s 2021-10-27 01:49:17,309 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-88420676-e298-4545-b106-b13ce8e2f1f8', 'x-compute-request-id': 'req-88420676-e298-4545-b106-b13ce8e2f1f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:49:18,465 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.147s 2021-10-27 01:49:18,466 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1e0a8390-c988-4a45-8abf-c75992969c04', 'x-compute-request-id': 'req-1e0a8390-c988-4a45-8abf-c75992969c04', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:49:19,621 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.145s 2021-10-27 01:49:19,621 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-058ebf52-ccd3-4904-846e-a44284dde572', 'x-compute-request-id': 'req-058ebf52-ccd3-4904-846e-a44284dde572', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:49:20,776 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.145s 2021-10-27 01:49:20,776 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2419806c-3fdc-48ee-a3d0-bb85657e54ab', 'x-compute-request-id': 'req-2419806c-3fdc-48ee-a3d0-bb85657e54ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:49:21,932 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.147s 2021-10-27 01:49:21,933 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5c85732d-af36-441c-a3cf-116b75704202', 'x-compute-request-id': 'req-5c85732d-af36-441c-a3cf-116b75704202', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:49:23,093 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.150s 2021-10-27 01:49:23,093 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fed69384-e9ae-42ce-95f7-b9d7b62b893f', 'x-compute-request-id': 'req-fed69384-e9ae-42ce-95f7-b9d7b62b893f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:49:24,253 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.149s 2021-10-27 01:49:24,253 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-552b2461-402d-4f3c-9dfc-cbb46fd9b8f9', 'x-compute-request-id': 'req-552b2461-402d-4f3c-9dfc-cbb46fd9b8f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:49:25,411 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.148s 2021-10-27 01:49:25,412 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f02c068c-fe13-4ea2-a5f1-53eda7f8381c', 'x-compute-request-id': 'req-f02c068c-fe13-4ea2-a5f1-53eda7f8381c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:49:26,567 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.146s 2021-10-27 01:49:26,568 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-27a6daf4-fdf0-4959-a676-9f0a52846df7', 'x-compute-request-id': 'req-27a6daf4-fdf0-4959-a676-9f0a52846df7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:49:27,726 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.148s 2021-10-27 01:49:27,726 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d700d16a-a7ab-41bc-bfe6-59f7b6e8540b', 'x-compute-request-id': 'req-d700d16a-a7ab-41bc-bfe6-59f7b6e8540b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:49:28,935 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.199s 2021-10-27 01:49:28,935 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-89237b4a-cbab-4cd1-a18a-53a8917443fb', 'x-compute-request-id': 'req-89237b4a-cbab-4cd1-a18a-53a8917443fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:49:30,144 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.199s 2021-10-27 01:49:30,144 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-957b4869-516a-4703-881c-ea79035e05ea', 'x-compute-request-id': 'req-957b4869-516a-4703-881c-ea79035e05ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:49:31,354 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.200s 2021-10-27 01:49:31,354 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8507aef1-90ae-414b-9ffb-e628e24f9012', 'x-compute-request-id': 'req-8507aef1-90ae-414b-9ffb-e628e24f9012', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:49:32,565 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.202s 2021-10-27 01:49:32,566 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2b4e0a1a-d253-4e70-9c29-5a3ce3425c38', 'x-compute-request-id': 'req-2b4e0a1a-d253-4e70-9c29-5a3ce3425c38', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:49:33,760 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.183s 2021-10-27 01:49:33,760 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d6a51a25-e7e2-4b41-99c8-3ad757c6f37c', 'x-compute-request-id': 'req-d6a51a25-e7e2-4b41-99c8-3ad757c6f37c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:49:34,981 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.207s 2021-10-27 01:49:34,982 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6a8583a7-cd78-4cd8-93a3-8240399d0889', 'x-compute-request-id': 'req-6a8583a7-cd78-4cd8-93a3-8240399d0889', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:49:36,193 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.201s 2021-10-27 01:49:36,194 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c91de574-01a4-4b92-9615-914be590d416', 'x-compute-request-id': 'req-c91de574-01a4-4b92-9615-914be590d416', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:49:37,397 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.194s 2021-10-27 01:49:37,398 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-54a266c2-f22a-4abd-bcf7-3e157054a700', 'x-compute-request-id': 'req-54a266c2-f22a-4abd-bcf7-3e157054a700', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:49:38,608 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.200s 2021-10-27 01:49:38,608 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-08b1d13c-d3b7-4ba1-bae6-4896e4058cbf', 'x-compute-request-id': 'req-08b1d13c-d3b7-4ba1-bae6-4896e4058cbf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:49:39,823 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.205s 2021-10-27 01:49:39,824 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-51e2d7da-ba3e-4bc4-8bf4-e48dc7ea9972', 'x-compute-request-id': 'req-51e2d7da-ba3e-4bc4-8bf4-e48dc7ea9972', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:49:41,036 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.203s 2021-10-27 01:49:41,037 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2b925d46-d89c-4602-b8c7-1e9d12a64765', 'x-compute-request-id': 'req-2b925d46-d89c-4602-b8c7-1e9d12a64765', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:49:42,244 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.198s 2021-10-27 01:49:42,245 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-502d8638-09b7-45b1-9e0f-036c5746b59d', 'x-compute-request-id': 'req-502d8638-09b7-45b1-9e0f-036c5746b59d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:49:43,454 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.200s 2021-10-27 01:49:43,455 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cd847703-fbf0-476f-8528-0251ebe319c0', 'x-compute-request-id': 'req-cd847703-fbf0-476f-8528-0251ebe319c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:49:44,663 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.198s 2021-10-27 01:49:44,663 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ba0d2091-90a2-4969-a96f-f954ff7bb79f', 'x-compute-request-id': 'req-ba0d2091-90a2-4969-a96f-f954ff7bb79f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:49:46,118 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.445s 2021-10-27 01:49:46,118 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-91bf25a6-8b1c-4d65-ad18-32326b7541f1', 'x-compute-request-id': 'req-91bf25a6-8b1c-4d65-ad18-32326b7541f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:49:47,337 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.209s 2021-10-27 01:49:47,337 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-08d93dda-7d52-4d04-ab31-77ff09f3fce8', 'x-compute-request-id': 'req-08d93dda-7d52-4d04-ab31-77ff09f3fce8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:49:48,540 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.194s 2021-10-27 01:49:48,540 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-69bb67e6-78b7-41a1-ab3b-79d904cd9820', 'x-compute-request-id': 'req-69bb67e6-78b7-41a1-ab3b-79d904cd9820', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:49:49,755 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.206s 2021-10-27 01:49:49,756 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-720a36c6-8ce2-4910-a43e-7cc817abf4c4', 'x-compute-request-id': 'req-720a36c6-8ce2-4910-a43e-7cc817abf4c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:49:50,960 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.194s 2021-10-27 01:49:50,960 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-07211fad-0464-423f-ad67-d9a1c65cc733', 'x-compute-request-id': 'req-07211fad-0464-423f-ad67-d9a1c65cc733', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:49:52,171 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.201s 2021-10-27 01:49:52,172 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cba7630a-f482-4260-888c-03f626d16f81', 'x-compute-request-id': 'req-cba7630a-f482-4260-888c-03f626d16f81', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:49:53,382 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.200s 2021-10-27 01:49:53,382 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-14fe3845-0311-4943-8f55-a4c462ec7e05', 'x-compute-request-id': 'req-14fe3845-0311-4943-8f55-a4c462ec7e05', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:49:54,609 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.217s 2021-10-27 01:49:54,610 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f05852d7-2e2f-4554-8bc9-27a649fb2215', 'x-compute-request-id': 'req-f05852d7-2e2f-4554-8bc9-27a649fb2215', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:49:55,822 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.203s 2021-10-27 01:49:55,823 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ae2b0b95-4571-4f14-9e9a-166b2f095128', 'x-compute-request-id': 'req-ae2b0b95-4571-4f14-9e9a-166b2f095128', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:49:57,040 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.207s 2021-10-27 01:49:57,040 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c0441c04-a273-4509-a322-a555bb8bc33c', 'x-compute-request-id': 'req-c0441c04-a273-4509-a322-a555bb8bc33c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:49:58,266 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.216s 2021-10-27 01:49:58,266 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7c00b5f3-025f-4a5d-b301-bf55b13b0525', 'x-compute-request-id': 'req-7c00b5f3-025f-4a5d-b301-bf55b13b0525', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:49:59,459 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.183s 2021-10-27 01:49:59,459 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aba1440b-4d18-460c-a033-bc90c5caf5fc', 'x-compute-request-id': 'req-aba1440b-4d18-460c-a033-bc90c5caf5fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:50:00,666 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.197s 2021-10-27 01:50:00,666 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8722bae2-770e-41fe-a809-32e536855ee1', 'x-compute-request-id': 'req-8722bae2-770e-41fe-a809-32e536855ee1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:50:01,879 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.203s 2021-10-27 01:50:01,879 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-361b1232-39bd-4c9e-9197-652bb6770d92', 'x-compute-request-id': 'req-361b1232-39bd-4c9e-9197-652bb6770d92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:50:03,227 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.337s 2021-10-27 01:50:03,227 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b8696ca5-346d-40c2-b517-f7a89bb2d95e', 'x-compute-request-id': 'req-b8696ca5-346d-40c2-b517-f7a89bb2d95e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:50:04,388 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.151s 2021-10-27 01:50:04,389 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-50fea25b-6de2-4845-8f00-0682d402b6bd', 'x-compute-request-id': 'req-50fea25b-6de2-4845-8f00-0682d402b6bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:50:05,574 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.176s 2021-10-27 01:50:05,575 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-749625fd-a8cc-4a3b-b508-544a7b2a44e5', 'x-compute-request-id': 'req-749625fd-a8cc-4a3b-b508-544a7b2a44e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:50:06,759 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.175s 2021-10-27 01:50:06,760 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-770c374d-f6e4-4428-9757-dd40888469a8', 'x-compute-request-id': 'req-770c374d-f6e4-4428-9757-dd40888469a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:50:07,948 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.179s 2021-10-27 01:50:07,949 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6c37d718-ef35-4320-8add-3f3c6cf1990c', 'x-compute-request-id': 'req-6c37d718-ef35-4320-8add-3f3c6cf1990c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:50:09,127 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.168s 2021-10-27 01:50:09,127 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-af57827b-1980-4e60-9d03-aee42a1d9140', 'x-compute-request-id': 'req-af57827b-1980-4e60-9d03-aee42a1d9140', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:50:10,321 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.183s 2021-10-27 01:50:10,321 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3c229abe-ec2c-49a3-abde-4ce7c2dbcc3e', 'x-compute-request-id': 'req-3c229abe-ec2c-49a3-abde-4ce7c2dbcc3e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:50:11,501 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.170s 2021-10-27 01:50:11,501 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-70d26cac-b872-42bf-9430-fdee7212802f', 'x-compute-request-id': 'req-70d26cac-b872-42bf-9430-fdee7212802f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:50:12,683 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.171s 2021-10-27 01:50:12,684 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c845a64f-1755-4263-bc08-83af865933a7', 'x-compute-request-id': 'req-c845a64f-1755-4263-bc08-83af865933a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:50:13,863 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.169s 2021-10-27 01:50:13,863 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-70d42147-d491-4b52-953f-6f9a68660aa7', 'x-compute-request-id': 'req-70d42147-d491-4b52-953f-6f9a68660aa7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:50:15,047 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.174s 2021-10-27 01:50:15,048 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3245cd73-69d4-4fa4-8fd1-1e338ded253f', 'x-compute-request-id': 'req-3245cd73-69d4-4fa4-8fd1-1e338ded253f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:50:16,230 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.172s 2021-10-27 01:50:16,230 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cb679b2b-2142-4b4b-be16-34c85f202a05', 'x-compute-request-id': 'req-cb679b2b-2142-4b4b-be16-34c85f202a05', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:50:17,413 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.172s 2021-10-27 01:50:17,414 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3f1f687c-38f4-4678-96bd-845c2c51cbcf', 'x-compute-request-id': 'req-3f1f687c-38f4-4678-96bd-845c2c51cbcf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:50:18,593 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.170s 2021-10-27 01:50:18,594 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5804f4e7-51b4-4d77-8462-16738a520459', 'x-compute-request-id': 'req-5804f4e7-51b4-4d77-8462-16738a520459', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:50:19,781 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.177s 2021-10-27 01:50:19,782 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9456260e-d6c3-477d-ae7d-db8834341cd6', 'x-compute-request-id': 'req-9456260e-d6c3-477d-ae7d-db8834341cd6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:50:20,963 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.171s 2021-10-27 01:50:20,963 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f0d7a6d5-f3af-41c3-90cd-d097ba0d3974', 'x-compute-request-id': 'req-f0d7a6d5-f3af-41c3-90cd-d097ba0d3974', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:50:22,383 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.410s 2021-10-27 01:50:22,384 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-20ba4194-4ddd-4b8f-b7bf-29404a918580', 'x-compute-request-id': 'req-20ba4194-4ddd-4b8f-b7bf-29404a918580', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:50:23,537 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.143s 2021-10-27 01:50:23,537 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-30b30e69-2ee7-4553-bda8-05b6eb8c4bc0', 'x-compute-request-id': 'req-30b30e69-2ee7-4553-bda8-05b6eb8c4bc0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:50:24,691 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.143s 2021-10-27 01:50:24,691 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cf1d1780-8483-4b1d-ad09-84bd43cac30c', 'x-compute-request-id': 'req-cf1d1780-8483-4b1d-ad09-84bd43cac30c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:50:25,845 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.144s 2021-10-27 01:50:25,846 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a448234a-a1ca-4bc3-93c9-c8d7b2271b90', 'x-compute-request-id': 'req-a448234a-a1ca-4bc3-93c9-c8d7b2271b90', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:50:27,003 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.147s 2021-10-27 01:50:27,003 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cfc65760-beb0-4d45-8372-abc0c176b3b9', 'x-compute-request-id': 'req-cfc65760-beb0-4d45-8372-abc0c176b3b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:50:28,161 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.147s 2021-10-27 01:50:28,161 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a7c31b84-f707-4680-89a0-15f562c66c8f', 'x-compute-request-id': 'req-a7c31b84-f707-4680-89a0-15f562c66c8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:50:29,317 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.145s 2021-10-27 01:50:29,317 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fa3338d0-5b43-4928-87a2-fe646d672539', 'x-compute-request-id': 'req-fa3338d0-5b43-4928-87a2-fe646d672539', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:50:30,476 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.148s 2021-10-27 01:50:30,476 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0a4b0439-59d1-47bf-99a7-304c04465534', 'x-compute-request-id': 'req-0a4b0439-59d1-47bf-99a7-304c04465534', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:50:31,703 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.217s 2021-10-27 01:50:31,704 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bc38598d-6a02-46f3-8219-f47654343485', 'x-compute-request-id': 'req-bc38598d-6a02-46f3-8219-f47654343485', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:50:32,913 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.200s 2021-10-27 01:50:32,914 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bdad420b-d48f-421b-b364-26ddbe60421f', 'x-compute-request-id': 'req-bdad420b-d48f-421b-b364-26ddbe60421f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:50:34,124 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.200s 2021-10-27 01:50:34,124 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e4209e42-343e-42af-9fa3-ed4c4d1b9f4f', 'x-compute-request-id': 'req-e4209e42-343e-42af-9fa3-ed4c4d1b9f4f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:50:35,337 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.203s 2021-10-27 01:50:35,337 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-54223a16-09f8-4beb-930c-87c590d269df', 'x-compute-request-id': 'req-54223a16-09f8-4beb-930c-87c590d269df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:50:36,554 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.208s 2021-10-27 01:50:36,555 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1baa99b1-b7f7-48fe-a38b-40f795c3e4e1', 'x-compute-request-id': 'req-1baa99b1-b7f7-48fe-a38b-40f795c3e4e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:50:37,763 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.199s 2021-10-27 01:50:37,764 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4982d4b7-6f59-44a8-a231-9539f05a96f5', 'x-compute-request-id': 'req-4982d4b7-6f59-44a8-a231-9539f05a96f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:50:38,977 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.203s 2021-10-27 01:50:38,977 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ea3032ce-4c2f-4c7c-8e52-97888a6b3a78', 'x-compute-request-id': 'req-ea3032ce-4c2f-4c7c-8e52-97888a6b3a78', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:50:40,197 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.210s 2021-10-27 01:50:40,197 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-919966be-2e42-4c18-8141-a00616dc1a94', 'x-compute-request-id': 'req-919966be-2e42-4c18-8141-a00616dc1a94', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:50:41,422 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.214s 2021-10-27 01:50:41,422 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b0859bc7-9039-4b90-ac53-53818c6dec55', 'x-compute-request-id': 'req-b0859bc7-9039-4b90-ac53-53818c6dec55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:50:42,631 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.199s 2021-10-27 01:50:42,632 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5aac8878-b00a-4572-97a1-b42e084f5d13', 'x-compute-request-id': 'req-5aac8878-b00a-4572-97a1-b42e084f5d13', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:50:43,836 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.195s 2021-10-27 01:50:43,837 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-36eaf961-f295-4c34-9e1c-5faec43e10cb', 'x-compute-request-id': 'req-36eaf961-f295-4c34-9e1c-5faec43e10cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:50:45,047 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.200s 2021-10-27 01:50:45,047 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a73bf772-70e1-42c9-ae1c-030e1b598849', 'x-compute-request-id': 'req-a73bf772-70e1-42c9-ae1c-030e1b598849', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:50:46,262 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.205s 2021-10-27 01:50:46,263 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0efbcdbf-529a-4349-bcda-e8ed71bb27e5', 'x-compute-request-id': 'req-0efbcdbf-529a-4349-bcda-e8ed71bb27e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:50:47,484 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.211s 2021-10-27 01:50:47,485 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3c89153e-75da-4290-8d0b-7571cd958fbc', 'x-compute-request-id': 'req-3c89153e-75da-4290-8d0b-7571cd958fbc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:50:48,691 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.195s 2021-10-27 01:50:48,691 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-176eb090-ace2-4b20-8c11-43f9464bb576', 'x-compute-request-id': 'req-176eb090-ace2-4b20-8c11-43f9464bb576', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:50:49,910 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.210s 2021-10-27 01:50:49,911 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fb2c7dd4-9a7b-4424-a991-206fd6e924a7', 'x-compute-request-id': 'req-fb2c7dd4-9a7b-4424-a991-206fd6e924a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:50:51,119 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.198s 2021-10-27 01:50:51,120 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f752cbe9-f6f5-4185-9f62-140faf3747d1', 'x-compute-request-id': 'req-f752cbe9-f6f5-4185-9f62-140faf3747d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:50:52,344 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.215s 2021-10-27 01:50:52,345 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d7292ab9-4831-414d-b1da-bdba181d90ad', 'x-compute-request-id': 'req-d7292ab9-4831-414d-b1da-bdba181d90ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:50:53,545 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.186s 2021-10-27 01:50:53,546 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-986234b2-8c60-4c7f-a493-0840e909fa2d', 'x-compute-request-id': 'req-986234b2-8c60-4c7f-a493-0840e909fa2d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:50:54,752 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.196s 2021-10-27 01:50:54,753 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ff16e291-fbf3-489c-a450-7fa92f6f25e1', 'x-compute-request-id': 'req-ff16e291-fbf3-489c-a450-7fa92f6f25e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:50:55,962 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.199s 2021-10-27 01:50:55,963 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f307069c-0006-41a4-99f2-02d87b3fbb5b', 'x-compute-request-id': 'req-f307069c-0006-41a4-99f2-02d87b3fbb5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:50:57,178 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.206s 2021-10-27 01:50:57,178 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-791c37b9-cf51-4033-b41a-4640e1a4faba', 'x-compute-request-id': 'req-791c37b9-cf51-4033-b41a-4640e1a4faba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:50:58,397 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.209s 2021-10-27 01:50:58,398 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a88e5cde-25f7-49e5-ae49-5a08a52cacc9', 'x-compute-request-id': 'req-a88e5cde-25f7-49e5-ae49-5a08a52cacc9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:50:59,604 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.196s 2021-10-27 01:50:59,604 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-39917ba1-6037-44f0-a08c-ce8028d8d24f', 'x-compute-request-id': 'req-39917ba1-6037-44f0-a08c-ce8028d8d24f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:51:01,045 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.431s 2021-10-27 01:51:01,045 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ececd6b4-3d06-4537-8044-81eb8fb78cbe', 'x-compute-request-id': 'req-ececd6b4-3d06-4537-8044-81eb8fb78cbe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:51:02,255 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.199s 2021-10-27 01:51:02,255 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-786351d5-817d-4773-a0dc-de23e9d00dc0', 'x-compute-request-id': 'req-786351d5-817d-4773-a0dc-de23e9d00dc0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:51:03,500 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.235s 2021-10-27 01:51:03,501 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2447cb68-2dbd-4e82-8883-d28562487c97', 'x-compute-request-id': 'req-2447cb68-2dbd-4e82-8883-d28562487c97', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:51:04,670 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.159s 2021-10-27 01:51:04,671 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ee70cc85-264b-43e8-a384-e4c5471b89b6', 'x-compute-request-id': 'req-ee70cc85-264b-43e8-a384-e4c5471b89b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:51:05,878 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.198s 2021-10-27 01:51:05,879 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a6432a1b-0531-448a-9445-237cb03f80e7', 'x-compute-request-id': 'req-a6432a1b-0531-448a-9445-237cb03f80e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:51:07,092 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.203s 2021-10-27 01:51:07,093 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7a979183-7abf-470d-b441-9f760248a666', 'x-compute-request-id': 'req-7a979183-7abf-470d-b441-9f760248a666', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:51:08,314 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.211s 2021-10-27 01:51:08,315 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-64d91ab8-417b-43ca-b38b-f26dc2832efc', 'x-compute-request-id': 'req-64d91ab8-417b-43ca-b38b-f26dc2832efc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:51:09,521 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.196s 2021-10-27 01:51:09,522 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-67ece225-36db-453e-8f5c-70949cb1e0f4', 'x-compute-request-id': 'req-67ece225-36db-453e-8f5c-70949cb1e0f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:51:10,731 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.199s 2021-10-27 01:51:10,731 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1c18b530-db37-465e-a6b2-6a10ca71fcb7', 'x-compute-request-id': 'req-1c18b530-db37-465e-a6b2-6a10ca71fcb7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:51:11,942 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.201s 2021-10-27 01:51:11,943 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6cb1b762-25bf-4fe4-b305-bb35138221d4', 'x-compute-request-id': 'req-6cb1b762-25bf-4fe4-b305-bb35138221d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:51:13,166 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.214s 2021-10-27 01:51:13,167 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-68ae77a3-e525-4578-979d-6d9acbcf8edf', 'x-compute-request-id': 'req-68ae77a3-e525-4578-979d-6d9acbcf8edf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:51:14,373 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.196s 2021-10-27 01:51:14,373 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1da62795-ff4e-4361-87a2-36caabd97a82', 'x-compute-request-id': 'req-1da62795-ff4e-4361-87a2-36caabd97a82', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:51:15,586 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.202s 2021-10-27 01:51:15,587 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a4528bf0-7680-4b1b-bba9-efa4f5be63e4', 'x-compute-request-id': 'req-a4528bf0-7680-4b1b-bba9-efa4f5be63e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:51:16,805 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.208s 2021-10-27 01:51:16,805 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f4faa519-e98b-4fee-bb73-e0599b6abcd8', 'x-compute-request-id': 'req-f4faa519-e98b-4fee-bb73-e0599b6abcd8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:51:18,013 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.199s 2021-10-27 01:51:18,014 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e2da7a1c-5ae6-4d1c-99bb-1da52ac77075', 'x-compute-request-id': 'req-e2da7a1c-5ae6-4d1c-99bb-1da52ac77075', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:51:19,223 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.199s 2021-10-27 01:51:19,223 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3a43b352-52a0-4db6-bc60-e82cdf1ac9b9', 'x-compute-request-id': 'req-3a43b352-52a0-4db6-bc60-e82cdf1ac9b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:51:20,441 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.207s 2021-10-27 01:51:20,441 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-38815652-3d4d-4613-86fe-0b61e59cd56a', 'x-compute-request-id': 'req-38815652-3d4d-4613-86fe-0b61e59cd56a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:51:21,656 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.205s 2021-10-27 01:51:21,657 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e01c3cfb-836d-47f4-b4ba-c65638a29473', 'x-compute-request-id': 'req-e01c3cfb-836d-47f4-b4ba-c65638a29473', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:51:22,857 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.190s 2021-10-27 01:51:22,857 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-838f5841-9ad7-4260-9eda-5d85ea87ba08', 'x-compute-request-id': 'req-838f5841-9ad7-4260-9eda-5d85ea87ba08', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:51:24,065 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.198s 2021-10-27 01:51:24,066 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-39fa588a-1002-4bc1-b0aa-819cb13eef00', 'x-compute-request-id': 'req-39fa588a-1002-4bc1-b0aa-819cb13eef00', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:51:25,280 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.203s 2021-10-27 01:51:25,281 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cd46b3d1-14e5-45a4-93b1-d765fc2a88db', 'x-compute-request-id': 'req-cd46b3d1-14e5-45a4-93b1-d765fc2a88db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:51:26,493 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.201s 2021-10-27 01:51:26,493 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e46465bd-7c9c-4601-941b-f26fe71a57f9', 'x-compute-request-id': 'req-e46465bd-7c9c-4601-941b-f26fe71a57f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:51:27,707 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.205s 2021-10-27 01:51:27,707 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9a44dbfb-3ace-4456-8e9c-a1e4697a60f6', 'x-compute-request-id': 'req-9a44dbfb-3ace-4456-8e9c-a1e4697a60f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:51:28,914 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.197s 2021-10-27 01:51:28,915 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d20caad8-2118-42d0-b9fa-c31e38642218', 'x-compute-request-id': 'req-d20caad8-2118-42d0-b9fa-c31e38642218', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:51:30,129 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.204s 2021-10-27 01:51:30,129 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6d2e5d46-d2b5-4e8d-a5b4-26f0c07782da', 'x-compute-request-id': 'req-6d2e5d46-d2b5-4e8d-a5b4-26f0c07782da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:51:31,339 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.199s 2021-10-27 01:51:31,339 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-77b631e4-fd41-4915-8921-599436193a69', 'x-compute-request-id': 'req-77b631e4-fd41-4915-8921-599436193a69', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:51:32,562 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.213s 2021-10-27 01:51:32,562 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1c91fc60-dcff-47db-a949-b1a1f6fb9e2b', 'x-compute-request-id': 'req-1c91fc60-dcff-47db-a949-b1a1f6fb9e2b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:51:33,997 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.425s 2021-10-27 01:51:33,998 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-397e6286-72eb-474c-93fa-ffea9b0e8d75', 'x-compute-request-id': 'req-397e6286-72eb-474c-93fa-ffea9b0e8d75', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:51:35,213 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.205s 2021-10-27 01:51:35,213 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1f484dfb-d4e2-4d89-a182-fb68c25ab940', 'x-compute-request-id': 'req-1f484dfb-d4e2-4d89-a182-fb68c25ab940', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:51:36,422 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.199s 2021-10-27 01:51:36,423 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-07041d37-56e4-4e44-8f0a-c79a478cd836', 'x-compute-request-id': 'req-07041d37-56e4-4e44-8f0a-c79a478cd836', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:51:37,628 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.194s 2021-10-27 01:51:37,628 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3f50a89c-d29f-4713-9f63-6d5910bfe386', 'x-compute-request-id': 'req-3f50a89c-d29f-4713-9f63-6d5910bfe386', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:51:38,838 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.199s 2021-10-27 01:51:38,838 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-68980e19-ba07-44a9-89ae-fb5655aeec1f', 'x-compute-request-id': 'req-68980e19-ba07-44a9-89ae-fb5655aeec1f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:51:40,049 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.201s 2021-10-27 01:51:40,049 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c180c674-491b-49b2-9db5-cb342b7ac51c', 'x-compute-request-id': 'req-c180c674-491b-49b2-9db5-cb342b7ac51c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:51:41,262 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.203s 2021-10-27 01:51:41,263 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dd182844-966e-4e85-aae5-ef7c11d0afde', 'x-compute-request-id': 'req-dd182844-966e-4e85-aae5-ef7c11d0afde', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:51:42,474 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.201s 2021-10-27 01:51:42,474 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eecd6d9e-77fa-4371-9465-8c6e0cd8928b', 'x-compute-request-id': 'req-eecd6d9e-77fa-4371-9465-8c6e0cd8928b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:51:43,698 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.212s 2021-10-27 01:51:43,698 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-36b29def-3fc9-4757-93de-e334a3425580', 'x-compute-request-id': 'req-36b29def-3fc9-4757-93de-e334a3425580', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:51:44,904 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.196s 2021-10-27 01:51:44,904 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c308f0e1-0c1e-4556-89f3-23b88ef138d1', 'x-compute-request-id': 'req-c308f0e1-0c1e-4556-89f3-23b88ef138d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:51:46,113 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.199s 2021-10-27 01:51:46,114 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bb2de09f-477d-4667-a8b1-41acaaf5b045', 'x-compute-request-id': 'req-bb2de09f-477d-4667-a8b1-41acaaf5b045', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:51:47,325 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.202s 2021-10-27 01:51:47,326 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b3b3317c-fd54-4a95-93c0-7e4e2f249449', 'x-compute-request-id': 'req-b3b3317c-fd54-4a95-93c0-7e4e2f249449', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:51:48,544 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.209s 2021-10-27 01:51:48,545 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-794d1f29-2ab2-488c-b063-08134ec23e4e', 'x-compute-request-id': 'req-794d1f29-2ab2-488c-b063-08134ec23e4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:51:49,747 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.193s 2021-10-27 01:51:49,748 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-46fc53ac-a185-434d-b61f-04aadd4604b2', 'x-compute-request-id': 'req-46fc53ac-a185-434d-b61f-04aadd4604b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:51:50,969 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.212s 2021-10-27 01:51:50,970 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-38ea1a94-6c83-4521-9d8f-fa8909c6f522', 'x-compute-request-id': 'req-38ea1a94-6c83-4521-9d8f-fa8909c6f522', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:51:52,176 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.196s 2021-10-27 01:51:52,176 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3781b67e-bd03-483d-856f-b86f0e822849', 'x-compute-request-id': 'req-3781b67e-bd03-483d-856f-b86f0e822849', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:51:53,381 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.194s 2021-10-27 01:51:53,381 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b859a9b3-6068-4507-891f-eaaec24a4d50', 'x-compute-request-id': 'req-b859a9b3-6068-4507-891f-eaaec24a4d50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:51:54,601 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.210s 2021-10-27 01:51:54,602 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a8acbeb3-1d5d-422a-8de9-ccff42de5c1d', 'x-compute-request-id': 'req-a8acbeb3-1d5d-422a-8de9-ccff42de5c1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:51:55,817 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.205s 2021-10-27 01:51:55,817 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1b4f0cb4-be07-4fea-ba03-10448a57f8ab', 'x-compute-request-id': 'req-1b4f0cb4-be07-4fea-ba03-10448a57f8ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:51:57,022 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.195s 2021-10-27 01:51:57,022 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5a0d9660-74b9-4c20-848d-ac9124a8a05e', 'x-compute-request-id': 'req-5a0d9660-74b9-4c20-848d-ac9124a8a05e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:51:58,237 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.204s 2021-10-27 01:51:58,237 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d454388a-8b4e-4dc6-b903-b73815b6ecd9', 'x-compute-request-id': 'req-d454388a-8b4e-4dc6-b903-b73815b6ecd9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:51:59,452 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.204s 2021-10-27 01:51:59,452 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-53c9df7b-61ff-4808-860d-0bebb9fe74f6', 'x-compute-request-id': 'req-53c9df7b-61ff-4808-860d-0bebb9fe74f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:52:00,659 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.196s 2021-10-27 01:52:00,659 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-520a918d-00e1-4267-9846-8fe6acea73af', 'x-compute-request-id': 'req-520a918d-00e1-4267-9846-8fe6acea73af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:52:01,876 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.207s 2021-10-27 01:52:01,877 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-78406446-1931-4468-a2a2-9418695a853f', 'x-compute-request-id': 'req-78406446-1931-4468-a2a2-9418695a853f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:52:03,087 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.200s 2021-10-27 01:52:03,087 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a59108be-d949-46e6-8549-422a4b3994c8', 'x-compute-request-id': 'req-a59108be-d949-46e6-8549-422a4b3994c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:52:04,297 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.199s 2021-10-27 01:52:04,297 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2bb63787-54b5-4dc3-b027-a5afc2f4b950', 'x-compute-request-id': 'req-2bb63787-54b5-4dc3-b027-a5afc2f4b950', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:52:05,560 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.252s 2021-10-27 01:52:05,560 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c96a45f3-bc82-4159-a1ac-44882874ae00', 'x-compute-request-id': 'req-c96a45f3-bc82-4159-a1ac-44882874ae00', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:52:06,719 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.149s 2021-10-27 01:52:06,719 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5e494770-a5e2-424d-b354-28379a335bde', 'x-compute-request-id': 'req-5e494770-a5e2-424d-b354-28379a335bde', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:52:07,931 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.202s 2021-10-27 01:52:07,932 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8e41f09f-0d23-4980-90ae-05538729f35f', 'x-compute-request-id': 'req-8e41f09f-0d23-4980-90ae-05538729f35f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:52:09,151 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.209s 2021-10-27 01:52:09,151 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dcb9b2c4-d18c-443e-968f-54b87072262d', 'x-compute-request-id': 'req-dcb9b2c4-d18c-443e-968f-54b87072262d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:52:10,363 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.202s 2021-10-27 01:52:10,363 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-afda9390-dc24-4812-bb6f-f052e0228383', 'x-compute-request-id': 'req-afda9390-dc24-4812-bb6f-f052e0228383', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:52:11,578 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.204s 2021-10-27 01:52:11,578 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fb86888c-ede9-4064-8142-10b3619fdadd', 'x-compute-request-id': 'req-fb86888c-ede9-4064-8142-10b3619fdadd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:52:12,788 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.199s 2021-10-27 01:52:12,788 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9620d80b-dc09-4c83-a70a-fcd5e9034362', 'x-compute-request-id': 'req-9620d80b-dc09-4c83-a70a-fcd5e9034362', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:52:14,007 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.209s 2021-10-27 01:52:14,007 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0fa10bc5-c73e-4a13-890a-4c6a80cda4ec', 'x-compute-request-id': 'req-0fa10bc5-c73e-4a13-890a-4c6a80cda4ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:52:15,215 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.198s 2021-10-27 01:52:15,215 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0aa3f08c-8127-482b-ac24-0343dd9d58ad', 'x-compute-request-id': 'req-0aa3f08c-8127-482b-ac24-0343dd9d58ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:52:16,431 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.206s 2021-10-27 01:52:16,431 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9a66ec38-2696-4af8-886a-ca50e0b2e3dd', 'x-compute-request-id': 'req-9a66ec38-2696-4af8-886a-ca50e0b2e3dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:52:17,633 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.191s 2021-10-27 01:52:17,633 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c1df590e-2916-4e6e-887b-c26b1b6695be', 'x-compute-request-id': 'req-c1df590e-2916-4e6e-887b-c26b1b6695be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:52:18,841 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.198s 2021-10-27 01:52:18,841 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-10867d77-227a-4046-abc2-c1f2a266ae17', 'x-compute-request-id': 'req-10867d77-227a-4046-abc2-c1f2a266ae17', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:52:20,059 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.207s 2021-10-27 01:52:20,060 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ddf14346-a333-4dfe-abba-a9d65d632296', 'x-compute-request-id': 'req-ddf14346-a333-4dfe-abba-a9d65d632296', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:52:21,270 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.200s 2021-10-27 01:52:21,270 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dbaab51e-57eb-4850-8845-4dea0b6d51a8', 'x-compute-request-id': 'req-dbaab51e-57eb-4850-8845-4dea0b6d51a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:52:22,493 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.214s 2021-10-27 01:52:22,494 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-21f815cd-5d06-4a9f-acb3-2ab782436e15', 'x-compute-request-id': 'req-21f815cd-5d06-4a9f-acb3-2ab782436e15', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:52:23,690 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.186s 2021-10-27 01:52:23,690 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-98c12792-beb8-4e4c-adee-02c649d11736', 'x-compute-request-id': 'req-98c12792-beb8-4e4c-adee-02c649d11736', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:52:24,899 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.199s 2021-10-27 01:52:24,900 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a3d99869-f6f9-42e0-bad1-4cc295f7a189', 'x-compute-request-id': 'req-a3d99869-f6f9-42e0-bad1-4cc295f7a189', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:52:26,105 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.196s 2021-10-27 01:52:26,106 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e3d523d8-7035-42a1-a543-be21d789ad63', 'x-compute-request-id': 'req-e3d523d8-7035-42a1-a543-be21d789ad63', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:52:27,322 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.205s 2021-10-27 01:52:27,322 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-081725f9-cbf9-45da-ad2a-e21589a7e342', 'x-compute-request-id': 'req-081725f9-cbf9-45da-ad2a-e21589a7e342', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:52:28,549 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.217s 2021-10-27 01:52:28,550 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2056797d-12c8-4f36-a92f-5c6ec6e32bbe', 'x-compute-request-id': 'req-2056797d-12c8-4f36-a92f-5c6ec6e32bbe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:52:29,764 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.204s 2021-10-27 01:52:29,764 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4f065047-0fcf-4bad-8d10-c04ca3c323f6', 'x-compute-request-id': 'req-4f065047-0fcf-4bad-8d10-c04ca3c323f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:52:30,992 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.217s 2021-10-27 01:52:30,992 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-23db18a6-8700-4113-8243-3a72605212d6', 'x-compute-request-id': 'req-23db18a6-8700-4113-8243-3a72605212d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:52:32,189 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.186s 2021-10-27 01:52:32,189 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-edf9c38f-e371-4584-9306-02d6a64b2fa4', 'x-compute-request-id': 'req-edf9c38f-e371-4584-9306-02d6a64b2fa4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:52:33,395 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.195s 2021-10-27 01:52:33,396 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b26396ee-ca93-4d1a-b929-a2947dca3bfa', 'x-compute-request-id': 'req-b26396ee-ca93-4d1a-b929-a2947dca3bfa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:52:34,601 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.195s 2021-10-27 01:52:34,601 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4618375e-e6f7-4e8e-8cab-1cffd9ae879d', 'x-compute-request-id': 'req-4618375e-e6f7-4e8e-8cab-1cffd9ae879d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:52:35,816 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.204s 2021-10-27 01:52:35,816 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-da1d9226-a1fc-4aa9-979e-c71425ec9717', 'x-compute-request-id': 'req-da1d9226-a1fc-4aa9-979e-c71425ec9717', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:52:37,263 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.436s 2021-10-27 01:52:37,263 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-10648350-1a7f-4621-acfe-49d496ae518f', 'x-compute-request-id': 'req-10648350-1a7f-4621-acfe-49d496ae518f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:52:38,486 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.213s 2021-10-27 01:52:38,486 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1530eabd-7f9c-4fa9-bfcd-0014a56f1bb5', 'x-compute-request-id': 'req-1530eabd-7f9c-4fa9-bfcd-0014a56f1bb5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:52:39,684 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.188s 2021-10-27 01:52:39,685 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-671b30e4-c462-478a-81fd-91115fe251dc', 'x-compute-request-id': 'req-671b30e4-c462-478a-81fd-91115fe251dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:52:40,898 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.202s 2021-10-27 01:52:40,898 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4d1df1d1-5b59-4b99-b94a-7d3af59289ce', 'x-compute-request-id': 'req-4d1df1d1-5b59-4b99-b94a-7d3af59289ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:52:42,106 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.198s 2021-10-27 01:52:42,106 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-886254b6-4045-4c9f-8c95-ba1cc37057ae', 'x-compute-request-id': 'req-886254b6-4045-4c9f-8c95-ba1cc37057ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:52:43,307 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.191s 2021-10-27 01:52:43,307 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9402b3c8-8d8d-4e10-b1c9-5d6f2f27608f', 'x-compute-request-id': 'req-9402b3c8-8d8d-4e10-b1c9-5d6f2f27608f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:52:44,556 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.239s 2021-10-27 01:52:44,556 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-76227198-b753-4f62-892d-8e8dfd75be3b', 'x-compute-request-id': 'req-76227198-b753-4f62-892d-8e8dfd75be3b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:52:45,756 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.191s 2021-10-27 01:52:45,757 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8edb1694-5304-4f52-89b5-575f5de0a242', 'x-compute-request-id': 'req-8edb1694-5304-4f52-89b5-575f5de0a242', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:52:46,980 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.214s 2021-10-27 01:52:46,980 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7e047a04-97c5-4ee3-ac40-826f34873eb5', 'x-compute-request-id': 'req-7e047a04-97c5-4ee3-ac40-826f34873eb5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:52:48,191 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.201s 2021-10-27 01:52:48,192 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-054f29cc-23b5-4438-b4d6-c4f1731c91fe', 'x-compute-request-id': 'req-054f29cc-23b5-4438-b4d6-c4f1731c91fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:52:49,449 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.247s 2021-10-27 01:52:49,449 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1e00af79-c396-44d0-91e3-3405a692079e', 'x-compute-request-id': 'req-1e00af79-c396-44d0-91e3-3405a692079e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:52:50,622 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.163s 2021-10-27 01:52:50,623 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-071a4636-fb3a-49d2-a817-36f0cdc134ee', 'x-compute-request-id': 'req-071a4636-fb3a-49d2-a817-36f0cdc134ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:52:51,825 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.192s 2021-10-27 01:52:51,825 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ddf502eb-dcc5-4d68-be62-779021344147', 'x-compute-request-id': 'req-ddf502eb-dcc5-4d68-be62-779021344147', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:52:53,033 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.198s 2021-10-27 01:52:53,033 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8b822d50-fc71-4e55-bde8-06cca7ad90c2', 'x-compute-request-id': 'req-8b822d50-fc71-4e55-bde8-06cca7ad90c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:52:54,243 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.199s 2021-10-27 01:52:54,243 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3d7e5247-d44b-4689-a9fd-5b576fce3ebc', 'x-compute-request-id': 'req-3d7e5247-d44b-4689-a9fd-5b576fce3ebc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:52:55,454 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.201s 2021-10-27 01:52:55,454 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d486d480-06af-42a8-9bc6-187dd5965585', 'x-compute-request-id': 'req-d486d480-06af-42a8-9bc6-187dd5965585', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:52:56,675 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.210s 2021-10-27 01:52:56,676 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-999d77a8-bceb-4e21-863a-f75c085c6274', 'x-compute-request-id': 'req-999d77a8-bceb-4e21-863a-f75c085c6274', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:52:57,886 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.200s 2021-10-27 01:52:57,886 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2ca91552-f5ee-4e86-934f-59d880fa4277', 'x-compute-request-id': 'req-2ca91552-f5ee-4e86-934f-59d880fa4277', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:52:59,103 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.207s 2021-10-27 01:52:59,103 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d181e965-f633-4d3e-b54e-69450fdb8f47', 'x-compute-request-id': 'req-d181e965-f633-4d3e-b54e-69450fdb8f47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:53:00,314 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.201s 2021-10-27 01:53:00,315 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bec5b82b-ff9a-42b1-9c12-5bd44a57f9f9', 'x-compute-request-id': 'req-bec5b82b-ff9a-42b1-9c12-5bd44a57f9f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:53:01,522 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.197s 2021-10-27 01:53:01,522 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ad2c2599-4779-4096-83a1-b3a76e655030', 'x-compute-request-id': 'req-ad2c2599-4779-4096-83a1-b3a76e655030', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:53:02,737 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.206s 2021-10-27 01:53:02,738 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1df8be4a-a358-49dc-ae30-396693a8d57f', 'x-compute-request-id': 'req-1df8be4a-a358-49dc-ae30-396693a8d57f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:53:03,945 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.197s 2021-10-27 01:53:03,945 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4ece625b-5f43-4dc5-a317-abb33459d990', 'x-compute-request-id': 'req-4ece625b-5f43-4dc5-a317-abb33459d990', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:53:05,159 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.204s 2021-10-27 01:53:05,159 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d7141d5f-b265-4a88-b7ba-5b2e888f0934', 'x-compute-request-id': 'req-d7141d5f-b265-4a88-b7ba-5b2e888f0934', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:53:06,378 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.208s 2021-10-27 01:53:06,378 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-43b8e099-d7d5-4496-837b-1773debfcce7', 'x-compute-request-id': 'req-43b8e099-d7d5-4496-837b-1773debfcce7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:53:07,586 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.198s 2021-10-27 01:53:07,586 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-89e141c4-de93-453c-a283-4cd4de701eb8', 'x-compute-request-id': 'req-89e141c4-de93-453c-a283-4cd4de701eb8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:53:08,792 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.197s 2021-10-27 01:53:08,793 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cd13e2ed-f8c2-41cb-9662-1390df983253', 'x-compute-request-id': 'req-cd13e2ed-f8c2-41cb-9662-1390df983253', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:53:10,009 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.206s 2021-10-27 01:53:10,009 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aeaf309e-3cf0-45df-bf23-cf349960e393', 'x-compute-request-id': 'req-aeaf309e-3cf0-45df-bf23-cf349960e393', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:53:11,451 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.431s 2021-10-27 01:53:11,451 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5f7acad4-12bf-4f45-8041-a39228b28b61', 'x-compute-request-id': 'req-5f7acad4-12bf-4f45-8041-a39228b28b61', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:53:12,669 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.208s 2021-10-27 01:53:12,669 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b409ed71-df16-4a2c-a320-716faf3a3251', 'x-compute-request-id': 'req-b409ed71-df16-4a2c-a320-716faf3a3251', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:53:13,876 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.195s 2021-10-27 01:53:13,876 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f6c14d7e-a882-45b9-a522-d560db097a22', 'x-compute-request-id': 'req-f6c14d7e-a882-45b9-a522-d560db097a22', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:53:15,091 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.204s 2021-10-27 01:53:15,091 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8daf9e6a-e367-4f2f-9786-bd980bf26999', 'x-compute-request-id': 'req-8daf9e6a-e367-4f2f-9786-bd980bf26999', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:53:16,296 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.195s 2021-10-27 01:53:16,296 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-acfceb45-3748-48d4-a748-2d5ed212503f', 'x-compute-request-id': 'req-acfceb45-3748-48d4-a748-2d5ed212503f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:53:17,521 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.215s 2021-10-27 01:53:17,521 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5bf1d6be-90ac-40e2-993f-cd21b058801a', 'x-compute-request-id': 'req-5bf1d6be-90ac-40e2-993f-cd21b058801a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:53:18,722 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.190s 2021-10-27 01:53:18,722 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d38cd8d0-ae90-4bf9-8764-8298275f89d7', 'x-compute-request-id': 'req-d38cd8d0-ae90-4bf9-8764-8298275f89d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:53:19,921 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.189s 2021-10-27 01:53:19,922 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f53ab11e-dca5-4cac-bfa3-3e6c0c0e1cea', 'x-compute-request-id': 'req-f53ab11e-dca5-4cac-bfa3-3e6c0c0e1cea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:53:21,132 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.199s 2021-10-27 01:53:21,132 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-449137b3-ebc9-4f5d-bc26-5ef1a0b8edf9', 'x-compute-request-id': 'req-449137b3-ebc9-4f5d-bc26-5ef1a0b8edf9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:53:22,343 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.202s 2021-10-27 01:53:22,344 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-051a69e8-765b-45a1-b06e-94597616f1db', 'x-compute-request-id': 'req-051a69e8-765b-45a1-b06e-94597616f1db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:53:23,561 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.207s 2021-10-27 01:53:23,561 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-61641dc0-e32e-45a3-8f86-0c5088e77086', 'x-compute-request-id': 'req-61641dc0-e32e-45a3-8f86-0c5088e77086', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:53:24,782 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.210s 2021-10-27 01:53:24,782 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-999c61ce-3301-44c2-a761-8ce101ee0e8f', 'x-compute-request-id': 'req-999c61ce-3301-44c2-a761-8ce101ee0e8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:53:25,991 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.199s 2021-10-27 01:53:25,992 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0a0ce87a-e252-4244-a3be-fcf52b05b26e', 'x-compute-request-id': 'req-0a0ce87a-e252-4244-a3be-fcf52b05b26e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:53:27,187 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.185s 2021-10-27 01:53:27,187 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-30a11be4-a212-4853-9f52-774896d09266', 'x-compute-request-id': 'req-30a11be4-a212-4853-9f52-774896d09266', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:53:28,397 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.200s 2021-10-27 01:53:28,397 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6f07bb94-4404-42b2-8619-da0830413607', 'x-compute-request-id': 'req-6f07bb94-4404-42b2-8619-da0830413607', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:53:29,607 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.201s 2021-10-27 01:53:29,607 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8f1bd2bf-f1f7-4939-a039-8d4554b2c737', 'x-compute-request-id': 'req-8f1bd2bf-f1f7-4939-a039-8d4554b2c737', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:53:30,820 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.203s 2021-10-27 01:53:30,820 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-563bd03f-b85e-456e-a25c-c023930996a3', 'x-compute-request-id': 'req-563bd03f-b85e-456e-a25c-c023930996a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:53:32,028 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.198s 2021-10-27 01:53:32,028 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-14fe4321-4e04-4f6b-98c6-1b0cf6e2a0b2', 'x-compute-request-id': 'req-14fe4321-4e04-4f6b-98c6-1b0cf6e2a0b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:53:33,243 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.206s 2021-10-27 01:53:33,244 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-47bfcc4a-885f-4464-becb-d6bd7171a61e', 'x-compute-request-id': 'req-47bfcc4a-885f-4464-becb-d6bd7171a61e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:53:34,451 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.197s 2021-10-27 01:53:34,451 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b45d7938-54d7-4134-8add-f0eda359fe78', 'x-compute-request-id': 'req-b45d7938-54d7-4134-8add-f0eda359fe78', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:53:35,655 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.194s 2021-10-27 01:53:35,656 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-33d62fe3-1290-438c-ab56-83391b44c23a', 'x-compute-request-id': 'req-33d62fe3-1290-438c-ab56-83391b44c23a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:53:36,877 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.212s 2021-10-27 01:53:36,878 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-248fa6e7-0ebf-4b4d-8c30-3a97187874b1', 'x-compute-request-id': 'req-248fa6e7-0ebf-4b4d-8c30-3a97187874b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:53:38,085 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.197s 2021-10-27 01:53:38,085 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-058302e8-7c61-4034-809b-0fbacba56048', 'x-compute-request-id': 'req-058302e8-7c61-4034-809b-0fbacba56048', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:53:39,304 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.210s 2021-10-27 01:53:39,305 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2b2da464-e1d4-4ea6-a033-d39f67b0b61b', 'x-compute-request-id': 'req-2b2da464-e1d4-4ea6-a033-d39f67b0b61b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:53:40,496 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.181s 2021-10-27 01:53:40,496 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3b8f2e3f-fd0c-4e43-94d5-fd5a8e7d31e6', 'x-compute-request-id': 'req-3b8f2e3f-fd0c-4e43-94d5-fd5a8e7d31e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:53:41,702 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.196s 2021-10-27 01:53:41,702 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-93b6e169-f5d1-4e8f-841f-8825b52cd809', 'x-compute-request-id': 'req-93b6e169-f5d1-4e8f-841f-8825b52cd809', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:53:42,910 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.198s 2021-10-27 01:53:42,910 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c84d81b6-e206-434a-b142-198904157c3a', 'x-compute-request-id': 'req-c84d81b6-e206-434a-b142-198904157c3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:53:44,124 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.204s 2021-10-27 01:53:44,125 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-49561254-ebbb-4095-84fd-cbd7a8f60f5a', 'x-compute-request-id': 'req-49561254-ebbb-4095-84fd-cbd7a8f60f5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:53:45,335 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.200s 2021-10-27 01:53:45,336 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b68ab82c-37b1-490d-aa6f-622e779e77a1', 'x-compute-request-id': 'req-b68ab82c-37b1-490d-aa6f-622e779e77a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:53:46,551 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.206s 2021-10-27 01:53:46,552 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cdd68604-a977-47dc-9535-742eb1f6de3b', 'x-compute-request-id': 'req-cdd68604-a977-47dc-9535-742eb1f6de3b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:53:48,002 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.441s 2021-10-27 01:53:48,002 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-055c0d14-3676-4b16-8346-b5c566de9a72', 'x-compute-request-id': 'req-055c0d14-3676-4b16-8346-b5c566de9a72', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:53:49,212 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.199s 2021-10-27 01:53:49,212 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-edafafd0-f397-4262-a9a3-8b6333a5c1c2', 'x-compute-request-id': 'req-edafafd0-f397-4262-a9a3-8b6333a5c1c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:53:50,415 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.194s 2021-10-27 01:53:50,416 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ea4d766b-cf15-4e7a-9f59-27f7763201a1', 'x-compute-request-id': 'req-ea4d766b-cf15-4e7a-9f59-27f7763201a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:53:51,632 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.206s 2021-10-27 01:53:51,632 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fe76645c-d06a-4cd0-b941-2317d4529dbd', 'x-compute-request-id': 'req-fe76645c-d06a-4cd0-b941-2317d4529dbd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:53:52,844 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.203s 2021-10-27 01:53:52,845 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0dff920f-9dca-4b57-b0de-52644ae24347', 'x-compute-request-id': 'req-0dff920f-9dca-4b57-b0de-52644ae24347', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:53:54,060 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.205s 2021-10-27 01:53:54,060 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-217e27f3-886e-4c79-badb-65d9d44eb712', 'x-compute-request-id': 'req-217e27f3-886e-4c79-badb-65d9d44eb712', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:53:55,276 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.206s 2021-10-27 01:53:55,276 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-125aec4e-12e4-44a2-8a0c-76db37d47858', 'x-compute-request-id': 'req-125aec4e-12e4-44a2-8a0c-76db37d47858', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:53:56,493 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.205s 2021-10-27 01:53:56,493 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8c55a3f0-32da-4c26-96dd-16d714a0f548', 'x-compute-request-id': 'req-8c55a3f0-32da-4c26-96dd-16d714a0f548', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:53:57,703 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.200s 2021-10-27 01:53:57,704 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3f6046e7-7913-4ab9-ab90-96c0fd22f820', 'x-compute-request-id': 'req-3f6046e7-7913-4ab9-ab90-96c0fd22f820', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:53:58,931 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.217s 2021-10-27 01:53:58,931 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-df2cf508-9c2b-4782-86d9-2cfa7d5ff3a9', 'x-compute-request-id': 'req-df2cf508-9c2b-4782-86d9-2cfa7d5ff3a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:54:00,158 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.217s 2021-10-27 01:54:00,158 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e9947a01-635c-4acc-8c9b-82fa3e64215f', 'x-compute-request-id': 'req-e9947a01-635c-4acc-8c9b-82fa3e64215f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:54:01,365 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.198s 2021-10-27 01:54:01,366 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-294e7db2-fb94-42d2-9cbc-941319071178', 'x-compute-request-id': 'req-294e7db2-fb94-42d2-9cbc-941319071178', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:54:02,583 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.208s 2021-10-27 01:54:02,584 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1cf2c4f4-8853-4418-8c59-ddfb1021617e', 'x-compute-request-id': 'req-1cf2c4f4-8853-4418-8c59-ddfb1021617e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:54:03,794 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.201s 2021-10-27 01:54:03,794 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e7394470-78a0-4894-9f07-72a3162cf65a', 'x-compute-request-id': 'req-e7394470-78a0-4894-9f07-72a3162cf65a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:54:05,005 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.201s 2021-10-27 01:54:05,005 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e5234b3f-a3ef-41a4-95c6-3a1af5b2256b', 'x-compute-request-id': 'req-e5234b3f-a3ef-41a4-95c6-3a1af5b2256b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:54:06,219 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.203s 2021-10-27 01:54:06,219 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-78e48904-f26f-4d4f-b562-3442a599d0bc', 'x-compute-request-id': 'req-78e48904-f26f-4d4f-b562-3442a599d0bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:54:07,428 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.200s 2021-10-27 01:54:07,429 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2df80135-db66-45a4-8c3d-4e4a38664e1a', 'x-compute-request-id': 'req-2df80135-db66-45a4-8c3d-4e4a38664e1a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:54:08,749 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.309s 2021-10-27 01:54:08,750 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-18b693d5-0cca-41c3-903a-14b379affc1b', 'x-compute-request-id': 'req-18b693d5-0cca-41c3-903a-14b379affc1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:54:09,944 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.183s 2021-10-27 01:54:09,945 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-15950dca-073b-4da6-b2d7-20d7e4ee7584', 'x-compute-request-id': 'req-15950dca-073b-4da6-b2d7-20d7e4ee7584', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:54:11,148 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.192s 2021-10-27 01:54:11,148 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-20ac5333-0046-4e1e-803d-74dec04d0098', 'x-compute-request-id': 'req-20ac5333-0046-4e1e-803d-74dec04d0098', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:54:12,357 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.200s 2021-10-27 01:54:12,357 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3f3e16cc-9b14-4288-a640-95942f6e291f', 'x-compute-request-id': 'req-3f3e16cc-9b14-4288-a640-95942f6e291f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:54:13,568 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.200s 2021-10-27 01:54:13,569 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-afbd9591-6f9f-43cd-b043-06d7ed4e02e5', 'x-compute-request-id': 'req-afbd9591-6f9f-43cd-b043-06d7ed4e02e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:54:14,779 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.201s 2021-10-27 01:54:14,780 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ee9c46de-dfd3-4a93-8682-e35cf5e0ab5b', 'x-compute-request-id': 'req-ee9c46de-dfd3-4a93-8682-e35cf5e0ab5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:54:15,991 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.202s 2021-10-27 01:54:15,992 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-71ee3a49-677f-495d-9f13-a9c5c8cfc246', 'x-compute-request-id': 'req-71ee3a49-677f-495d-9f13-a9c5c8cfc246', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:54:17,198 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.196s 2021-10-27 01:54:17,198 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d043c603-1315-4b9c-bc03-3a9feadaa64b', 'x-compute-request-id': 'req-d043c603-1315-4b9c-bc03-3a9feadaa64b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:54:18,403 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.194s 2021-10-27 01:54:18,403 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0d71b9c7-9488-4494-8128-06465575c5eb', 'x-compute-request-id': 'req-0d71b9c7-9488-4494-8128-06465575c5eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:54:19,618 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.204s 2021-10-27 01:54:19,618 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5295f4c0-7a23-4716-a565-b5a493c1a014', 'x-compute-request-id': 'req-5295f4c0-7a23-4716-a565-b5a493c1a014', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:54:20,830 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.201s 2021-10-27 01:54:20,830 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-df0f767b-85b2-40f3-9ecb-a59b148e2991', 'x-compute-request-id': 'req-df0f767b-85b2-40f3-9ecb-a59b148e2991', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:54:22,041 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.201s 2021-10-27 01:54:22,042 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1acbad3b-33f9-4a51-80d6-a22426d4243e', 'x-compute-request-id': 'req-1acbad3b-33f9-4a51-80d6-a22426d4243e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:54:23,264 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.212s 2021-10-27 01:54:23,264 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ca15c191-f5be-4a01-9a42-6aeed02ba5dd', 'x-compute-request-id': 'req-ca15c191-f5be-4a01-9a42-6aeed02ba5dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:54:24,474 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.200s 2021-10-27 01:54:24,475 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b7653a61-8227-45aa-b20d-0366f5edc178', 'x-compute-request-id': 'req-b7653a61-8227-45aa-b20d-0366f5edc178', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:54:25,681 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.196s 2021-10-27 01:54:25,681 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-724dd25b-d99a-4a60-8185-2f99a0116808', 'x-compute-request-id': 'req-724dd25b-d99a-4a60-8185-2f99a0116808', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:54:26,894 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.203s 2021-10-27 01:54:26,895 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-00dd2b7e-f925-456e-8d6d-c7273273b198', 'x-compute-request-id': 'req-00dd2b7e-f925-456e-8d6d-c7273273b198', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:54:28,110 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.204s 2021-10-27 01:54:28,110 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-987be2ee-bf9b-42c5-b049-4654faed4522', 'x-compute-request-id': 'req-987be2ee-bf9b-42c5-b049-4654faed4522', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:54:29,325 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.204s 2021-10-27 01:54:29,325 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cca3995e-10e7-44d6-a5d5-028078358fb8', 'x-compute-request-id': 'req-cca3995e-10e7-44d6-a5d5-028078358fb8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:54:30,539 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.204s 2021-10-27 01:54:30,539 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-faac93e1-2b30-43f9-8e61-26a1d10a1ecc', 'x-compute-request-id': 'req-faac93e1-2b30-43f9-8e61-26a1d10a1ecc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:54:31,749 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.200s 2021-10-27 01:54:31,750 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-abd383f1-d544-4977-a3db-b18ff7261b31', 'x-compute-request-id': 'req-abd383f1-d544-4977-a3db-b18ff7261b31', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:54:32,965 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.205s 2021-10-27 01:54:32,966 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c620e611-211d-44ec-95d1-0be6f36820c9', 'x-compute-request-id': 'req-c620e611-211d-44ec-95d1-0be6f36820c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:54:34,181 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.205s 2021-10-27 01:54:34,181 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3c598f32-0bca-40b4-8dd4-3494765f31f2', 'x-compute-request-id': 'req-3c598f32-0bca-40b4-8dd4-3494765f31f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:54:35,401 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.209s 2021-10-27 01:54:35,402 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-95f47228-8398-46c4-b2b2-bc2adeeb3d3e', 'x-compute-request-id': 'req-95f47228-8398-46c4-b2b2-bc2adeeb3d3e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:54:36,611 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.199s 2021-10-27 01:54:36,612 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3e5679e6-ee27-41cd-89ef-14d4ffc7adb7', 'x-compute-request-id': 'req-3e5679e6-ee27-41cd-89ef-14d4ffc7adb7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:54:37,821 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.199s 2021-10-27 01:54:37,821 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-582bdad5-1b5a-4db9-840b-35460c3d91e3', 'x-compute-request-id': 'req-582bdad5-1b5a-4db9-840b-35460c3d91e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:54:39,051 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.220s 2021-10-27 01:54:39,052 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-36fad43e-facb-40a1-ac06-e7fe8345dcb2', 'x-compute-request-id': 'req-36fad43e-facb-40a1-ac06-e7fe8345dcb2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:54:40,215 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.152s 2021-10-27 01:54:40,215 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-38aaa301-153d-4658-b140-39e2ecbd0bdc', 'x-compute-request-id': 'req-38aaa301-153d-4658-b140-39e2ecbd0bdc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:54:41,550 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.325s 2021-10-27 01:54:41,551 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7a3275db-478d-46d8-aa53-010bc72e50af', 'x-compute-request-id': 'req-7a3275db-478d-46d8-aa53-010bc72e50af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:54:42,717 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.156s 2021-10-27 01:54:42,718 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-75851631-839b-48f6-8f77-e105b65f0c5c', 'x-compute-request-id': 'req-75851631-839b-48f6-8f77-e105b65f0c5c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:54:43,882 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.153s 2021-10-27 01:54:43,882 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-991b11d6-80c0-48ac-b77b-baab4c5146aa', 'x-compute-request-id': 'req-991b11d6-80c0-48ac-b77b-baab4c5146aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:54:45,343 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.451s 2021-10-27 01:54:45,343 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-673623b7-e502-44f1-a41e-b2be443fa74d', 'x-compute-request-id': 'req-673623b7-e502-44f1-a41e-b2be443fa74d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:54:46,532 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.178s 2021-10-27 01:54:46,532 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bbf94101-8a33-4b0f-afff-03089ac9e381', 'x-compute-request-id': 'req-bbf94101-8a33-4b0f-afff-03089ac9e381', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:54:47,705 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.163s 2021-10-27 01:54:47,706 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-edcae60b-375d-4d9a-b853-251a9475b735', 'x-compute-request-id': 'req-edcae60b-375d-4d9a-b853-251a9475b735', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:54:48,867 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.151s 2021-10-27 01:54:48,867 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6fbed5ee-7b75-4606-be99-59adcbe708a4', 'x-compute-request-id': 'req-6fbed5ee-7b75-4606-be99-59adcbe708a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:54:50,022 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.145s 2021-10-27 01:54:50,023 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6f5cdafe-5f0e-4594-9ce8-95ff631ecbcc', 'x-compute-request-id': 'req-6f5cdafe-5f0e-4594-9ce8-95ff631ecbcc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:54:51,178 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.145s 2021-10-27 01:54:51,178 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-60b16b30-b18e-4fbe-8dd7-4edfb423c9f8', 'x-compute-request-id': 'req-60b16b30-b18e-4fbe-8dd7-4edfb423c9f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:54:52,333 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.146s 2021-10-27 01:54:52,334 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-97848414-399e-406f-9d9a-9a6e837c1d1b', 'x-compute-request-id': 'req-97848414-399e-406f-9d9a-9a6e837c1d1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:54:53,491 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.147s 2021-10-27 01:54:53,491 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aa19c78e-49a0-457a-a42e-949f8919f2c9', 'x-compute-request-id': 'req-aa19c78e-49a0-457a-a42e-949f8919f2c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:54:54,648 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.146s 2021-10-27 01:54:54,648 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b1d01561-3c8b-4b65-8df8-7875e593d116', 'x-compute-request-id': 'req-b1d01561-3c8b-4b65-8df8-7875e593d116', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:54:55,805 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.146s 2021-10-27 01:54:55,805 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-41a8a985-30d7-4b2a-b1b0-76dc444e1d45', 'x-compute-request-id': 'req-41a8a985-30d7-4b2a-b1b0-76dc444e1d45', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:54:56,964 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.149s 2021-10-27 01:54:56,965 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3aaf4c8a-f414-4225-b341-6e363b2bd97e', 'x-compute-request-id': 'req-3aaf4c8a-f414-4225-b341-6e363b2bd97e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:54:58,121 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.147s 2021-10-27 01:54:58,122 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9ab30946-2d00-4968-8680-dbda2d82cde0', 'x-compute-request-id': 'req-9ab30946-2d00-4968-8680-dbda2d82cde0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:54:59,307 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.175s 2021-10-27 01:54:59,307 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-28db24b4-cf3a-4038-bdc9-86f69ef8e8f1', 'x-compute-request-id': 'req-28db24b4-cf3a-4038-bdc9-86f69ef8e8f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:55:00,464 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.147s 2021-10-27 01:55:00,464 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4de57ed5-8e68-4a8d-8653-8cd74001d8c3', 'x-compute-request-id': 'req-4de57ed5-8e68-4a8d-8653-8cd74001d8c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:55:01,623 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.149s 2021-10-27 01:55:01,624 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b71398fb-fcd1-456f-a8ec-cede936b29bd', 'x-compute-request-id': 'req-b71398fb-fcd1-456f-a8ec-cede936b29bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:55:02,784 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.150s 2021-10-27 01:55:02,785 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a97301dc-de5e-41c5-aa16-a636cfad3048', 'x-compute-request-id': 'req-a97301dc-de5e-41c5-aa16-a636cfad3048', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:55:03,944 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.149s 2021-10-27 01:55:03,944 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-71914e46-123e-4315-bee0-4eecda5cbf5b', 'x-compute-request-id': 'req-71914e46-123e-4315-bee0-4eecda5cbf5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:55:05,112 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.157s 2021-10-27 01:55:05,112 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-63a002f2-a5bf-4c68-bace-fad6143068da', 'x-compute-request-id': 'req-63a002f2-a5bf-4c68-bace-fad6143068da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:55:06,269 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37 0.148s 2021-10-27 01:55:06,270 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9628a61c-dd86-447d-8712-06bba3e180aa', 'x-compute-request-id': 'req-9628a61c-dd86-447d-8712-06bba3e180aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37'} Body: b'{"server": {"id": "469e7755-913d-4045-af55-ea499082df37", "name": "tempest-AttachVolumeShelveTestJSON-server-1852220541", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:08Z", "updated": "2021-10-27T01:49:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}, {"version": 4, "addr": "172.27.1.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:7c:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/469e7755-913d-4045-af55-ea499082df37"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/469e7755-913d-4045-af55-ea499082df37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1821405795", "OS-SRV-USG:launched_at": "2021-10-27T01:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1773808015"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c4634198-6cbf-46d8-a0a7-a1355297abe9", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-10-27 01:55:06,278 122968 ERROR [tempest.api.compute.base] Failed to delete server 469e7755-913d-4045-af55-ea499082df37 2021-10-27 01:55:06.278 122968 ERROR tempest.api.compute.base Traceback (most recent call last): 2021-10-27 01:55:06.278 122968 ERROR tempest.api.compute.base File "/opt/stack/tempest/tempest/api/compute/base.py", line 441, in delete_server 2021-10-27 01:55:06.278 122968 ERROR tempest.api.compute.base waiters.wait_for_server_termination(cls.servers_client, 2021-10-27 01:55:06.278 122968 ERROR tempest.api.compute.base File "/opt/stack/tempest/tempest/common/waiters.py", line 141, in wait_for_server_termination 2021-10-27 01:55:06.278 122968 ERROR tempest.api.compute.base raise lib_exc.TimeoutException 2021-10-27 01:55:06.278 122968 ERROR tempest.api.compute.base tempest.lib.exceptions.TimeoutException: Request timed out 2021-10-27 01:55:06.278 122968 ERROR tempest.api.compute.base Details: None 2021-10-27 01:55:06.278 122968 ERROR tempest.api.compute.base 2021-10-27 01:55:06,310 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.222.0.25/compute/v2.1/os-keypairs/tempest-keypair-1821405795 0.030s 2021-10-27 01:55:06,310 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a53550f1-28a3-4abc-93e9-4fef7655740b', 'x-compute-request-id': 'req-a53550f1-28a3-4abc-93e9-4fef7655740b', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.25/compute/v2.1/os-keypairs/tempest-keypair-1821405795'} Body: b'' 2021-10-27 01:55:06,360 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 409 DELETE http://10.222.0.25:9696/v2.0/security-groups/8a4179c3-4030-47d5-bc9e-1958caee6659 0.049s 2021-10-27 01:55:06,360 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '136', 'x-openstack-request-id': 'req-fe6ba5fe-402b-4a26-84b6-e6d81956bbe1', 'date': 'Wed, 27 Oct 2021 01:55:06 GMT', 'connection': 'close', 'status': '409', 'content-location': 'http://10.222.0.25:9696/v2.0/security-groups/8a4179c3-4030-47d5-bc9e-1958caee6659'} Body: b'{"NeutronError": {"type": "SecurityGroupInUse", "message": "Security Group 8a4179c3-4030-47d5-bc9e-1958caee6659 in use.", "detail": ""}}' 2021-10-27 01:55:06,361 122968 ERROR [tempest.lib.common.validation_resources] Conflict while deleting security group 8a4179c3-4030-47d5-bc9e-1958caee6659 VM might not be deleted 2021-10-27 01:55:06.361 122968 ERROR tempest.lib.common.validation_resources Traceback (most recent call last): 2021-10-27 01:55:06.361 122968 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/common/validation_resources.py", line 315, in clear_validation_resources 2021-10-27 01:55:06.361 122968 ERROR tempest.lib.common.validation_resources security_group_client.delete_security_group(sec_id) 2021-10-27 01:55:06.361 122968 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 59, in delete_security_group 2021-10-27 01:55:06.361 122968 ERROR tempest.lib.common.validation_resources return self.delete_resource(uri) 2021-10-27 01:55:06.361 122968 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource 2021-10-27 01:55:06.361 122968 ERROR tempest.lib.common.validation_resources resp, body = self.delete(req_uri) 2021-10-27 01:55:06.361 122968 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 330, in delete 2021-10-27 01:55:06.361 122968 ERROR tempest.lib.common.validation_resources return self.request('DELETE', url, extra_headers, headers, body) 2021-10-27 01:55:06.361 122968 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request 2021-10-27 01:55:06.361 122968 ERROR tempest.lib.common.validation_resources self._error_checker(resp, resp_body) 2021-10-27 01:55:06.361 122968 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 824, in _error_checker 2021-10-27 01:55:06.361 122968 ERROR tempest.lib.common.validation_resources raise exceptions.Conflict(resp_body, resp=resp) 2021-10-27 01:55:06.361 122968 ERROR tempest.lib.common.validation_resources tempest.lib.exceptions.Conflict: Conflict with state of target resource 2021-10-27 01:55:06.361 122968 ERROR tempest.lib.common.validation_resources Details: {'type': 'SecurityGroupInUse', 'message': 'Security Group 8a4179c3-4030-47d5-bc9e-1958caee6659 in use.', 'detail': ''} 2021-10-27 01:55:06.361 122968 ERROR tempest.lib.common.validation_resources 2021-10-27 01:55:07,200 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.222.0.25:9696/v2.0/floatingips/cad66f17-9da7-40fe-a63e-ee3f01fbd804 0.823s 2021-10-27 01:55:07,200 122968 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-092d6c2f-af76-4567-ae85-97ec36bfa91e', 'content-length': '0', 'date': 'Wed, 27 Oct 2021 01:55:07 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.25:9696/v2.0/floatingips/cad66f17-9da7-40fe-a63e-ee3f01fbd804'} Body: b'' }}} 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 c4634198-6cbf-46d8-a0a7-a1355297abe9 failed to reach available status (current detaching) within the required time (360 s). }}} traceback-2: {{{ Traceback (most recent call last): File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/fixtures/fixture.py", line 125, in cleanUp return self._cleanups(raise_errors=raise_first) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/fixtures/callmany.py", line 89, in __call__ reraise(error[0], error[1], error[2]) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/compat.py", line 27, in reraise raise exc_obj.with_traceback(exc_tb) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/fixtures/callmany.py", line 83, in __call__ cleanup(*args, **kwargs) File "/opt/stack/tempest/tempest/lib/common/validation_resources.py", line 346, in clear_validation_resources raise has_exception File "/opt/stack/tempest/tempest/lib/common/validation_resources.py", line 315, in clear_validation_resources security_group_client.delete_security_group(sec_id) File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 59, in delete_security_group return self.delete_resource(uri) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 330, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 824, in _error_checker raise exceptions.Conflict(resp_body, resp=resp) tempest.lib.exceptions.Conflict: Conflict with state of target resource Details: {'type': 'SecurityGroupInUse', 'message': 'Security Group 8a4179c3-4030-47d5-bc9e-1958caee6659 in use.', 'detail': ''} }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/waiters.py", line 380, in wait_for_volume_attachment_remove_from_server raise lib_exc.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: Volume c4634198-6cbf-46d8-a0a7-a1355297abe9 failed to detach from server 469e7755-913d-4045-af55-ea499082df37 within the required time (360 s) from the compute API perspective |
||||||
test_detach_volume_shelved_or_offload_server[id-b54e86dd-a070-49c4-9c07-59ae6dae15aa,slow] |
fail
ft5.2: tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server[id-b54e86dd-a070-49c4-9c07-59ae6dae15aa,slow]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-10-27 01:55:07,450 122968 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2021-10-27 01:55:07,451 122968 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2021-10-27 01:55:07,781 122968 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.25/compute/v2.1/os-keypairs 0.330s 2021-10-27 01:55:07,781 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-561799601"}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '2315', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1e4db3aa-55d5-4ca5-a985-6502e4871049', 'x-compute-request-id': 'req-1e4db3aa-55d5-4ca5-a985-6502e4871049', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.25/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"private_key": "-----BEGIN RSA PRIVATE KEY-----\\nMIIEowIBAAKCAQEAq8fOfAGytZjBE/MSP4C0aL264MefOTzGgBD46j23VsnUe4fg\\nfB8DyM7e9gDxPmNR8UGNxggRoqP8TRUbl5Q1ok2nZOdfsWnq7Rrl08sFcE4Ybpl6\\nOQ68+0WosMy9QRCwksdBCvbzc8vy7zJFjAcmub1yYS0lDiqJYe72PiTaF8ya/AD+\\nksDHvq71PJIajtNoEtOBX4CASus5M7aZ1+ObAGpw1TyKkmssmmA9DdI8Qzuv1+Nc\\nfb3acAcfWforCw1zvCvJKa8+9/feyheg0nL6ehw5tdwa/OJ/H42fpSl/KnYafezh\\nojNqh8dhSmk7PIyMOckJNGhGlS/U5droqE/y2QIDAQABAoIBAHA+i96doW9lk+v8\\nLVVPPRMfvme4KINXAgGWlX9BunW8Rdo+C+IuxeNFwYyPSxNQBLAW/JOEnDlg27Bm\\ndXQTRQR7p0CYqv+bTQWHSNueUjxy2yYRpTp5NeUePD7iWVuVkzsldYu7l5J3lpLT\\nj3wTBCvj7UQwIoFiLAjRAxfSLqvTVPLosu7/XOXYO26o9h7XcWr3AGNf9dKbjL+x\\nC4D9p3cUVOTzM7A5xkxkTFmQKHXNMry0x7vX7G5HGf7gvg05yrj5MjXwbQD9QN0F\\nv5FfIz5xRPlLWawWmwa+2G9RDuSbpe/6Hwh3s5/ga1KFOFNkDxVm4KZu9cmaQXJH\\nRxZmPXECgYEA1GHXq3VHz+OAfiYI6KfJzwLbyHIz8EYD9OP/7MXLo90EJvZCDgn2\\nMZ74c4FmNuDti7DSXRZXn2UsiC887JEy7OMCgGEg3z0U5KpZHApPRcVDwXG3LIUC\\nu2S9PTFJtstTUHjXXJ+k3W/oU7cBioJY1i6uXhDvFb8Skwv3mu/iKYUCgYEAzw9M\\nYAwtFr5m9N+wxW/lit4xCEKQBKqVhrVqB5vVf4k+XfMi0qUbcX2nESYlSb5n5EJg\\nkckqy3XE2LX+m+VYwSp/7gLeYQ+HaVOvKdSQT++pN2gNgOk6pJTue7QBFFZYSKsG\\nEO4GDweZQfA0rJfED7TBvPCBqRCCEMkjkOFaWkUCgYAwGCwXxspJWJKLfp972CtK\\nNrKAtOPwIFrbBRq6ipwv8mfzTsbsmPLoj8Bhn8b+3HbOsG8i52FWVjn8aP4Z8FOg\\n81NosRYZl6J4md7uC6OiACb00oSRj1lsCEcWaWfw/iBS09qpPfm+r43kD0hJDnWB\\nozaXVKxft1JEfGxI6NPFZQKBgEJm3I5cuUT28JuM9OqMNOew07abagYlEmit2v/v\\nqKsKv1Zvt3Yn/sIJkr88JW8dwcGAy+lUwwWWkfcRfkJObYUc9QPGJbyotzs+3Ail\\nI1aPPAwJsXLq2KSZIlXHZyU3f35mYj6hpo3BWRO9TZcf4H9M72iBFIO8SInLhz1a\\nF5ilAoGBAMnIRneTMXi70qPHicqWyehfGAFKPkcyU3T1B30TichvLbTfaK0hh9Wj\\nsMyZUiYB/tGeYcxKKIqYCVUX+Ge3nCR/06xgiQes6klEwctqHpGHlT1YofoavvzB\\nL/wPNZErLDrI1TrmncCpdbPw1jS3sOAKHa6vAFivYQq1RFTHcfAR\\n-----END RSA PRIVATE KEY-----\\n", "type": "ssh", "name": "tempest-keypair-561799601", "public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCrx858AbK1mMET8xI/gLRovbrgx585PMaAEPjqPbdWydR7h+B8HwPIzt72APE+Y1HxQY3GCBGio/xNFRuXlDWiTadk51+xaertGuXTywVwThhumXo5Drz7RaiwzL1BELCSx0EK9vNzy/LvMkWMBya5vXJhLSUOKolh7vY+JNoXzJr8AP6SwMe+rvU8khqO02gS04FfgIBK6zkztpnX45sAanDVPIqSayyaYD0N0jxDO6/X41x9vdpwBx9Z+isLDXO8K8kprz73997KF6DScvp6HDm13Br84n8fjZ+lKX8qdhp97OGiM2qHx2FKaTs8jIw5yQk0aEaVL9Tl2uioT/LZ Generated-by-Nova", "fingerprint": "1b:66:93:d3:e5:1f:e1:1c:27:ef:70:98:a2:4d:f5:86", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2"}}' 2021-10-27 01:55:07,784 122968 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-561799601 created 2021-10-27 01:55:08,052 122968 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.25:9696/v2.0/security-groups 0.268s 2021-10-27 01:55:08,053 122968 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--949426160", "description": "tempest-description--1416860005"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1579', 'x-openstack-request-id': 'req-1dbd038b-eade-404c-b34c-32fe17d72fd8', 'date': 'Wed, 27 Oct 2021 01:55:08 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.25:9696/v2.0/security-groups'} Body: b'{"security_group": {"id": "97fb06c6-30f9-487f-b1dd-9e7a551b7d29", "name": "tempest-securitygroup--949426160", "stateful": true, "tenant_id": "52db6551fde546ca893bf07830528d4d", "description": "tempest-description--1416860005", "security_group_rules": [{"id": "39452de7-58ce-4205-a84e-f50ef05db37d", "tenant_id": "52db6551fde546ca893bf07830528d4d", "security_group_id": "97fb06c6-30f9-487f-b1dd-9e7a551b7d29", "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": 438, "description": null, "tags": [], "created_at": "2021-10-27T01:55:07Z", "updated_at": "2021-10-27T01:55:07Z", "revision_number": 0, "project_id": "52db6551fde546ca893bf07830528d4d"}, {"id": "474c6f26-e740-446e-a760-724e21798b50", "tenant_id": "52db6551fde546ca893bf07830528d4d", "security_group_id": "97fb06c6-30f9-487f-b1dd-9e7a551b7d29", "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": 439, "description": null, "tags": [], "created_at": "2021-10-27T01:55:07Z", "updated_at": "2021-10-27T01:55:07Z", "revision_number": 0, "project_id": "52db6551fde546ca893bf07830528d4d"}], "tags": [], "created_at": "2021-10-27T01:55:07Z", "updated_at": "2021-10-27T01:55:07Z", "revision_number": 1, "project_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:55:08,195 122968 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.25:9696/v2.0/security-group-rules 0.141s 2021-10-27 01:55:08,195 122968 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": "97fb06c6-30f9-487f-b1dd-9e7a551b7d29", "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-66682a2b-10cb-406e-a921-4292dfa749d0', 'date': 'Wed, 27 Oct 2021 01:55:08 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.25:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "70d7f7d8-9b83-44d7-ba0b-97a206f8955a", "tenant_id": "52db6551fde546ca893bf07830528d4d", "security_group_id": "97fb06c6-30f9-487f-b1dd-9e7a551b7d29", "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-10-27T01:55:08Z", "updated_at": "2021-10-27T01:55:08Z", "revision_number": 0, "project_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:55:08,319 122968 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.25:9696/v2.0/security-group-rules 0.123s 2021-10-27 01:55:08,319 122968 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": "97fb06c6-30f9-487f-b1dd-9e7a551b7d29", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-9ca37b1a-67a4-4e54-8833-962f2dd65bb7', 'date': 'Wed, 27 Oct 2021 01:55:08 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.25:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c5807236-3a06-4868-8d4f-a1ce7223a1bf", "tenant_id": "52db6551fde546ca893bf07830528d4d", "security_group_id": "97fb06c6-30f9-487f-b1dd-9e7a551b7d29", "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-10-27T01:55:08Z", "updated_at": "2021-10-27T01:55:08Z", "revision_number": 0, "project_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:55:08,320 122968 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--949426160 created 2021-10-27 01:55:09,875 122968 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.25:9696/v2.0/floatingips 1.555s 2021-10-27 01:55:09,876 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "bc87e00c-b7d6-429b-87e9-3d3681beeec7"}} Response - Headers: {'content-type': 'application/json', 'content-length': '493', 'x-openstack-request-id': 'req-4115bbd6-243b-4139-b027-e5ecd3458bda', 'date': 'Wed, 27 Oct 2021 01:55:09 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.25:9696/v2.0/floatingips'} Body: b'{"floatingip": {"id": "9161c9cd-48f8-4591-bc89-f3453895d4dd", "tenant_id": "52db6551fde546ca893bf07830528d4d", "floating_ip_address": "172.27.1.60", "floating_network_id": "bc87e00c-b7d6-429b-87e9-3d3681beeec7", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "52db6551fde546ca893bf07830528d4d", "description": "", "port_details": null, "tags": [], "created_at": "2021-10-27T01:55:09Z", "updated_at": "2021-10-27T01:55:09Z", "revision_number": 0}}' 2021-10-27 01:55:09,876 122968 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '9161c9cd-48f8-4591-bc89-f3453895d4dd', 'tenant_id': '52db6551fde546ca893bf07830528d4d', 'floating_ip_address': '172.27.1.60', 'floating_network_id': 'bc87e00c-b7d6-429b-87e9-3d3681beeec7', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '52db6551fde546ca893bf07830528d4d', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2021-10-27T01:55:09Z', 'updated_at': '2021-10-27T01:55:09Z', 'revision_number': 0, 'ip': '172.27.1.60'} created 2021-10-27 01:55:09,921 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 201 POST http://10.222.0.25/identity/v3/auth/tokens 0.038s 2021-10-27 01:55:09,922 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3409', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-41eec451-3ff0-40ec-b0ad-200c9eb35571', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.25/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "b164b9dd32884e99b0b22eb7c50bdda2", "name": "tempest-AttachVolumeShelveTestJSON-1240007914-project", "password_expires_at": null}, "audit_ids": ["RzI4XrdMSF-Kz74NaqyJ-Q"], "expires_at": "2021-10-27T02:55:09.000000Z", "issued_at": "2021-10-27T01:55:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "52db6551fde546ca893bf07830528d4d", "name": "tempest-AttachVolumeShelveTestJSON-1240007914"}, "is_domain": false, "roles": [{"id": "0293d5b9b91a4a4899b291db05e78c7a", "name": "reader"}, {"id": "540999ece4154e6ba219007ddda3f8f9", "name": "member"}], "catalog": [{"endpoints": [{"id": "dede6f159b7a4724a0318938fda19b51", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.25/compute/v2/52db6551fde546ca893bf07830528d4d", "region": "RegionOne"}], "id": "00f1a3a9bd3b4b558de3e3b6b00a591b", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "1dbdc704b555461a8e4d746bfe94b9a6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.25/identity", "region": "RegionOne"}, {"id": "b8d7190c7f49471fae95fccbd5aa0a09", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.25/identity", "region": "RegionOne"}], "id": "167c7595b1e343e9b1422c9ff1201b75", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "506ccf8602fb49ee98d44873cdf9c9fc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.25/placement", "region": "RegionOne"}], "id": "38e0de125fbe4e53b58aef8e34b593b0", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "e6026457878e427081839e4be7a803c6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.25:9696/", "region": "RegionOne"}], "id": "58ef4d654a7742459ca85682db5486c7", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8a20ed1c9b7846008ef02a78a26cc861", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.25:8080", "region": "RegionOne"}, {"id": "93e80c2cc5684420b074e34d156a7bfa", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.25:8080/v1/AUTH_52db6551fde546ca893bf07830528d4d", "region": "RegionOne"}], "id": "6d87c10140ae488fa635a70a7f967e2d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "618f3a351cba460d9918ea4ce4e44ba1", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d", "region": "RegionOne"}], "id": "aa1c0fef2cc543e0a9cbb6cb579f7cea", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "c3852ec3ad1248de934ccfe141d45d99", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d", "region": "RegionOne"}], "id": "c3cae66c1ff04401a0e58b33602f5a81", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "374a9057056840fd9e3ff614ddd8f31f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.25/image", "region": "RegionOne"}], "id": "c7951d790c76424b847983955cd13d56", "type": "image", "name": "glance"}, {"endpoints": [{"id": "3344509087e245018b74739b9196c1bb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.25/compute/v2.1", "region": "RegionOne"}], "id": "da7a106adf7849ad8627b08152421e8c", "type": "compute", "name": "nova"}]}}' 2021-10-27 01:55:09,922 122968 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server) Found network {'id': 'd787b332-07fd-4062-94a9-7ecdc9fd7ccd', 'name': 'tempest-AttachVolumeShelveTestJSON-1432576434-network', 'tenant_id': '52db6551fde546ca893bf07830528d4d', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '52db6551fde546ca893bf07830528d4d', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 801, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2021-10-27T01:32:37Z', 'updated_at': '2021-10-27T01:32:37Z', 'revision_number': 1} available for tenant 2021-10-27 01:55:09,923 122968 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'private_key': '-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAq8fOfAGytZjBE/MSP4C0aL264MefOTzGgBD46j23VsnUe4fg\nfB8DyM7e9gDxPmNR8UGNxggRoqP8TRUbl5Q1ok2nZOdfsWnq7Rrl08sFcE4Ybpl6\nOQ68+0WosMy9QRCwksdBCvbzc8vy7zJFjAcmub1yYS0lDiqJYe72PiTaF8ya/AD+\nksDHvq71PJIajtNoEtOBX4CASus5M7aZ1+ObAGpw1TyKkmssmmA9DdI8Qzuv1+Nc\nfb3acAcfWforCw1zvCvJKa8+9/feyheg0nL6ehw5tdwa/OJ/H42fpSl/KnYafezh\nojNqh8dhSmk7PIyMOckJNGhGlS/U5droqE/y2QIDAQABAoIBAHA+i96doW9lk+v8\nLVVPPRMfvme4KINXAgGWlX9BunW8Rdo+C+IuxeNFwYyPSxNQBLAW/JOEnDlg27Bm\ndXQTRQR7p0CYqv+bTQWHSNueUjxy2yYRpTp5NeUePD7iWVuVkzsldYu7l5J3lpLT\nj3wTBCvj7UQwIoFiLAjRAxfSLqvTVPLosu7/XOXYO26o9h7XcWr3AGNf9dKbjL+x\nC4D9p3cUVOTzM7A5xkxkTFmQKHXNMry0x7vX7G5HGf7gvg05yrj5MjXwbQD9QN0F\nv5FfIz5xRPlLWawWmwa+2G9RDuSbpe/6Hwh3s5/ga1KFOFNkDxVm4KZu9cmaQXJH\nRxZmPXECgYEA1GHXq3VHz+OAfiYI6KfJzwLbyHIz8EYD9OP/7MXLo90EJvZCDgn2\nMZ74c4FmNuDti7DSXRZXn2UsiC887JEy7OMCgGEg3z0U5KpZHApPRcVDwXG3LIUC\nu2S9PTFJtstTUHjXXJ+k3W/oU7cBioJY1i6uXhDvFb8Skwv3mu/iKYUCgYEAzw9M\nYAwtFr5m9N+wxW/lit4xCEKQBKqVhrVqB5vVf4k+XfMi0qUbcX2nESYlSb5n5EJg\nkckqy3XE2LX+m+VYwSp/7gLeYQ+HaVOvKdSQT++pN2gNgOk6pJTue7QBFFZYSKsG\nEO4GDweZQfA0rJfED7TBvPCBqRCCEMkjkOFaWkUCgYAwGCwXxspJWJKLfp972CtK\nNrKAtOPwIFrbBRq6ipwv8mfzTsbsmPLoj8Bhn8b+3HbOsG8i52FWVjn8aP4Z8FOg\n81NosRYZl6J4md7uC6OiACb00oSRj1lsCEcWaWfw/iBS09qpPfm+r43kD0hJDnWB\nozaXVKxft1JEfGxI6NPFZQKBgEJm3I5cuUT28JuM9OqMNOew07abagYlEmit2v/v\nqKsKv1Zvt3Yn/sIJkr88JW8dwcGAy+lUwwWWkfcRfkJObYUc9QPGJbyotzs+3Ail\nI1aPPAwJsXLq2KSZIlXHZyU3f35mYj6hpo3BWRO9TZcf4H9M72iBFIO8SInLhz1a\nF5ilAoGBAMnIRneTMXi70qPHicqWyehfGAFKPkcyU3T1B30TichvLbTfaK0hh9Wj\nsMyZUiYB/tGeYcxKKIqYCVUX+Ge3nCR/06xgiQes6klEwctqHpGHlT1YofoavvzB\nL/wPNZErLDrI1TrmncCpdbPw1jS3sOAKHa6vAFivYQq1RFTHcfAR\n-----END RSA PRIVATE KEY-----\n', 'type': 'ssh', 'name': 'tempest-keypair-561799601', 'public_key': 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCrx858AbK1mMET8xI/gLRovbrgx585PMaAEPjqPbdWydR7h+B8HwPIzt72APE+Y1HxQY3GCBGio/xNFRuXlDWiTadk51+xaertGuXTywVwThhumXo5Drz7RaiwzL1BELCSx0EK9vNzy/LvMkWMBya5vXJhLSUOKolh7vY+JNoXzJr8AP6SwMe+rvU8khqO02gS04FfgIBK6zkztpnX45sAanDVPIqSayyaYD0N0jxDO6/X41x9vdpwBx9Z+isLDXO8K8kprz73997KF6DScvp6HDm13Br84n8fjZ+lKX8qdhp97OGiM2qHx2FKaTs8jIw5yQk0aEaVL9Tl2uioT/LZ Generated-by-Nova', 'fingerprint': '1b:66:93:d3:e5:1f:e1:1c:27:ef:70:98:a2:4d:f5:86', 'user_id': 'b164b9dd32884e99b0b22eb7c50bdda2'}, 'security_group': {'id': '97fb06c6-30f9-487f-b1dd-9e7a551b7d29', 'name': 'tempest-securitygroup--949426160', 'stateful': True, 'tenant_id': '52db6551fde546ca893bf07830528d4d', 'description': 'tempest-description--1416860005', 'security_group_rules': [{'id': '39452de7-58ce-4205-a84e-f50ef05db37d', 'tenant_id': '52db6551fde546ca893bf07830528d4d', 'security_group_id': '97fb06c6-30f9-487f-b1dd-9e7a551b7d29', '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': 438, 'description': None, 'tags': [], 'created_at': '2021-10-27T01:55:07Z', 'updated_at': '2021-10-27T01:55:07Z', 'revision_number': 0, 'project_id': '52db6551fde546ca893bf07830528d4d'}, {'id': '474c6f26-e740-446e-a760-724e21798b50', 'tenant_id': '52db6551fde546ca893bf07830528d4d', 'security_group_id': '97fb06c6-30f9-487f-b1dd-9e7a551b7d29', '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': 439, 'description': None, 'tags': [], 'created_at': '2021-10-27T01:55:07Z', 'updated_at': '2021-10-27T01:55:07Z', 'revision_number': 0, 'project_id': '52db6551fde546ca893bf07830528d4d'}], 'tags': [], 'created_at': '2021-10-27T01:55:07Z', 'updated_at': '2021-10-27T01:55:07Z', 'revision_number': 1, 'project_id': '52db6551fde546ca893bf07830528d4d'}, 'floating_ip': {'id': '9161c9cd-48f8-4591-bc89-f3453895d4dd', 'tenant_id': '52db6551fde546ca893bf07830528d4d', 'floating_ip_address': '172.27.1.60', 'floating_network_id': 'bc87e00c-b7d6-429b-87e9-3d3681beeec7', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '52db6551fde546ca893bf07830528d4d', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2021-10-27T01:55:09Z', 'updated_at': '2021-10-27T01:55:09Z', 'revision_number': 0, 'ip': '172.27.1.60'}} 2021-10-27 01:55:10,584 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 202 POST http://10.222.0.25/compute/v2.1/servers 0.660s 2021-10-27 01:55:10,584 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-AttachVolumeShelveTestJSON-server-711786122", "imageRef": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "flavorRef": "452", "adminPass": "password", "networks": [{"uuid": "d787b332-07fd-4062-94a9-7ecdc9fd7ccd"}], "security_groups": [{"name": "tempest-securitygroup--949426160"}], "key_name": "tempest-keypair-561799601", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '401', 'location': 'http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d953ccfe-b909-4ca5-9375-e748bb7219fd', 'x-compute-request-id': 'req-d953ccfe-b909-4ca5-9375-e748bb7219fd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.25/compute/v2.1/servers'} Body: b'{"server": {"id": "9112920a-581f-4706-a512-3277b496d200", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/9112920a-581f-4706-a512-3277b496d200"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--949426160"}], "adminPass": "password"}}' 2021-10-27 01:55:10,661 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200 0.074s 2021-10-27 01:55:10,661 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1280', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0d384f24-4380-47c9-bd82-8983adcdca7b', 'x-compute-request-id': 'req-0d384f24-4380-47c9-bd82-8983adcdca7b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200'} Body: b'{"server": {"id": "9112920a-581f-4706-a512-3277b496d200", "name": "tempest-AttachVolumeShelveTestJSON-server-711786122", "status": "BUILD", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:55:11Z", "updated": "2021-10-27T01:55:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/9112920a-581f-4706-a512-3277b496d200"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-561799601", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-10-27 01:55:11,775 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200 0.104s 2021-10-27 01:55:11,776 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-47630783-a5ef-4d5a-a80b-9d4185836f35', 'x-compute-request-id': 'req-47630783-a5ef-4d5a-a80b-9d4185836f35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200'} Body: b'{"server": {"id": "9112920a-581f-4706-a512-3277b496d200", "name": "tempest-AttachVolumeShelveTestJSON-server-711786122", "status": "BUILD", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:55:10Z", "updated": "2021-10-27T01:55:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/9112920a-581f-4706-a512-3277b496d200"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-561799601", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "block_device_mapping", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-10-27 01:55:11,784 122968 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 1 second wait 2021-10-27 01:55:13,012 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200 0.226s 2021-10-27 01:55:13,012 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1405', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-220bd250-031c-4fba-a457-225b70851b50', 'x-compute-request-id': 'req-220bd250-031c-4fba-a457-225b70851b50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200'} Body: b'{"server": {"id": "9112920a-581f-4706-a512-3277b496d200", "name": "tempest-AttachVolumeShelveTestJSON-server-711786122", "status": "BUILD", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:55:10Z", "updated": "2021-10-27T01:55:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/9112920a-581f-4706-a512-3277b496d200"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-561799601", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--949426160"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-10-27 01:55:13,021 122968 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 3 second wait 2021-10-27 01:55:14,324 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200 0.301s 2021-10-27 01:55:14,324 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1405', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-90ac31eb-1bcf-4ce8-9fab-901f0b02141b', 'x-compute-request-id': 'req-90ac31eb-1bcf-4ce8-9fab-901f0b02141b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200'} Body: b'{"server": {"id": "9112920a-581f-4706-a512-3277b496d200", "name": "tempest-AttachVolumeShelveTestJSON-server-711786122", "status": "BUILD", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:55:10Z", "updated": "2021-10-27T01:55:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/9112920a-581f-4706-a512-3277b496d200"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-561799601", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--949426160"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-10-27 01:55:15,478 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200 0.144s 2021-10-27 01:55:15,478 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1405', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d1774ea6-a805-43dc-b914-f3fbbc4e8af6', 'x-compute-request-id': 'req-d1774ea6-a805-43dc-b914-f3fbbc4e8af6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200'} Body: b'{"server": {"id": "9112920a-581f-4706-a512-3277b496d200", "name": "tempest-AttachVolumeShelveTestJSON-server-711786122", "status": "BUILD", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:55:10Z", "updated": "2021-10-27T01:55:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/9112920a-581f-4706-a512-3277b496d200"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-561799601", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--949426160"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-10-27 01:55:16,645 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200 0.157s 2021-10-27 01:55:16,645 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1405', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-179ad57c-24ce-4f17-ab47-d4cd1cf4d02e', 'x-compute-request-id': 'req-179ad57c-24ce-4f17-ab47-d4cd1cf4d02e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200'} Body: b'{"server": {"id": "9112920a-581f-4706-a512-3277b496d200", "name": "tempest-AttachVolumeShelveTestJSON-server-711786122", "status": "BUILD", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:55:10Z", "updated": "2021-10-27T01:55:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/9112920a-581f-4706-a512-3277b496d200"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-561799601", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--949426160"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-10-27 01:55:18,115 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200 0.460s 2021-10-27 01:55:18,116 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1405', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-95b4219e-179e-4109-9509-c785e5b802cb', 'x-compute-request-id': 'req-95b4219e-179e-4109-9509-c785e5b802cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200'} Body: b'{"server": {"id": "9112920a-581f-4706-a512-3277b496d200", "name": "tempest-AttachVolumeShelveTestJSON-server-711786122", "status": "BUILD", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:55:10Z", "updated": "2021-10-27T01:55:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/9112920a-581f-4706-a512-3277b496d200"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-561799601", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--949426160"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-10-27 01:55:19,382 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200 0.256s 2021-10-27 01:55:19,382 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1405', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f6748281-fb8e-4b12-b43e-20c778472179', 'x-compute-request-id': 'req-f6748281-fb8e-4b12-b43e-20c778472179', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200'} Body: b'{"server": {"id": "9112920a-581f-4706-a512-3277b496d200", "name": "tempest-AttachVolumeShelveTestJSON-server-711786122", "status": "BUILD", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:55:10Z", "updated": "2021-10-27T01:55:19Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/9112920a-581f-4706-a512-3277b496d200"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-561799601", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--949426160"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-10-27 01:55:20,542 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200 0.150s 2021-10-27 01:55:20,542 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1597', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b58338f2-0bd1-4540-ae53-67c53225a643', 'x-compute-request-id': 'req-b58338f2-0bd1-4540-ae53-67c53225a643', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200'} Body: b'{"server": {"id": "9112920a-581f-4706-a512-3277b496d200", "name": "tempest-AttachVolumeShelveTestJSON-server-711786122", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:55:10Z", "updated": "2021-10-27T01:55:20Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fc:3f:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/9112920a-581f-4706-a512-3277b496d200"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-561799601", "OS-SRV-USG:launched_at": "2021-10-27T01:55:20.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--949426160"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-10-27 01:55:20,550 122968 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 10 second wait 2021-10-27 01:55:20,650 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200/os-interface 0.099s 2021-10-27 01:55:20,650 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '284', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1998fa53-d59c-45fd-bb41-efb2187760d3', 'x-compute-request-id': 'req-1998fa53-d59c-45fd-bb41-efb2187760d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "d787b332-07fd-4062-94a9-7ecdc9fd7ccd", "port_id": "ca755425-e1d3-4120-840b-d01af8900bb0", "mac_addr": "fa:16:3e:fc:3f:ad", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "74e837cb-4f99-440b-88f5-7d63a5a751ab", "ip_address": "172.20.0.7"}]}]}' 2021-10-27 01:55:21,814 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 PUT http://10.222.0.25:9696/v2.0/floatingips/9161c9cd-48f8-4591-bc89-f3453895d4dd 1.160s 2021-10-27 01:55:21,814 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"port_id": "ca755425-e1d3-4120-840b-d01af8900bb0"}} Response - Headers: {'content-type': 'application/json', 'content-length': '796', 'x-openstack-request-id': 'req-3728f785-5327-4bed-baa7-45afa6a5e5c3', 'date': 'Wed, 27 Oct 2021 01:55:21 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25:9696/v2.0/floatingips/9161c9cd-48f8-4591-bc89-f3453895d4dd'} Body: b'{"floatingip": {"id": "9161c9cd-48f8-4591-bc89-f3453895d4dd", "tenant_id": "52db6551fde546ca893bf07830528d4d", "floating_ip_address": "172.27.1.60", "floating_network_id": "bc87e00c-b7d6-429b-87e9-3d3681beeec7", "router_id": "827c56a9-a469-449c-842c-a40763297215", "port_id": "ca755425-e1d3-4120-840b-d01af8900bb0", "fixed_ip_address": "172.20.0.7", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "d787b332-07fd-4062-94a9-7ecdc9fd7ccd", "mac_address": "fa:16:3e:fc:3f:ad", "admin_state_up": true, "status": "ACTIVE", "device_id": "9112920a-581f-4706-a512-3277b496d200", "device_owner": "compute:nova"}, "tags": [], "created_at": "2021-10-27T01:55:09Z", "updated_at": "2021-10-27T01:55:21Z", "revision_number": 1, "project_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:55:21,904 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200/action 0.089s 2021-10-27 01:55:21,905 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3640c8f0-85f9-41b5-863f-2a27e2c71294', 'x-compute-request-id': 'req-3640c8f0-85f9-41b5-863f-2a27e2c71294', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200/action'} Body: b'{"output": ""}' 2021-10-27 01:55:22,990 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200/action 0.082s 2021-10-27 01:55:22,990 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e5ccbca7-4122-46e2-9ddb-5dd8364205cd', 'x-compute-request-id': 'req-e5ccbca7-4122-46e2-9ddb-5dd8364205cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200/action'} Body: b'{"output": ""}' 2021-10-27 01:55:24,071 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200/action 0.078s 2021-10-27 01:55:24,072 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-52977f14-c9fd-4fa6-9a3f-b8f1b340b0df', 'x-compute-request-id': 'req-52977f14-c9fd-4fa6-9a3f-b8f1b340b0df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200/action'} Body: b'{"output": ""}' 2021-10-27 01:55:25,156 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200/action 0.081s 2021-10-27 01:55:25,156 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3e24e977-ffb0-4650-bfc7-483da9ebbb5d', 'x-compute-request-id': 'req-3e24e977-ffb0-4650-bfc7-483da9ebbb5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200/action'} Body: b'{"output": ""}' 2021-10-27 01:55:26,244 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200/action 0.085s 2021-10-27 01:55:26,244 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3e3ed615-16d5-44db-a931-899a36d713f2', 'x-compute-request-id': 'req-3e3ed615-16d5-44db-a931-899a36d713f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200/action'} Body: b'{"output": ""}' 2021-10-27 01:55:27,339 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200/action 0.092s 2021-10-27 01:55:27,339 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-50709f5d-80cf-4872-a00d-e6a3e34e60ae', 'x-compute-request-id': 'req-50709f5d-80cf-4872-a00d-e6a3e34e60ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200/action'} Body: b'{"output": ""}' 2021-10-27 01:55:28,426 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200/action 0.084s 2021-10-27 01:55:28,426 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-45e46cdb-2db9-4b12-a5db-79bd1bf7a125', 'x-compute-request-id': 'req-45e46cdb-2db9-4b12-a5db-79bd1bf7a125', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200/action'} Body: b'{"output": ""}' 2021-10-27 01:55:29,513 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200/action 0.084s 2021-10-27 01:55:29,513 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-78bb7a42-e93c-4c3b-8a5d-9f7ff55cc27a', 'x-compute-request-id': 'req-78bb7a42-e93c-4c3b-8a5d-9f7ff55cc27a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200/action'} Body: b'{"output": ""}' 2021-10-27 01:55:30,608 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200/action 0.092s 2021-10-27 01:55:30,609 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bde303d5-3b88-465b-881f-d6608fadb876', 'x-compute-request-id': 'req-bde303d5-3b88-465b-881f-d6608fadb876', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200/action'} Body: b'{"output": ""}' 2021-10-27 01:55:31,696 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200/action 0.085s 2021-10-27 01:55:31,697 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9818f6a5-1746-430e-9224-6df0eda52d27', 'x-compute-request-id': 'req-9818f6a5-1746-430e-9224-6df0eda52d27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200/action'} Body: b'{"output": ""}' 2021-10-27 01:55:32,786 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200/action 0.087s 2021-10-27 01:55:32,787 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1b211c2e-765e-4b68-a222-8eac93954179', 'x-compute-request-id': 'req-1b211c2e-765e-4b68-a222-8eac93954179', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200/action'} Body: b'{"output": ""}' 2021-10-27 01:55:33,890 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200/action 0.101s 2021-10-27 01:55:33,891 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1586', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a8ef2172-42c7-4f56-8a37-99d7586dbe0b', 'x-compute-request-id': 'req-a8ef2172-42c7-4f56-8a37-99d7586dbe0b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200/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"}' 2021-10-27 01:55:34,990 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200/action 0.097s 2021-10-27 01:55:34,991 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '12758', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f549c7ca-415e-4950-aa3b-21c489674683', 'x-compute-request-id': 'req-f549c7ca-415e-4950-aa3b-21c489674683', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200/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-10-27 01:55:36,105 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200/action 0.111s 2021-10-27 01:55:36,106 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '18356', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-62080cc1-17e3-45ae-a113-08809cee836b', 'x-compute-request-id': 'req-62080cc1-17e3-45ae-a113-08809cee836b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200/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-10-27 01:55:37,224 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200/action 0.115s 2021-10-27 01:55:37,224 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '18915', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b6aa8991-6a29-404e-8b95-74fc7fb38415', 'x-compute-request-id': 'req-b6aa8991-6a29-404e-8b95-74fc7fb38415', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200/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-10-27 01:55:38,325 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200/action 0.098s 2021-10-27 01:55:38,326 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '20997', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c20f5fc4-c78f-4d6a-afba-f1ff8bcba6f7', 'x-compute-request-id': 'req-c20f5fc4-c78f-4d6a-afba-f1ff8bcba6f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200/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-10-27 01:55:39,441 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200/action 0.113s 2021-10-27 01:55:39,442 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '22897', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eb43ba12-e54b-4af3-a01a-0da8d3475ebe', 'x-compute-request-id': 'req-eb43ba12-e54b-4af3-a01a-0da8d3475ebe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200/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-10-27 01:55:40,545 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200/action 0.100s 2021-10-27 01:55:40,546 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '23804', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d34982ec-ec01-4ac5-bf73-b7a2eeda11c4', 'x-compute-request-id': 'req-d34982ec-ec01-4ac5-bf73-b7a2eeda11c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200/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-10-27 01:55:41,647 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200/action 0.099s 2021-10-27 01:55:41,648 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '25308', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6c1323b0-669e-4470-af31-d0cb62d6a7e7', 'x-compute-request-id': 'req-6c1323b0-669e-4470-af31-d0cb62d6a7e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200/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-10-27 01:55:42,756 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200/action 0.105s 2021-10-27 01:55:42,757 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '26524', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2dd79382-85bb-4320-8103-26d5a4896ecb', 'x-compute-request-id': 'req-2dd79382-85bb-4320-8103-26d5a4896ecb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200/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-10-27 01:55:43,864 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200/action 0.105s 2021-10-27 01:55:43,865 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '27522', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aaf06b50-8cd8-4396-90c6-d08939ba89f8', 'x-compute-request-id': 'req-aaf06b50-8cd8-4396-90c6-d08939ba89f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200/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-10-27 01:55:44,965 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200/action 0.098s 2021-10-27 01:55:44,966 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '27890', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8bd64c20-c011-454f-aa70-9aa5f550ffbe', 'x-compute-request-id': 'req-8bd64c20-c011-454f-aa70-9aa5f550ffbe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200/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-10-27 01:55:46,077 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200/action 0.109s 2021-10-27 01:55:46,079 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28201', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c6163278-7879-44f0-885b-b01fd7024eac', 'x-compute-request-id': 'req-c6163278-7879-44f0-885b-b01fd7024eac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200/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-10-27 01:55:47,168 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200/action 0.087s 2021-10-27 01:55:47,169 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28201', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ada88114-6b9b-4cb4-94dc-3ea5056292f2', 'x-compute-request-id': 'req-ada88114-6b9b-4cb4-94dc-3ea5056292f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200/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-10-27 01:55:48,264 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200/action 0.092s 2021-10-27 01:55:48,264 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28201', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c2fdf853-a46a-45dc-a8e1-7caffe53f428', 'x-compute-request-id': 'req-c2fdf853-a46a-45dc-a8e1-7caffe53f428', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200/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-10-27 01:55:49,370 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200/action 0.102s 2021-10-27 01:55:49,370 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28492', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8d677634-8cc7-4dfa-b33c-587d616f8236', 'x-compute-request-id': 'req-8d677634-8cc7-4dfa-b33c-587d616f8236', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200/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-10-27 01:55:50,481 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200/action 0.108s 2021-10-27 01:55:50,482 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28660', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7e92dd4c-ac82-490f-a3c8-ee11acff5e49', 'x-compute-request-id': 'req-7e92dd4c-ac82-490f-a3c8-ee11acff5e49', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200/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-10-27 01:55:51,576 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200/action 0.091s 2021-10-27 01:55:51,577 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28660', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a56fd4bc-580d-416a-a3b8-2e6a5e55aa47', 'x-compute-request-id': 'req-a56fd4bc-580d-416a-a3b8-2e6a5e55aa47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200/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-10-27 01:55:52,680 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200/action 0.100s 2021-10-27 01:55:52,681 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28660', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-89a92196-421a-4aee-8b87-5b045986b9b9', 'x-compute-request-id': 'req-89a92196-421a-4aee-8b87-5b045986b9b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200/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-10-27 01:55:53,770 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200/action 0.086s 2021-10-27 01:55:53,771 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28660', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-56817705-d746-47a2-ac8c-bd5b03b24b43', 'x-compute-request-id': 'req-56817705-d746-47a2-ac8c-bd5b03b24b43', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200/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-10-27 01:55:54,882 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200/action 0.108s 2021-10-27 01:55:54,882 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '29697', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-46920754-bdc6-4929-8b39-b02d50b2a916', 'x-compute-request-id': 'req-46920754-bdc6-4929-8b39-b02d50b2a916', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200/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-10-27 01:55:55,989 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200/action 0.104s 2021-10-27 01:55:55,990 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '31642', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b601957b-d72f-4e8a-ad20-b813d9116530', 'x-compute-request-id': 'req-b601957b-d72f-4e8a-ad20-b813d9116530', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200/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-10-27 01:55:57,091 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200/action 0.098s 2021-10-27 01:55:57,091 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '33041', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ca523111-03b4-46b0-acdf-3cb68cc9ff74', 'x-compute-request-id': 'req-ca523111-03b4-46b0-acdf-3cb68cc9ff74', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200/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-10-27 01:55:58,195 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200/action 0.101s 2021-10-27 01:55:58,196 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '33811', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-889ea10e-0930-4840-bdc6-eb1ce4cee1b9', 'x-compute-request-id': 'req-889ea10e-0930-4840-bdc6-eb1ce4cee1b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200/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-10-27 01:55:59,299 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200/action 0.101s 2021-10-27 01:55:59,300 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '34755', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7d5f8f39-5b13-40d0-a9dd-aa0b6f7551de', 'x-compute-request-id': 'req-7d5f8f39-5b13-40d0-a9dd-aa0b6f7551de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200/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-10-27 01:56:00,406 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200/action 0.102s 2021-10-27 01:56:00,407 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:56:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '35596', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b9aa0989-241a-401b-9804-7cdf5d32b884', 'x-compute-request-id': 'req-b9aa0989-241a-401b-9804-7cdf5d32b884', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200/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-10-27 01:56:01,505 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200/action 0.095s 2021-10-27 01:56:01,505 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:56:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '36849', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-87e3f598-6e9a-4557-8072-b9b0b5e44548', 'x-compute-request-id': 'req-87e3f598-6e9a-4557-8072-b9b0b5e44548', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200/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-10-27 01:56:02,608 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200/action 0.100s 2021-10-27 01:56:02,609 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:56:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '38158', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d2124c5e-d2ba-4146-b4e0-3ec813751a47', 'x-compute-request-id': 'req-d2124c5e-d2ba-4146-b4e0-3ec813751a47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200/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-10-27 01:56:03,712 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200/action 0.100s 2021-10-27 01:56:03,713 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:56:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '38213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-544113d6-f138-4aad-890f-f02a0c927e93', 'x-compute-request-id': 'req-544113d6-f138-4aad-890f-f02a0c927e93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200/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-10-27 01:56:04,803 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200/action 0.087s 2021-10-27 01:56:04,803 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:56:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '38213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-07134272-b69a-4d02-92d7-79e3241b087b', 'x-compute-request-id': 'req-07134272-b69a-4d02-92d7-79e3241b087b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200/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-10-27 01:56:05,908 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200/action 0.102s 2021-10-27 01:56:05,908 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:56:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '38220', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cb951a44-5af2-4be2-9158-0375069629ec', 'x-compute-request-id': 'req-cb951a44-5af2-4be2-9158-0375069629ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200/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-10-27 01:56:07,020 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200/action 0.108s 2021-10-27 01:56:07,021 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:56:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '38353', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a4f8e597-8ec4-4ca1-800d-c1c12db02359', 'x-compute-request-id': 'req-a4f8e597-8ec4-4ca1-800d-c1c12db02359', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200/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-10-27 01:56:07,061 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200/ips 0.039s 2021-10-27 01:56:07,062 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:56:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '151', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d8708186-5a6a-487a-a566-573b3b4314cb', 'x-compute-request-id': 'req-d8708186-5a6a-487a-a566-573b3b4314cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200/ips'} Body: b'{"addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.7"}, {"version": 4, "addr": "172.27.1.60"}]}}' 2021-10-27 01:56:42,524 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 202 POST http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes 35.460s 2021-10-27 01:56:42,525 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"size": 1, "display_name": "tempest-AttachVolumeShelveTestJSON-volume-1925830132"}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:56:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-70ad1b68-98af-4c9f-be26-f22aaab38483', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-70ad1b68-98af-4c9f-be26-f22aaab38483', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes'} Body: b'{"volume": {"id": "4bd54ad3-b610-439b-bc6f-d62a2dd89d36", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:56:42.456863", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-1925830132", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/4bd54ad3-b610-439b-bc6f-d62a2dd89d36"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/4bd54ad3-b610-439b-bc6f-d62a2dd89d36"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2021-10-27 01:57:36,497 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/4bd54ad3-b610-439b-bc6f-d62a2dd89d36 53.966s 2021-10-27 01:57:36,498 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:56:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d93e7986-fc05-441d-aa53-e7e4c2fd1803', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d93e7986-fc05-441d-aa53-e7e4c2fd1803', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/4bd54ad3-b610-439b-bc6f-d62a2dd89d36'} Body: b'{"volume": {"id": "4bd54ad3-b610-439b-bc6f-d62a2dd89d36", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:56:42.000000", "updated_at": "2021-10-27T01:56:43.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1925830132", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/4bd54ad3-b610-439b-bc6f-d62a2dd89d36"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/4bd54ad3-b610-439b-bc6f-d62a2dd89d36"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 01:58:37,566 122968 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.25', port=80): Read timed out. (read timeout=60)")': /volume/v3/52db6551fde546ca893bf07830528d4d/volumes/4bd54ad3-b610-439b-bc6f-d62a2dd89d36 2021-10-27 01:59:37,134 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/4bd54ad3-b610-439b-bc6f-d62a2dd89d36 119.627s 2021-10-27 01:59:37,134 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:58:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c5e2cb20-5669-49c1-ac97-4d0f8c95b34d', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c5e2cb20-5669-49c1-ac97-4d0f8c95b34d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/4bd54ad3-b610-439b-bc6f-d62a2dd89d36'} Body: b'{"volume": {"id": "4bd54ad3-b610-439b-bc6f-d62a2dd89d36", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:56:42.000000", "updated_at": "2021-10-27T01:56:43.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1925830132", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/4bd54ad3-b610-439b-bc6f-d62a2dd89d36"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/4bd54ad3-b610-439b-bc6f-d62a2dd89d36"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 02:00:38,201 122968 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.25', port=80): Read timed out. (read timeout=60)")': /volume/v3/52db6551fde546ca893bf07830528d4d/volumes/4bd54ad3-b610-439b-bc6f-d62a2dd89d36 2021-10-27 02:01:37,386 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/4bd54ad3-b610-439b-bc6f-d62a2dd89d36 119.244s 2021-10-27 02:01:37,387 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 02:00:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae5ae49c-33dc-4d19-ae34-a8d54ee774e5', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae5ae49c-33dc-4d19-ae34-a8d54ee774e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/4bd54ad3-b610-439b-bc6f-d62a2dd89d36'} Body: b'{"volume": {"id": "4bd54ad3-b610-439b-bc6f-d62a2dd89d36", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:56:42.000000", "updated_at": "2021-10-27T01:56:43.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1925830132", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/4bd54ad3-b610-439b-bc6f-d62a2dd89d36"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/4bd54ad3-b610-439b-bc6f-d62a2dd89d36"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 02:02:38,452 122968 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.25', port=80): Read timed out. (read timeout=60)")': /volume/v3/52db6551fde546ca893bf07830528d4d/volumes/4bd54ad3-b610-439b-bc6f-d62a2dd89d36 2021-10-27 02:03:38,209 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/4bd54ad3-b610-439b-bc6f-d62a2dd89d36 119.814s 2021-10-27 02:03:38,209 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 02:02:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23869019-1a01-43b0-a8a3-d037d56f00d2', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23869019-1a01-43b0-a8a3-d037d56f00d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/4bd54ad3-b610-439b-bc6f-d62a2dd89d36'} Body: b'{"volume": {"id": "4bd54ad3-b610-439b-bc6f-d62a2dd89d36", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:56:42.000000", "updated_at": "2021-10-27T01:56:43.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1925830132", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/52db6551fde546ca893bf07830528d4d/volumes/4bd54ad3-b610-439b-bc6f-d62a2dd89d36"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/52db6551fde546ca893bf07830528d4d/volumes/4bd54ad3-b610-439b-bc6f-d62a2dd89d36"}], "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "52db6551fde546ca893bf07830528d4d"}}' 2021-10-27 02:03:38,340 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200 0.123s 2021-10-27 02:03:38,340 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 02:03:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-53e1b17a-b4ea-4076-bf53-c25b71813a63', 'x-compute-request-id': 'req-53e1b17a-b4ea-4076-bf53-c25b71813a63', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200'} Body: b'' 2021-10-27 02:03:38,524 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200 0.183s 2021-10-27 02:03:38,525 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 02:03:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1721', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7c07b6fc-f51f-4ea9-a57d-3374dcdf1d5c', 'x-compute-request-id': 'req-7c07b6fc-f51f-4ea9-a57d-3374dcdf1d5c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200'} Body: b'{"server": {"id": "9112920a-581f-4706-a512-3277b496d200", "name": "tempest-AttachVolumeShelveTestJSON-server-711786122", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:55:10Z", "updated": "2021-10-27T02:03:38Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fc:3f:ad"}, {"version": 4, "addr": "172.27.1.60", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fc:3f:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/9112920a-581f-4706-a512-3277b496d200"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-561799601", "OS-SRV-USG:launched_at": "2021-10-27T01:55:20.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--949426160"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-10-27 02:03:39,635 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200 0.100s 2021-10-27 02:03:39,635 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 02:03:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1654', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-39d78cf1-515e-48f5-a26e-39ce7f76b405', 'x-compute-request-id': 'req-39d78cf1-515e-48f5-a26e-39ce7f76b405', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200'} Body: b'{"server": {"id": "9112920a-581f-4706-a512-3277b496d200", "name": "tempest-AttachVolumeShelveTestJSON-server-711786122", "status": "ACTIVE", "tenant_id": "52db6551fde546ca893bf07830528d4d", "user_id": "b164b9dd32884e99b0b22eb7c50bdda2", "metadata": {}, "hostId": "fb48bbb192a05a2f8ad7632934f6060a0f6867728ef4316b1ccdda48", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:55:10Z", "updated": "2021-10-27T02:03:38Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1432576434-network": [{"version": 4, "addr": "172.20.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fc:3f:ad"}, {"version": 4, "addr": "172.27.1.60", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fc:3f:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/9112920a-581f-4706-a512-3277b496d200"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-561799601", "OS-SRV-USG:launched_at": "2021-10-27T01:55:20.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-10-27 02:03:40,677 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200 0.032s 2021-10-27 02:03:40,677 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 02:03:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-1b54efcd-944d-4378-8850-1258402b6ee3', 'x-compute-request-id': 'req-1b54efcd-944d-4378-8850-1258402b6ee3', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/9112920a-581f-4706-a512-3277b496d200'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 9112920a-581f-4706-a512-3277b496d200 could not be found."}}' 2021-10-27 02:03:40,706 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.222.0.25/compute/v2.1/os-keypairs/tempest-keypair-561799601 0.028s 2021-10-27 02:03:40,707 122968 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 02:03:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-81efb57b-b91f-4996-a047-a63db0512a37', 'x-compute-request-id': 'req-81efb57b-b91f-4996-a047-a63db0512a37', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.25/compute/v2.1/os-keypairs/tempest-keypair-561799601'} Body: b'' 2021-10-27 02:03:40,839 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.222.0.25:9696/v2.0/security-groups/97fb06c6-30f9-487f-b1dd-9e7a551b7d29 0.132s 2021-10-27 02:03:40,840 122968 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-703a10fd-ce19-4d28-9991-58725b2636b0', 'content-length': '0', 'date': 'Wed, 27 Oct 2021 02:03:40 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.25:9696/v2.0/security-groups/97fb06c6-30f9-487f-b1dd-9e7a551b7d29'} Body: b'' 2021-10-27 02:03:40,860 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.222.0.25:9696/v2.0/security-groups/97fb06c6-30f9-487f-b1dd-9e7a551b7d29 0.019s 2021-10-27 02:03:40,860 122968 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-5cbe4e7e-8752-4bcb-afd4-8fb79d9d7b24', 'date': 'Wed, 27 Oct 2021 02:03:40 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.25:9696/v2.0/security-groups/97fb06c6-30f9-487f-b1dd-9e7a551b7d29'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 97fb06c6-30f9-487f-b1dd-9e7a551b7d29 does not exist", "detail": ""}}' 2021-10-27 02:03:41,291 122968 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.222.0.25:9696/v2.0/floatingips/9161c9cd-48f8-4591-bc89-f3453895d4dd 0.430s 2021-10-27 02:03:41,291 122968 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-264a6b85-5762-42bc-aa67-b5cd64127555', 'content-length': '0', 'date': 'Wed, 27 Oct 2021 02:03:41 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.25:9696/v2.0/floatingips/9161c9cd-48f8-4591-bc89-f3453895d4dd'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 300, in test_detach_volume_shelved_or_offload_server volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 539, 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 4bd54ad3-b610-439b-bc6f-d62a2dd89d36 failed to reach available status (current creating) within the required time (360 s). |
||||||
tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON | 2 | 0 | 2 | 0 | 0 | Detail | |
test_attach_detach_volume[id-52e9045a-e90d-4c0d-9087-79d657faffff,slow] |
fail
ft6.1: tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume[id-52e9045a-e90d-4c0d-9087-79d657faffff,slow]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-10-27 01:33:01,903 122975 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2021-10-27 01:33:01,903 122975 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2021-10-27 01:33:02,875 122975 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.222.0.25/compute/v2.1/os-keypairs 0.972s 2021-10-27 01:33:02,876 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-568385135"}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:33:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '2304', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ab08e559-39ec-4716-a725-ad9aa717fd26', 'x-compute-request-id': 'req-ab08e559-39ec-4716-a725-ad9aa717fd26', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"private_key": "-----BEGIN RSA PRIVATE KEY-----\\nMIIEpAIBAAKCAQEAwF/Gl4BmmRPFcTAw5yezaJMLlXAw8NQctLvXJ41oL5LaxsZa\\nRNnfLXVVtu+2QscPk5E1HHUawl6+YWLLcwZ/3Ra0cXw7HEKYn3Ehr2c7aepFmF+F\\nLJLI7GPiGM7m9cJqxka/O+hLntD/NLQsL4N1siwO5GTn6tf7SacmEnHP7MaJV+3D\\nf4AtXJWsok1PL82Uwmwa60FDkv2Q5YikuFsW220HLrttk7j+yBGSISzod1gJcdT/\\n91Cgwo+bayP6auh0vXSVta8PUynVZUuwk1lnS359RT/BOrawfTN2jVaaoTB3OquU\\nI+L0efuR2ARHwXQlNdVSzmOxLXsZNMbVwzBXhQIDAQABAoIBAGSSLaqKsBibI3+3\\nJ/nQ4ZRsO4QWsR9WZON/yE2fObaVWdbNX+fa1zhWvUb0Lx7eHqCRK2kDN8gh6/nR\\nwncSEMqu0gr6XZS6pDvG00t19rO6jEPKvD6/Rld/KHa7xDb7OwMJfXR+TvpqXOFa\\nyDbWzTMmoWp57lzyKScqQVcnNQKdKEvxPmwKVSl9jSgiNWrKctYIpOJmB6lfUReB\\nAMDRKTxq4QPi43WOiLDYG0CqExA9jjvZRNIFvwsdWGN0tFKUvVt1qA7YCnLk/9jV\\nLQMOJludrrs8zl9miPd4DUN5rHGLYziKj2rL2Gfp0OPG7SCQLJE7Rya9WsrHWUvF\\n4Wo4mAkCgYEA6tWq7tbnXdBykUr42g3sxsIK8LE1PzyuFOgISjNwEayQRAHpbVDK\\nPrV8vWJw5GK5upCmF1fx2MSGbry3H1plX7ejA2iaZW3bNgUzLlja2+1ovUfMm9TQ\\ntkEUMNa6r1fBsIelGkCEJ0WJGKBljWU1lp2KKqXbwJFrNEnUodq8Iv8CgYEA0bZq\\n+0sWt5Q/CBxpaXQwWkYrnWtxoillvzc2j1EIxc9i6nx0spiLge0vtN1MnOg3U+e3\\no2TRE89g+OkV/WU8FdAxdCQavG8P3llohK1ygRK1c0rRDhWZZ0OKoxmPHOutahBl\\nHVydIzjxjGhxP2SHQ7OgcAHiBhj9d9XliV6/eXsCgYB3t0mWzNPSTau6SiAm+aZV\\nhSKSpaRhgou0eL2RJjvhprk9EkRvyBnycg8PdRncNEA+zfL+P4U5Xqax2V75itnX\\nPATMfg0H3EM+fNQksoOQTq1woSO75XgpEXA7nZw6O2Cwn9YZVf6JDrffaBWdSZVS\\nHSoMp9UpjHi8hU7y3FHA/QKBgQC0Hqq6VV8YpBKTQ9viADJ7huN1HNCHyGikmKaa\\n563SQHKkFeshblX8bRzZim2AIw9KWK5of3H4Qtj2UTRa5PV7gsrHBy+TgwytHDvi\\nIRtE8y237Z2rLDAK+n774TsDSwUyIQzH8EDi/MiyoQ4LtatcIc7+BQ/9zr79i1DP\\n8PoiOwKBgQCcqqdOUMYE7QhACILh2tMvHnh2zZpTieTMImqRwhN8CvRQJKK9r6lr\\nwz4TL/bPHg7plWbBKqT5oFjfB+Tni7ajiEr72M9xrKbgRJFTxUuDvbtZgMU3T77F\\nb+WbeX2meesLwfR6AF3IvKRchm3hy+UFltZANooQgu7eu3UBjWRpeg==\\n-----END RSA PRIVATE KEY-----\\n", "name": "tempest-keypair-568385135", "public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDAX8aXgGaZE8VxMDDnJ7NokwuVcDDw1By0u9cnjWgvktrGxlpE2d8tdVW277ZCxw+TkTUcdRrCXr5hYstzBn/dFrRxfDscQpifcSGvZztp6kWYX4UsksjsY+IYzub1wmrGRr876Eue0P80tCwvg3WyLA7kZOfq1/tJpyYScc/sxolX7cN/gC1clayiTU8vzZTCbBrrQUOS/ZDliKS4WxbbbQcuu22TuP7IEZIhLOh3WAlx1P/3UKDCj5trI/pq6HS9dJW1rw9TKdVlS7CTWWdLfn1FP8E6trB9M3aNVpqhMHc6q5Qj4vR5+5HYBEfBdCU11VLOY7Etexk0xtXDMFeF Generated-by-Nova", "fingerprint": "63:4a:7b:29:f5:80:a3:8a:d2:c9:4a:d8:b2:0e:2e:d7", "user_id": "ec1f566372814a95890d41b260573dc9"}}' 2021-10-27 01:33:02,881 122975 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-568385135 created 2021-10-27 01:33:03,614 122975 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.25:9696/v2.0/security-groups 0.732s 2021-10-27 01:33:03,614 122975 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--1607895398", "description": "tempest-description--1990465338"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1580', 'x-openstack-request-id': 'req-e16116cf-bc3d-4925-a690-618683c5f3ac', 'date': 'Wed, 27 Oct 2021 01:33:03 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.25:9696/v2.0/security-groups'} Body: b'{"security_group": {"id": "0a7a4e44-8131-42df-8c75-c9e3d329d200", "name": "tempest-securitygroup--1607895398", "stateful": true, "tenant_id": "d9eced377e3f4f85826c191384777532", "description": "tempest-description--1990465338", "security_group_rules": [{"id": "0f56e5d9-674a-4027-8b75-48e50e1cf6f3", "tenant_id": "d9eced377e3f4f85826c191384777532", "security_group_id": "0a7a4e44-8131-42df-8c75-c9e3d329d200", "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": 134, "description": null, "tags": [], "created_at": "2021-10-27T01:33:03Z", "updated_at": "2021-10-27T01:33:03Z", "revision_number": 0, "project_id": "d9eced377e3f4f85826c191384777532"}, {"id": "b33d66b7-93ed-4be3-9831-0bfa0ed08484", "tenant_id": "d9eced377e3f4f85826c191384777532", "security_group_id": "0a7a4e44-8131-42df-8c75-c9e3d329d200", "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": 133, "description": null, "tags": [], "created_at": "2021-10-27T01:33:03Z", "updated_at": "2021-10-27T01:33:03Z", "revision_number": 0, "project_id": "d9eced377e3f4f85826c191384777532"}], "tags": [], "created_at": "2021-10-27T01:33:03Z", "updated_at": "2021-10-27T01:33:03Z", "revision_number": 1, "project_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:33:04,156 122975 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.25:9696/v2.0/security-group-rules 0.541s 2021-10-27 01:33:04,156 122975 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": "0a7a4e44-8131-42df-8c75-c9e3d329d200", "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-31c4cf31-8c8c-475e-a869-330a7327beee', 'date': 'Wed, 27 Oct 2021 01:33:04 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.25:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "020148d4-584f-4017-bce6-83c3fbb0df73", "tenant_id": "d9eced377e3f4f85826c191384777532", "security_group_id": "0a7a4e44-8131-42df-8c75-c9e3d329d200", "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-10-27T01:33:04Z", "updated_at": "2021-10-27T01:33:04Z", "revision_number": 0, "project_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:33:05,489 122975 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.25:9696/v2.0/security-group-rules 1.332s 2021-10-27 01:33:05,489 122975 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": "0a7a4e44-8131-42df-8c75-c9e3d329d200", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-2ce9d9d9-c518-41a4-8cfd-82f89e5c9ad6', 'date': 'Wed, 27 Oct 2021 01:33:05 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.25:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "30ef547c-d0f5-4293-bd37-5b3c2d87cda3", "tenant_id": "d9eced377e3f4f85826c191384777532", "security_group_id": "0a7a4e44-8131-42df-8c75-c9e3d329d200", "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-10-27T01:33:05Z", "updated_at": "2021-10-27T01:33:05Z", "revision_number": 0, "project_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:33:05,490 122975 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1607895398 created 2021-10-27 01:33:08,719 122975 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.25:9696/v2.0/floatingips 3.229s 2021-10-27 01:33:08,719 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "bc87e00c-b7d6-429b-87e9-3d3681beeec7"}} Response - Headers: {'content-type': 'application/json', 'content-length': '493', 'x-openstack-request-id': 'req-7eaf68c7-0e63-4fe8-8a8b-90ace76d7256', 'date': 'Wed, 27 Oct 2021 01:33:08 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.25:9696/v2.0/floatingips'} Body: b'{"floatingip": {"id": "24a7e7d2-2f9f-403c-be55-f616f7d0b34e", "tenant_id": "d9eced377e3f4f85826c191384777532", "floating_ip_address": "172.27.1.39", "floating_network_id": "bc87e00c-b7d6-429b-87e9-3d3681beeec7", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "d9eced377e3f4f85826c191384777532", "description": "", "port_details": null, "tags": [], "created_at": "2021-10-27T01:33:08Z", "updated_at": "2021-10-27T01:33:08Z", "revision_number": 0}}' 2021-10-27 01:33:08,720 122975 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '24a7e7d2-2f9f-403c-be55-f616f7d0b34e', 'tenant_id': 'd9eced377e3f4f85826c191384777532', 'floating_ip_address': '172.27.1.39', 'floating_network_id': 'bc87e00c-b7d6-429b-87e9-3d3681beeec7', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'd9eced377e3f4f85826c191384777532', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2021-10-27T01:33:08Z', 'updated_at': '2021-10-27T01:33:08Z', 'revision_number': 0, 'ip': '172.27.1.39'} created 2021-10-27 01:33:08,829 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 201 POST http://10.222.0.25/identity/v3/auth/tokens 0.103s 2021-10-27 01:33:08,829 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 27 Oct 2021 01:33:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3397', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-6820d06b-b974-4dd6-a3e1-3d25432da538', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.25/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "ec1f566372814a95890d41b260573dc9", "name": "tempest-AttachVolumeTestJSON-1209453743-project", "password_expires_at": null}, "audit_ids": ["8sSQFVkoQACct7d3idpjqQ"], "expires_at": "2021-10-27T02:33:08.000000Z", "issued_at": "2021-10-27T01:33:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d9eced377e3f4f85826c191384777532", "name": "tempest-AttachVolumeTestJSON-1209453743"}, "is_domain": false, "roles": [{"id": "0293d5b9b91a4a4899b291db05e78c7a", "name": "reader"}, {"id": "540999ece4154e6ba219007ddda3f8f9", "name": "member"}], "catalog": [{"endpoints": [{"id": "dede6f159b7a4724a0318938fda19b51", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.25/compute/v2/d9eced377e3f4f85826c191384777532", "region": "RegionOne"}], "id": "00f1a3a9bd3b4b558de3e3b6b00a591b", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "1dbdc704b555461a8e4d746bfe94b9a6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.25/identity", "region": "RegionOne"}, {"id": "b8d7190c7f49471fae95fccbd5aa0a09", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.25/identity", "region": "RegionOne"}], "id": "167c7595b1e343e9b1422c9ff1201b75", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "506ccf8602fb49ee98d44873cdf9c9fc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.25/placement", "region": "RegionOne"}], "id": "38e0de125fbe4e53b58aef8e34b593b0", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "e6026457878e427081839e4be7a803c6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.25:9696/", "region": "RegionOne"}], "id": "58ef4d654a7742459ca85682db5486c7", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8a20ed1c9b7846008ef02a78a26cc861", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.25:8080", "region": "RegionOne"}, {"id": "93e80c2cc5684420b074e34d156a7bfa", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.25:8080/v1/AUTH_d9eced377e3f4f85826c191384777532", "region": "RegionOne"}], "id": "6d87c10140ae488fa635a70a7f967e2d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "618f3a351cba460d9918ea4ce4e44ba1", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532", "region": "RegionOne"}], "id": "aa1c0fef2cc543e0a9cbb6cb579f7cea", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "c3852ec3ad1248de934ccfe141d45d99", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532", "region": "RegionOne"}], "id": "c3cae66c1ff04401a0e58b33602f5a81", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "374a9057056840fd9e3ff614ddd8f31f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.25/image", "region": "RegionOne"}], "id": "c7951d790c76424b847983955cd13d56", "type": "image", "name": "glance"}, {"endpoints": [{"id": "3344509087e245018b74739b9196c1bb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.25/compute/v2.1", "region": "RegionOne"}], "id": "da7a106adf7849ad8627b08152421e8c", "type": "compute", "name": "nova"}]}}' 2021-10-27 01:33:08,830 122975 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_attach_detach_volume) Found network {'id': '1b4e0d6f-9620-4a73-b072-7bc11043aa42', 'name': 'tempest-AttachVolumeTestJSON-1298413675-network', 'tenant_id': 'd9eced377e3f4f85826c191384777532', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'd9eced377e3f4f85826c191384777532', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 821, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2021-10-27T01:32:37Z', 'updated_at': '2021-10-27T01:32:37Z', 'revision_number': 1} available for tenant 2021-10-27 01:33:08,831 122975 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'private_key': '-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAwF/Gl4BmmRPFcTAw5yezaJMLlXAw8NQctLvXJ41oL5LaxsZa\nRNnfLXVVtu+2QscPk5E1HHUawl6+YWLLcwZ/3Ra0cXw7HEKYn3Ehr2c7aepFmF+F\nLJLI7GPiGM7m9cJqxka/O+hLntD/NLQsL4N1siwO5GTn6tf7SacmEnHP7MaJV+3D\nf4AtXJWsok1PL82Uwmwa60FDkv2Q5YikuFsW220HLrttk7j+yBGSISzod1gJcdT/\n91Cgwo+bayP6auh0vXSVta8PUynVZUuwk1lnS359RT/BOrawfTN2jVaaoTB3OquU\nI+L0efuR2ARHwXQlNdVSzmOxLXsZNMbVwzBXhQIDAQABAoIBAGSSLaqKsBibI3+3\nJ/nQ4ZRsO4QWsR9WZON/yE2fObaVWdbNX+fa1zhWvUb0Lx7eHqCRK2kDN8gh6/nR\nwncSEMqu0gr6XZS6pDvG00t19rO6jEPKvD6/Rld/KHa7xDb7OwMJfXR+TvpqXOFa\nyDbWzTMmoWp57lzyKScqQVcnNQKdKEvxPmwKVSl9jSgiNWrKctYIpOJmB6lfUReB\nAMDRKTxq4QPi43WOiLDYG0CqExA9jjvZRNIFvwsdWGN0tFKUvVt1qA7YCnLk/9jV\nLQMOJludrrs8zl9miPd4DUN5rHGLYziKj2rL2Gfp0OPG7SCQLJE7Rya9WsrHWUvF\n4Wo4mAkCgYEA6tWq7tbnXdBykUr42g3sxsIK8LE1PzyuFOgISjNwEayQRAHpbVDK\nPrV8vWJw5GK5upCmF1fx2MSGbry3H1plX7ejA2iaZW3bNgUzLlja2+1ovUfMm9TQ\ntkEUMNa6r1fBsIelGkCEJ0WJGKBljWU1lp2KKqXbwJFrNEnUodq8Iv8CgYEA0bZq\n+0sWt5Q/CBxpaXQwWkYrnWtxoillvzc2j1EIxc9i6nx0spiLge0vtN1MnOg3U+e3\no2TRE89g+OkV/WU8FdAxdCQavG8P3llohK1ygRK1c0rRDhWZZ0OKoxmPHOutahBl\nHVydIzjxjGhxP2SHQ7OgcAHiBhj9d9XliV6/eXsCgYB3t0mWzNPSTau6SiAm+aZV\nhSKSpaRhgou0eL2RJjvhprk9EkRvyBnycg8PdRncNEA+zfL+P4U5Xqax2V75itnX\nPATMfg0H3EM+fNQksoOQTq1woSO75XgpEXA7nZw6O2Cwn9YZVf6JDrffaBWdSZVS\nHSoMp9UpjHi8hU7y3FHA/QKBgQC0Hqq6VV8YpBKTQ9viADJ7huN1HNCHyGikmKaa\n563SQHKkFeshblX8bRzZim2AIw9KWK5of3H4Qtj2UTRa5PV7gsrHBy+TgwytHDvi\nIRtE8y237Z2rLDAK+n774TsDSwUyIQzH8EDi/MiyoQ4LtatcIc7+BQ/9zr79i1DP\n8PoiOwKBgQCcqqdOUMYE7QhACILh2tMvHnh2zZpTieTMImqRwhN8CvRQJKK9r6lr\nwz4TL/bPHg7plWbBKqT5oFjfB+Tni7ajiEr72M9xrKbgRJFTxUuDvbtZgMU3T77F\nb+WbeX2meesLwfR6AF3IvKRchm3hy+UFltZANooQgu7eu3UBjWRpeg==\n-----END RSA PRIVATE KEY-----\n', 'name': 'tempest-keypair-568385135', 'public_key': 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDAX8aXgGaZE8VxMDDnJ7NokwuVcDDw1By0u9cnjWgvktrGxlpE2d8tdVW277ZCxw+TkTUcdRrCXr5hYstzBn/dFrRxfDscQpifcSGvZztp6kWYX4UsksjsY+IYzub1wmrGRr876Eue0P80tCwvg3WyLA7kZOfq1/tJpyYScc/sxolX7cN/gC1clayiTU8vzZTCbBrrQUOS/ZDliKS4WxbbbQcuu22TuP7IEZIhLOh3WAlx1P/3UKDCj5trI/pq6HS9dJW1rw9TKdVlS7CTWWdLfn1FP8E6trB9M3aNVpqhMHc6q5Qj4vR5+5HYBEfBdCU11VLOY7Etexk0xtXDMFeF Generated-by-Nova', 'fingerprint': '63:4a:7b:29:f5:80:a3:8a:d2:c9:4a:d8:b2:0e:2e:d7', 'user_id': 'ec1f566372814a95890d41b260573dc9'}, 'security_group': {'id': '0a7a4e44-8131-42df-8c75-c9e3d329d200', 'name': 'tempest-securitygroup--1607895398', 'stateful': True, 'tenant_id': 'd9eced377e3f4f85826c191384777532', 'description': 'tempest-description--1990465338', 'security_group_rules': [{'id': '0f56e5d9-674a-4027-8b75-48e50e1cf6f3', 'tenant_id': 'd9eced377e3f4f85826c191384777532', 'security_group_id': '0a7a4e44-8131-42df-8c75-c9e3d329d200', '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': 134, 'description': None, 'tags': [], 'created_at': '2021-10-27T01:33:03Z', 'updated_at': '2021-10-27T01:33:03Z', 'revision_number': 0, 'project_id': 'd9eced377e3f4f85826c191384777532'}, {'id': 'b33d66b7-93ed-4be3-9831-0bfa0ed08484', 'tenant_id': 'd9eced377e3f4f85826c191384777532', 'security_group_id': '0a7a4e44-8131-42df-8c75-c9e3d329d200', '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': 133, 'description': None, 'tags': [], 'created_at': '2021-10-27T01:33:03Z', 'updated_at': '2021-10-27T01:33:03Z', 'revision_number': 0, 'project_id': 'd9eced377e3f4f85826c191384777532'}], 'tags': [], 'created_at': '2021-10-27T01:33:03Z', 'updated_at': '2021-10-27T01:33:03Z', 'revision_number': 1, 'project_id': 'd9eced377e3f4f85826c191384777532'}, 'floating_ip': {'id': '24a7e7d2-2f9f-403c-be55-f616f7d0b34e', 'tenant_id': 'd9eced377e3f4f85826c191384777532', 'floating_ip_address': '172.27.1.39', 'floating_network_id': 'bc87e00c-b7d6-429b-87e9-3d3681beeec7', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'd9eced377e3f4f85826c191384777532', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2021-10-27T01:33:08Z', 'updated_at': '2021-10-27T01:33:08Z', 'revision_number': 0, 'ip': '172.27.1.39'}} 2021-10-27 01:33:10,091 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 POST http://10.222.0.25/compute/v2.1/servers 1.259s 2021-10-27 01:33:10,092 122975 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-210231453", "imageRef": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "flavorRef": "452", "adminPass": "password", "networks": [{"uuid": "1b4e0d6f-9620-4a73-b072-7bc11043aa42"}], "security_groups": [{"name": "tempest-securitygroup--1607895398"}], "key_name": "tempest-keypair-568385135", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:33:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '402', 'location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-04058889-f401-4ac2-a8da-11596397779d', 'x-compute-request-id': 'req-04058889-f401-4ac2-a8da-11596397779d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.25/compute/v2.1/servers'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1607895398"}], "adminPass": "password"}}' 2021-10-27 01:33:10,216 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.122s 2021-10-27 01:33:10,217 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:33:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1236', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8e040656-220c-41b3-a186-55c5149617d1', 'x-compute-request-id': 'req-8e040656-220c-41b3-a186-55c5149617d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "BUILD", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:33:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-568385135", "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-10-27 01:33:11,329 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.103s 2021-10-27 01:33:11,329 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:33:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1240', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-98c4fbbd-67db-4621-be16-64dc3149fbc3', 'x-compute-request-id': 'req-98c4fbbd-67db-4621-be16-64dc3149fbc3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "BUILD", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:33:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-568385135", "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-10-27 01:33:12,453 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.115s 2021-10-27 01:33:12,453 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:33:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1240', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6cab4100-2598-42dc-a740-85c49482b799', 'x-compute-request-id': 'req-6cab4100-2598-42dc-a740-85c49482b799', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "BUILD", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:33:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-568385135", "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-10-27 01:33:13,656 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.194s 2021-10-27 01:33:13,656 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:33:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1288', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-daea6e5f-e362-4588-a54d-ccb4965c7984', 'x-compute-request-id': 'req-daea6e5f-e362-4588-a54d-ccb4965c7984', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "BUILD", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:33:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-568385135", "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-10-27 01:33:13,663 122975 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 3 second wait 2021-10-27 01:33:14,900 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.236s 2021-10-27 01:33:14,901 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:33:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1294', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-83d012ff-62fa-437d-819d-8d72618b52e3', 'x-compute-request-id': 'req-83d012ff-62fa-437d-819d-8d72618b52e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "BUILD", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:33:14Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-568385135", "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-10-27 01:33:14,908 122975 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 4 second wait 2021-10-27 01:33:16,261 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.352s 2021-10-27 01:33:16,261 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:33:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1362', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-09cf24c6-8f18-4a23-a8e4-1a225fae76d4', 'x-compute-request-id': 'req-09cf24c6-8f18-4a23-a8e4-1a225fae76d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "BUILD", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:33:14Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1607895398"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-10-27 01:33:18,176 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.906s 2021-10-27 01:33:18,176 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:33:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1362', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bc8129a9-6ed7-42fd-b4da-b05d3b8ab3cc', 'x-compute-request-id': 'req-bc8129a9-6ed7-42fd-b4da-b05d3b8ab3cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "BUILD", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:33:14Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1607895398"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-10-27 01:33:19,642 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.458s 2021-10-27 01:33:19,642 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:33:19 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-4c2a412d-62d9-417b-b2b0-64f98cde124b', 'x-compute-request-id': 'req-4c2a412d-62d9-417b-b2b0-64f98cde124b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "BUILD", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:33:14Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1607895398"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-10-27 01:33:21,088 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.436s 2021-10-27 01:33:21,088 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:33:20 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-c65701b6-73bb-4d5c-93ec-94b40f357582', 'x-compute-request-id': 'req-c65701b6-73bb-4d5c-93ec-94b40f357582', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "BUILD", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:33:14Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1607895398"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-10-27 01:33:22,254 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.156s 2021-10-27 01:33:22,254 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:33:22 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-e7d5e5c4-d434-46a6-99ef-cb72fb35e186', 'x-compute-request-id': 'req-e7d5e5c4-d434-46a6-99ef-cb72fb35e186', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "BUILD", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:33:14Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1607895398"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-10-27 01:33:23,466 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.203s 2021-10-27 01:33:23,466 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:33:23 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-9ad7b730-47bf-4b0c-af02-f097fdf4a336', 'x-compute-request-id': 'req-9ad7b730-47bf-4b0c-af02-f097fdf4a336', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "BUILD", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:33:14Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1607895398"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-10-27 01:33:24,733 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.258s 2021-10-27 01:33:24,733 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:33:24 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-47b53087-82a6-4190-b758-eb637b19e733', 'x-compute-request-id': 'req-47b53087-82a6-4190-b758-eb637b19e733', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "BUILD", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:33:14Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1607895398"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-10-27 01:33:26,136 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.394s 2021-10-27 01:33:26,136 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:33:25 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-a6ec27ce-87e2-47ec-9eb1-6c3b255abfae', 'x-compute-request-id': 'req-a6ec27ce-87e2-47ec-9eb1-6c3b255abfae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "BUILD", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:33:14Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1607895398"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-10-27 01:33:27,367 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.223s 2021-10-27 01:33:27,368 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:33:27 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-0033aa51-24b3-47b3-ab12-e63ea75a8397', 'x-compute-request-id': 'req-0033aa51-24b3-47b3-ab12-e63ea75a8397', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "BUILD", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:33:14Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1607895398"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-10-27 01:33:29,235 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.851s 2021-10-27 01:33:29,235 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:33:28 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-8a3e8c5c-d677-4446-b8c1-3c18794bdcbd', 'x-compute-request-id': 'req-8a3e8c5c-d677-4446-b8c1-3c18794bdcbd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "BUILD", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:33:14Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1607895398"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-10-27 01:33:30,608 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.364s 2021-10-27 01:33:30,608 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:33:30 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-8e754495-1f64-4e95-bfb0-7b156ad789a5', 'x-compute-request-id': 'req-8e754495-1f64-4e95-bfb0-7b156ad789a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "BUILD", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:33:28Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1607895398"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-10-27 01:33:32,401 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.784s 2021-10-27 01:33:32,402 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:33:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1549', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e16ea6d0-2b51-4782-a260-61c79ddfb847', 'x-compute-request-id': 'req-e16ea6d0-2b51-4782-a260-61c79ddfb847', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:33:31Z", "addresses": {"tempest-AttachVolumeTestJSON-1298413675-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1c:84:2f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1607895398"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2021-10-27 01:33:32,410 122975 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 22 second wait 2021-10-27 01:33:32,751 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-interface 0.340s 2021-10-27 01:33:32,751 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:33:32 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-6a0dc769-b8c4-41a2-885d-bbc7ceb3aba6', 'x-compute-request-id': 'req-6a0dc769-b8c4-41a2-885d-bbc7ceb3aba6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "1b4e0d6f-9620-4a73-b072-7bc11043aa42", "port_id": "4fcccad7-744c-48c9-ad4c-d73369247fb1", "mac_addr": "fa:16:3e:1c:84:2f", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "53846f8b-92df-4a55-935e-8a7c6740f18b", "ip_address": "172.20.0.14"}]}]}' 2021-10-27 01:33:35,326 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 PUT http://10.222.0.25:9696/v2.0/floatingips/24a7e7d2-2f9f-403c-be55-f616f7d0b34e 2.572s 2021-10-27 01:33:35,326 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"port_id": "4fcccad7-744c-48c9-ad4c-d73369247fb1"}} Response - Headers: {'content-type': 'application/json', 'content-length': '797', 'x-openstack-request-id': 'req-50e5062d-b28e-46c4-9743-a65bed34bb68', 'date': 'Wed, 27 Oct 2021 01:33:35 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25:9696/v2.0/floatingips/24a7e7d2-2f9f-403c-be55-f616f7d0b34e'} Body: b'{"floatingip": {"id": "24a7e7d2-2f9f-403c-be55-f616f7d0b34e", "tenant_id": "d9eced377e3f4f85826c191384777532", "floating_ip_address": "172.27.1.39", "floating_network_id": "bc87e00c-b7d6-429b-87e9-3d3681beeec7", "router_id": "8ad7e640-6527-4b95-9b94-28c9d70f2bca", "port_id": "4fcccad7-744c-48c9-ad4c-d73369247fb1", "fixed_ip_address": "172.20.0.14", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "1b4e0d6f-9620-4a73-b072-7bc11043aa42", "mac_address": "fa:16:3e:1c:84:2f", "admin_state_up": true, "status": "ACTIVE", "device_id": "09c974ea-9b13-4805-919e-4e1889c26939", "device_owner": "compute:nova"}, "tags": [], "created_at": "2021-10-27T01:33:08Z", "updated_at": "2021-10-27T01:33:34Z", "revision_number": 1, "project_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:33:35,527 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/action 0.200s 2021-10-27 01:33:35,528 122975 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, 27 Oct 2021 01:33:35 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-6e04f2a2-bf72-4211-a42e-082a458a127f', 'x-compute-request-id': 'req-6e04f2a2-bf72-4211-a42e-082a458a127f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/action'} Body: b'{"output": ""}' 2021-10-27 01:33:36,722 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/action 0.192s 2021-10-27 01:33:36,722 122975 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, 27 Oct 2021 01:33:36 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-118a667e-fd03-475f-9520-d7e3c7a16803', 'x-compute-request-id': 'req-118a667e-fd03-475f-9520-d7e3c7a16803', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/action'} Body: b'{"output": ""}' 2021-10-27 01:33:37,882 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/action 0.158s 2021-10-27 01:33:37,882 122975 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, 27 Oct 2021 01:33:37 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-654c3753-74ee-469a-a111-decee04d35b5', 'x-compute-request-id': 'req-654c3753-74ee-469a-a111-decee04d35b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/action'} Body: b'{"output": ""}' 2021-10-27 01:33:39,011 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/action 0.127s 2021-10-27 01:33:39,011 122975 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, 27 Oct 2021 01:33:38 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-e8e7bc46-d38e-422a-b46e-f9d37ed9b431', 'x-compute-request-id': 'req-e8e7bc46-d38e-422a-b46e-f9d37ed9b431', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/action'} Body: b'{"output": ""}' 2021-10-27 01:33:40,209 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/action 0.195s 2021-10-27 01:33:40,209 122975 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, 27 Oct 2021 01:33:40 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-025b9c0d-e8f9-408e-9d94-caa98bbc976d', 'x-compute-request-id': 'req-025b9c0d-e8f9-408e-9d94-caa98bbc976d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/action'} Body: b'{"output": ""}' 2021-10-27 01:33:41,361 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/action 0.150s 2021-10-27 01:33:41,362 122975 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, 27 Oct 2021 01:33:41 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-5ba8a416-c8b8-4a7b-ba8b-4dfa47269d5d', 'x-compute-request-id': 'req-5ba8a416-c8b8-4a7b-ba8b-4dfa47269d5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/action'} Body: b'{"output": ""}' 2021-10-27 01:33:42,495 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/action 0.131s 2021-10-27 01:33:42,495 122975 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, 27 Oct 2021 01:33:42 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-b4374e87-8561-49d7-9398-1c5fbac5c148', 'x-compute-request-id': 'req-b4374e87-8561-49d7-9398-1c5fbac5c148', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/action'} Body: b'{"output": ""}' 2021-10-27 01:33:43,629 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/action 0.131s 2021-10-27 01:33:43,629 122975 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, 27 Oct 2021 01:33:43 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-ef3eff15-f4b6-4318-9210-d832ca017564', 'x-compute-request-id': 'req-ef3eff15-f4b6-4318-9210-d832ca017564', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/action'} Body: b'{"output": ""}' 2021-10-27 01:33:44,904 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/action 0.272s 2021-10-27 01:33:44,904 122975 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, 27 Oct 2021 01:33:44 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-900297ce-58dc-4376-b7bf-4ab80b0ce11d', 'x-compute-request-id': 'req-900297ce-58dc-4376-b7bf-4ab80b0ce11d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/action'} Body: b'{"output": ""}' 2021-10-27 01:33:46,102 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/action 0.195s 2021-10-27 01:33:46,102 122975 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, 27 Oct 2021 01:33:45 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-030b8707-d3bd-421a-9bc5-f99eaca9fa22', 'x-compute-request-id': 'req-030b8707-d3bd-421a-9bc5-f99eaca9fa22', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/action'} Body: b'{"output": ""}' 2021-10-27 01:33:47,257 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/action 0.152s 2021-10-27 01:33:47,258 122975 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, 27 Oct 2021 01:33:47 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-32ee8549-fa07-4bed-b2d4-c4f11058f1f6', 'x-compute-request-id': 'req-32ee8549-fa07-4bed-b2d4-c4f11058f1f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/action'} Body: b'{"output": ""}' 2021-10-27 01:33:48,398 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/action 0.138s 2021-10-27 01:33:48,398 122975 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, 27 Oct 2021 01:33:48 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-b05eea17-1efe-41f4-832b-5d77b7e82a17', 'x-compute-request-id': 'req-b05eea17-1efe-41f4-832b-5d77b7e82a17', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/action'} Body: b'{"output": ""}' 2021-10-27 01:33:52,134 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/action 2.733s 2021-10-27 01:33:52,134 122975 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, 27 Oct 2021 01:33:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '13175', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f75e9e24-2137-45c1-95da-b1b91f428540', 'x-compute-request-id': 'req-f75e9e24-2137-45c1-95da-b1b91f428540', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/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-10-27 01:33:56,246 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/action 3.109s 2021-10-27 01:33:56,246 122975 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, 27 Oct 2021 01:33:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '19342', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4943ac86-b508-43cf-ab0b-9fc6d43c46b0', 'x-compute-request-id': 'req-4943ac86-b508-43cf-ab0b-9fc6d43c46b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/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-10-27 01:33:57,365 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/action 0.116s 2021-10-27 01:33:57,366 122975 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, 27 Oct 2021 01:33:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '21338', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a428918a-44ed-4462-b10e-51e541029dd4', 'x-compute-request-id': 'req-a428918a-44ed-4462-b10e-51e541029dd4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/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-10-27 01:33:58,507 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/action 0.138s 2021-10-27 01:33:58,508 122975 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, 27 Oct 2021 01:33:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '22664', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2b4baeda-9da7-4354-948c-f7a2b74b90c2', 'x-compute-request-id': 'req-2b4baeda-9da7-4354-948c-f7a2b74b90c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/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-10-27 01:33:59,785 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/action 0.275s 2021-10-27 01:33:59,786 122975 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, 27 Oct 2021 01:33:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '23799', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-423dda1a-80ed-4d57-8e4b-81fa8e82d8fc', 'x-compute-request-id': 'req-423dda1a-80ed-4d57-8e4b-81fa8e82d8fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/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-10-27 01:34:00,923 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/action 0.134s 2021-10-27 01:34:00,924 122975 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, 27 Oct 2021 01:34:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '24645', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a99d9879-c306-4969-a7d2-3f114457745d', 'x-compute-request-id': 'req-a99d9879-c306-4969-a7d2-3f114457745d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/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-10-27 01:34:13,578 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/action 11.651s 2021-10-27 01:34:13,579 122975 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, 27 Oct 2021 01:34:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28429', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3bd5b51b-30d9-4ea5-80e8-75e7200b9b35', 'x-compute-request-id': 'req-3bd5b51b-30d9-4ea5-80e8-75e7200b9b35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/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-10-27 01:34:14,758 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/action 0.176s 2021-10-27 01:34:14,758 122975 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, 27 Oct 2021 01:34:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28596', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aaf93b90-4abc-4711-87bc-de4356418480', 'x-compute-request-id': 'req-aaf93b90-4abc-4711-87bc-de4356418480', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/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-10-27 01:34:15,991 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/action 0.229s 2021-10-27 01:34:15,991 122975 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, 27 Oct 2021 01:34:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28596', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-739050b8-c7bb-49d5-8269-1cdeb5289c1f', 'x-compute-request-id': 'req-739050b8-c7bb-49d5-8269-1cdeb5289c1f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/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-10-27 01:34:17,118 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/action 0.125s 2021-10-27 01:34:17,119 122975 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, 27 Oct 2021 01:34:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28596', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d6b5f591-2242-47ae-b8b0-5ad0020e144e', 'x-compute-request-id': 'req-d6b5f591-2242-47ae-b8b0-5ad0020e144e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/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-10-27 01:34:18,313 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/action 0.192s 2021-10-27 01:34:18,314 122975 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, 27 Oct 2021 01:34:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28596', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-67c34a81-e7be-418c-8c98-47fc12275976', 'x-compute-request-id': 'req-67c34a81-e7be-418c-8c98-47fc12275976', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/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-10-27 01:34:19,473 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/action 0.156s 2021-10-27 01:34:19,474 122975 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, 27 Oct 2021 01:34:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28596', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-25d5bf08-9e69-4154-80aa-a30f56b1e130', 'x-compute-request-id': 'req-25d5bf08-9e69-4154-80aa-a30f56b1e130', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/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-10-27 01:34:20,619 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/action 0.143s 2021-10-27 01:34:20,620 122975 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, 27 Oct 2021 01:34:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28596', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5f5c992b-acb5-4931-8e24-dc0a9336362c', 'x-compute-request-id': 'req-5f5c992b-acb5-4931-8e24-dc0a9336362c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/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-10-27 01:34:21,720 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/action 0.097s 2021-10-27 01:34:21,721 122975 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, 27 Oct 2021 01:34:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28596', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1e57e584-5ae9-427f-b56d-4944804acc33', 'x-compute-request-id': 'req-1e57e584-5ae9-427f-b56d-4944804acc33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/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-10-27 01:34:22,829 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/action 0.105s 2021-10-27 01:34:22,830 122975 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, 27 Oct 2021 01:34:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28596', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9421e731-73a7-455f-9c63-654d0f213de7', 'x-compute-request-id': 'req-9421e731-73a7-455f-9c63-654d0f213de7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/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-10-27 01:34:23,964 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/action 0.132s 2021-10-27 01:34:23,965 122975 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, 27 Oct 2021 01:34:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28964', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-813c34f7-ea8d-41a3-98f9-2211647379d3', 'x-compute-request-id': 'req-813c34f7-ea8d-41a3-98f9-2211647379d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/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-10-27 01:34:25,122 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/action 0.154s 2021-10-27 01:34:25,123 122975 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, 27 Oct 2021 01:34:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '30157', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f22e7a83-efe9-4322-81c5-ffc8c42d20d9', 'x-compute-request-id': 'req-f22e7a83-efe9-4322-81c5-ffc8c42d20d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/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-10-27 01:34:28,908 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/action 2.782s 2021-10-27 01:34:28,909 122975 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, 27 Oct 2021 01:34:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '34028', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-195222cd-7ff3-4978-9231-809dc39a4aee', 'x-compute-request-id': 'req-195222cd-7ff3-4978-9231-809dc39a4aee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/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-10-27 01:34:30,042 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/action 0.130s 2021-10-27 01:34:30,043 122975 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, 27 Oct 2021 01:34:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '34414', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5486c78e-5c6e-4307-a242-0d4a24102fd0', 'x-compute-request-id': 'req-5486c78e-5c6e-4307-a242-0d4a24102fd0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/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-10-27 01:34:34,092 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/action 3.046s 2021-10-27 01:34:34,093 122975 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, 27 Oct 2021 01:34:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '36466', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d76b8efa-cd9c-4733-abb4-75f662373733', 'x-compute-request-id': 'req-d76b8efa-cd9c-4733-abb4-75f662373733', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/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-10-27 01:34:35,230 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/action 0.133s 2021-10-27 01:34:35,231 122975 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, 27 Oct 2021 01:34:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '37153', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5613a4e5-0b4f-4c1b-b4de-d420b4a6cb66', 'x-compute-request-id': 'req-5613a4e5-0b4f-4c1b-b4de-d420b4a6cb66', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/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-10-27 01:34:36,344 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/action 0.110s 2021-10-27 01:34:36,345 122975 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, 27 Oct 2021 01:34:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '37705', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1463b2c8-ae67-4007-8ca6-dc10029711a7', 'x-compute-request-id': 'req-1463b2c8-ae67-4007-8ca6-dc10029711a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/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-10-27 01:34:37,475 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/action 0.128s 2021-10-27 01:34:37,476 122975 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, 27 Oct 2021 01:34:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '38059', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-64a7c0d8-a146-4ce8-ba4f-9e68b136f9fd', 'x-compute-request-id': 'req-64a7c0d8-a146-4ce8-ba4f-9e68b136f9fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/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-10-27 01:34:41,667 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/action 3.188s 2021-10-27 01:34:41,668 122975 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, 27 Oct 2021 01:34:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '38059', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3ea8fafa-c03d-486a-a3ab-da9b6ddf1119', 'x-compute-request-id': 'req-3ea8fafa-c03d-486a-a3ab-da9b6ddf1119', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/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-10-27 01:34:42,883 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/action 0.211s 2021-10-27 01:34:42,883 122975 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, 27 Oct 2021 01:34:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '38071', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b860a334-64d1-44db-8eba-649f77e84fee', 'x-compute-request-id': 'req-b860a334-64d1-44db-8eba-649f77e84fee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/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-10-27 01:34:47,367 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/action 3.481s 2021-10-27 01:34:47,368 122975 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, 27 Oct 2021 01:34:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '38187', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fe579efd-d8e1-4773-89c1-2f3757594808', 'x-compute-request-id': 'req-fe579efd-d8e1-4773-89c1-2f3757594808', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/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-10-27 01:34:47,414 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/ips 0.044s 2021-10-27 01:34:47,415 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:34:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '146', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-35c54fa7-fc99-4380-82b1-c43223361459', 'x-compute-request-id': 'req-35c54fa7-fc99-4380-82b1-c43223361459', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/ips'} Body: b'{"addresses": {"tempest-AttachVolumeTestJSON-1298413675-network": [{"version": 4, "addr": "172.20.0.14"}, {"version": 4, "addr": "172.27.1.39"}]}}' 2021-10-27 01:34:47,430 122975 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.27.1.39:22' as 'ubuntu' with public key authentication 2021-10-27 01:34:47,464 122975 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2021-10-27 01:34:47,655 122975 INFO [paramiko.transport] Authentication (publickey) successful! 2021-10-27 01:34:47,656 122975 INFO [tempest.lib.common.ssh] ssh connection to ubuntu@172.27.1.39 successfully created 2021-10-27 01:34:47,656 122975 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; lsblk -lb --nodeps 2021-10-27 01:34:47,656 122975 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.27.1.39:22' as 'ubuntu' with public key authentication 2021-10-27 01:34:47,699 122975 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2021-10-27 01:34:47,805 122975 INFO [paramiko.transport] Authentication (publickey) successful! 2021-10-27 01:34:47,806 122975 INFO [tempest.lib.common.ssh] ssh connection to ubuntu@172.27.1.39 successfully created 2021-10-27 01:34:49,855 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 POST http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes 0.242s 2021-10-27 01:34:49,856 122975 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-1183680394"}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:34:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce38cc8a-febc-4c2f-ac99-c21c37daa34b', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce38cc8a-febc-4c2f-ac99-c21c37daa34b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:49.782635", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2021-10-27 01:34:49,912 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.049s 2021-10-27 01:34:49,912 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:34:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-70a43596-07be-43a5-bad9-d120efd38b22', 'content-length': '888', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-70a43596-07be-43a5-bad9-d120efd38b22', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:34:50,963 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.043s 2021-10-27 01:34:50,963 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:34:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c71cd58-dee5-4d9c-a74b-884c39606a62', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c71cd58-dee5-4d9c-a74b-884c39606a62', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:34:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:34:50,970 122975 INFO [tempest.common.waiters] volume 261e0a78-bc59-4d16-af7b-1a216903b5bc reached available after waiting for 1.970294 seconds 2021-10-27 01:34:51,272 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.301s 2021-10-27 01:34:51,272 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volumeAttachment": {"volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:34:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '194', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d3a9b8d8-4579-458c-82b3-72c039f29fe9', 'x-compute-request-id': 'req-d3a9b8d8-4579-458c-82b3-72c039f29fe9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachment": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "device": "/dev/sdb"}}' 2021-10-27 01:34:51,324 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.049s 2021-10-27 01:34:51,324 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:34:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d39bda59-b45d-4662-a25f-e37918f0abe5', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d39bda59-b45d-4662-a25f-e37918f0abe5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:34:51.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:34:52,378 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.043s 2021-10-27 01:34:52,378 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:34:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-25b43240-6478-473f-bfe4-eed4e74cca7e', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-25b43240-6478-473f-bfe4-eed4e74cca7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:34:52.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:34:53,427 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.042s 2021-10-27 01:34:53,428 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:34:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-849fed54-2f93-421b-8d79-688d1cbe6ab3', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-849fed54-2f93-421b-8d79-688d1cbe6ab3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:34:52.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:34:54,479 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.043s 2021-10-27 01:34:54,479 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:34:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30229b0e-82cd-4254-860e-25dcd1e42c36', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30229b0e-82cd-4254-860e-25dcd1e42c36', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:34:52.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:34:55,533 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.046s 2021-10-27 01:34:55,533 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:34:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64d344a4-18bb-4b1e-93a1-9024da1e81b7', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64d344a4-18bb-4b1e-93a1-9024da1e81b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:34:52.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:34:56,585 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.044s 2021-10-27 01:34:56,585 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:34:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-627be1b3-5568-4668-92cf-a1edb08c5bb9', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-627be1b3-5568-4668-92cf-a1edb08c5bb9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:34:52.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:34:57,639 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.045s 2021-10-27 01:34:57,639 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:34:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b12aa01d-f387-40ff-80a8-d7f2f335108d', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b12aa01d-f387-40ff-80a8-d7f2f335108d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:34:52.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:34:58,687 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:34:58,688 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:34:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a6a3260-561a-4f2e-8c5b-ad4458e36bca', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a6a3260-561a-4f2e-8c5b-ad4458e36bca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:34:52.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:34:59,746 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.047s 2021-10-27 01:34:59,746 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:34:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02bb3fbf-95ed-4225-a2db-26bf5dcf9ef9', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02bb3fbf-95ed-4225-a2db-26bf5dcf9ef9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:34:52.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:35:00,800 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.045s 2021-10-27 01:35:00,801 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:35:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-85448601-c12f-4b40-96c7-65e41e9f0094', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-85448601-c12f-4b40-96c7-65e41e9f0094', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:34:52.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:35:01,848 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:35:01,849 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:35:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ec9710b-b76f-459c-b74e-60adb7e95fc7', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ec9710b-b76f-459c-b74e-60adb7e95fc7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:34:52.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:35:02,896 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:35:02,897 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:35:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63d6892c-c2f1-405c-bfff-dcb4e90dba15', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63d6892c-c2f1-405c-bfff-dcb4e90dba15', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:34:52.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:35:03,967 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.062s 2021-10-27 01:35:03,968 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:35:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a51183d-1cb1-4c93-8774-be0c50caf646', 'content-length': '1205', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a51183d-1cb1-4c93-8774-be0c50caf646', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:35:03.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:35:03,974 122975 INFO [tempest.common.waiters] Attachment 487b79b5-d4b1-4ab1-988a-d05a12c33a02 created for volume 261e0a78-bc59-4d16-af7b-1a216903b5bc to server 09c974ea-9b13-4805-919e-4e1889c26939 after waiting for 12.974808 seconds 2021-10-27 01:35:04,018 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.043s 2021-10-27 01:35:04,018 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:35:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03c12fd2-f48e-429d-ae88-6986bc33aa4c', 'content-length': '1205', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03c12fd2-f48e-429d-ae88-6986bc33aa4c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:35:03.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:35:04,025 122975 INFO [tempest.common.waiters] volume 261e0a78-bc59-4d16-af7b-1a216903b5bc reached in-use after waiting for 0.025477 seconds 2021-10-27 01:35:04,158 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 POST http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/action 0.132s 2021-10-27 01:35:04,158 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-stop": {}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:35:04 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-9c5977db-ac83-4d8e-af37-6b76b67db755', 'x-compute-request-id': 'req-9c5977db-ac83-4d8e-af37-6b76b67db755', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/action'} Body: b'' 2021-10-27 01:35:04,336 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.177s 2021-10-27 01:35:04,336 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:35:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1723', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-29ed4e26-35c4-40e6-a2d9-ab06351808e2', 'x-compute-request-id': 'req-29ed4e26-35c4-40e6-a2d9-ab06351808e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:35:04Z", "addresses": {"tempest-AttachVolumeTestJSON-1298413675-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1c:84:2f"}, {"version": 4, "addr": "172.27.1.39", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1c:84:2f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1607895398"}], "OS-EXT-STS:task_state": "powering-off", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:35:05,518 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.173s 2021-10-27 01:35:05,519 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:35:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1723', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b548714d-6965-45e2-8f7b-92d3e20a1e4e', 'x-compute-request-id': 'req-b548714d-6965-45e2-8f7b-92d3e20a1e4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:35:04Z", "addresses": {"tempest-AttachVolumeTestJSON-1298413675-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1c:84:2f"}, {"version": 4, "addr": "172.27.1.39", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1c:84:2f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1607895398"}], "OS-EXT-STS:task_state": "powering-off", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:35:06,702 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.174s 2021-10-27 01:35:06,702 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:35:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1723', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-57bc5058-c09b-4722-939f-d86cb74c593b', 'x-compute-request-id': 'req-57bc5058-c09b-4722-939f-d86cb74c593b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:35:04Z", "addresses": {"tempest-AttachVolumeTestJSON-1298413675-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1c:84:2f"}, {"version": 4, "addr": "172.27.1.39", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1c:84:2f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1607895398"}], "OS-EXT-STS:task_state": "powering-off", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:35:07,891 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.180s 2021-10-27 01:35:07,892 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:35:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1723', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e7debae3-a22e-470d-99dc-a9813cdcf680', 'x-compute-request-id': 'req-e7debae3-a22e-470d-99dc-a9813cdcf680', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:35:04Z", "addresses": {"tempest-AttachVolumeTestJSON-1298413675-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1c:84:2f"}, {"version": 4, "addr": "172.27.1.39", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1c:84:2f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1607895398"}], "OS-EXT-STS:task_state": "powering-off", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:35:09,101 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.201s 2021-10-27 01:35:09,102 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:35:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1723', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9fbf7896-63dd-4266-b140-02b932a96cc3', 'x-compute-request-id': 'req-9fbf7896-63dd-4266-b140-02b932a96cc3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:35:04Z", "addresses": {"tempest-AttachVolumeTestJSON-1298413675-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1c:84:2f"}, {"version": 4, "addr": "172.27.1.39", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1c:84:2f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1607895398"}], "OS-EXT-STS:task_state": "powering-off", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:35:10,279 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.168s 2021-10-27 01:35:10,279 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:35:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1723', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c83516be-67a5-4323-a8aa-c344ef3dc48f', 'x-compute-request-id': 'req-c83516be-67a5-4323-a8aa-c344ef3dc48f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:35:04Z", "addresses": {"tempest-AttachVolumeTestJSON-1298413675-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1c:84:2f"}, {"version": 4, "addr": "172.27.1.39", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1c:84:2f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1607895398"}], "OS-EXT-STS:task_state": "powering-off", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:35:11,499 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.211s 2021-10-27 01:35:11,500 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:35:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1723', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e9a7f217-2db3-4777-a2ad-b5b30c843ead', 'x-compute-request-id': 'req-e9a7f217-2db3-4777-a2ad-b5b30c843ead', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:35:04Z", "addresses": {"tempest-AttachVolumeTestJSON-1298413675-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1c:84:2f"}, {"version": 4, "addr": "172.27.1.39", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1c:84:2f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1607895398"}], "OS-EXT-STS:task_state": "powering-off", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:35:12,843 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.336s 2021-10-27 01:35:12,844 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:35:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1723', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d70e6635-50da-4a3c-9516-c1c144392da1', 'x-compute-request-id': 'req-d70e6635-50da-4a3c-9516-c1c144392da1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:35:04Z", "addresses": {"tempest-AttachVolumeTestJSON-1298413675-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1c:84:2f"}, {"version": 4, "addr": "172.27.1.39", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1c:84:2f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1607895398"}], "OS-EXT-STS:task_state": "powering-off", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:35:14,096 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.242s 2021-10-27 01:35:14,096 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:35:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1723', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aab0482d-20d3-45a3-aa1f-bf896f1de981', 'x-compute-request-id': 'req-aab0482d-20d3-45a3-aa1f-bf896f1de981', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:35:04Z", "addresses": {"tempest-AttachVolumeTestJSON-1298413675-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1c:84:2f"}, {"version": 4, "addr": "172.27.1.39", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1c:84:2f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1607895398"}], "OS-EXT-STS:task_state": "powering-off", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:35:15,334 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.228s 2021-10-27 01:35:15,335 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:35:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1723', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-582e6300-121f-47ac-96f6-4fc192c769e8', 'x-compute-request-id': 'req-582e6300-121f-47ac-96f6-4fc192c769e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:35:04Z", "addresses": {"tempest-AttachVolumeTestJSON-1298413675-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1c:84:2f"}, {"version": 4, "addr": "172.27.1.39", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1c:84:2f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1607895398"}], "OS-EXT-STS:task_state": "powering-off", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:35:16,510 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.166s 2021-10-27 01:35:16,510 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:35:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1723', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-67be8e44-d95f-4cfe-9176-ef1517a445ac', 'x-compute-request-id': 'req-67be8e44-d95f-4cfe-9176-ef1517a445ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:35:04Z", "addresses": {"tempest-AttachVolumeTestJSON-1298413675-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1c:84:2f"}, {"version": 4, "addr": "172.27.1.39", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1c:84:2f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1607895398"}], "OS-EXT-STS:task_state": "powering-off", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:35:17,665 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.146s 2021-10-27 01:35:17,666 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:35:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1723', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8c1b497c-5561-40c1-9c86-7297952d5aaf', 'x-compute-request-id': 'req-8c1b497c-5561-40c1-9c86-7297952d5aaf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:35:04Z", "addresses": {"tempest-AttachVolumeTestJSON-1298413675-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1c:84:2f"}, {"version": 4, "addr": "172.27.1.39", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1c:84:2f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1607895398"}], "OS-EXT-STS:task_state": "powering-off", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:35:18,818 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.142s 2021-10-27 01:35:18,819 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:35:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1723', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6667cb9a-4aba-4c2d-b5c9-f09dd2126441', 'x-compute-request-id': 'req-6667cb9a-4aba-4c2d-b5c9-f09dd2126441', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:35:04Z", "addresses": {"tempest-AttachVolumeTestJSON-1298413675-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1c:84:2f"}, {"version": 4, "addr": "172.27.1.39", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1c:84:2f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1607895398"}], "OS-EXT-STS:task_state": "powering-off", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:35:20,424 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.597s 2021-10-27 01:35:20,425 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:35:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1723', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b5252961-d084-4197-b296-4c71d865e147', 'x-compute-request-id': 'req-b5252961-d084-4197-b296-4c71d865e147', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:35:04Z", "addresses": {"tempest-AttachVolumeTestJSON-1298413675-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1c:84:2f"}, {"version": 4, "addr": "172.27.1.39", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1c:84:2f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1607895398"}], "OS-EXT-STS:task_state": "powering-off", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:35:21,754 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.320s 2021-10-27 01:35:21,754 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:35:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1723', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-be2c0d76-4dda-4e6a-bcd1-2315dfeeb023', 'x-compute-request-id': 'req-be2c0d76-4dda-4e6a-bcd1-2315dfeeb023', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:35:04Z", "addresses": {"tempest-AttachVolumeTestJSON-1298413675-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1c:84:2f"}, {"version": 4, "addr": "172.27.1.39", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1c:84:2f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1607895398"}], "OS-EXT-STS:task_state": "powering-off", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:35:23,064 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.301s 2021-10-27 01:35:23,064 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:35:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1723', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e82e0eef-ab11-4e51-99da-f987fed0c9ab', 'x-compute-request-id': 'req-e82e0eef-ab11-4e51-99da-f987fed0c9ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:35:04Z", "addresses": {"tempest-AttachVolumeTestJSON-1298413675-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1c:84:2f"}, {"version": 4, "addr": "172.27.1.39", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1c:84:2f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1607895398"}], "OS-EXT-STS:task_state": "powering-off", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:35:24,314 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.241s 2021-10-27 01:35:24,314 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:35:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1723', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-022d9a9a-b0bd-4280-8a61-4e0bfa922a9d', 'x-compute-request-id': 'req-022d9a9a-b0bd-4280-8a61-4e0bfa922a9d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:35:04Z", "addresses": {"tempest-AttachVolumeTestJSON-1298413675-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1c:84:2f"}, {"version": 4, "addr": "172.27.1.39", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1c:84:2f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1607895398"}], "OS-EXT-STS:task_state": "powering-off", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:35:25,592 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.268s 2021-10-27 01:35:25,592 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:35:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1723', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7da70e92-f8ea-42f1-8438-d5341c8ebc1e', 'x-compute-request-id': 'req-7da70e92-f8ea-42f1-8438-d5341c8ebc1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:35:04Z", "addresses": {"tempest-AttachVolumeTestJSON-1298413675-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1c:84:2f"}, {"version": 4, "addr": "172.27.1.39", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1c:84:2f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1607895398"}], "OS-EXT-STS:task_state": "powering-off", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:35:26,901 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.300s 2021-10-27 01:35:26,901 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:35:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1723', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-469e2aaf-1615-4442-8f90-d78090af4ca3', 'x-compute-request-id': 'req-469e2aaf-1615-4442-8f90-d78090af4ca3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:35:04Z", "addresses": {"tempest-AttachVolumeTestJSON-1298413675-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1c:84:2f"}, {"version": 4, "addr": "172.27.1.39", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1c:84:2f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1607895398"}], "OS-EXT-STS:task_state": "powering-off", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:35:28,509 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.597s 2021-10-27 01:35:28,510 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:35:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1723', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-92b2669a-c279-45d2-b50d-d9287f0132cd', 'x-compute-request-id': 'req-92b2669a-c279-45d2-b50d-d9287f0132cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:35:04Z", "addresses": {"tempest-AttachVolumeTestJSON-1298413675-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1c:84:2f"}, {"version": 4, "addr": "172.27.1.39", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1c:84:2f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1607895398"}], "OS-EXT-STS:task_state": "powering-off", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:35:29,975 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.455s 2021-10-27 01:35:29,975 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:35:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1700', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aedebd93-339f-4f98-94c4-7e7dc1324e7b', 'x-compute-request-id': 'req-aedebd93-339f-4f98-94c4-7e7dc1324e7b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "SHUTOFF", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:35:28Z", "addresses": {"tempest-AttachVolumeTestJSON-1298413675-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1c:84:2f"}, {"version": 4, "addr": "172.27.1.39", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1c:84:2f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1607895398"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:35:29,984 122975 INFO [tempest.common.waiters] State transition "ACTIVE/powering-off" ==> "SHUTOFF/None" after 25 second wait 2021-10-27 01:35:30,302 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 POST http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/action 0.318s 2021-10-27 01:35:30,303 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-start": {}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:35:29 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-f3ce6540-0fc0-40c0-9cad-e3829cf42fac', 'x-compute-request-id': 'req-f3ce6540-0fc0-40c0-9cad-e3829cf42fac', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/action'} Body: b'' 2021-10-27 01:35:30,978 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.675s 2021-10-27 01:35:30,979 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:35:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1709', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a0150b03-bcd7-49fa-be41-31941d8378ce', 'x-compute-request-id': 'req-a0150b03-bcd7-49fa-be41-31941d8378ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "SHUTOFF", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:35:30Z", "addresses": {"tempest-AttachVolumeTestJSON-1298413675-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1c:84:2f"}, {"version": 4, "addr": "172.27.1.39", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1c:84:2f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1607895398"}], "OS-EXT-STS:task_state": "powering-on", "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:35:32,358 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.368s 2021-10-27 01:35:32,358 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:35:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1709', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ac65a828-3290-41cb-b868-f5becf8ddfc6', 'x-compute-request-id': 'req-ac65a828-3290-41cb-b868-f5becf8ddfc6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "SHUTOFF", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:35:30Z", "addresses": {"tempest-AttachVolumeTestJSON-1298413675-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1c:84:2f"}, {"version": 4, "addr": "172.27.1.39", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1c:84:2f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1607895398"}], "OS-EXT-STS:task_state": "powering-on", "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:35:35,706 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 2.338s 2021-10-27 01:35:35,707 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:35:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1713', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-81b37c8b-e5f4-4fb4-95d8-cdf0d303b1b6', 'x-compute-request-id': 'req-81b37c8b-e5f4-4fb4-95d8-cdf0d303b1b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:35:33Z", "addresses": {"tempest-AttachVolumeTestJSON-1298413675-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1c:84:2f"}, {"version": 4, "addr": "172.27.1.39", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1c:84:2f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1607895398"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:35:35,714 122975 INFO [tempest.common.waiters] State transition "SHUTOFF/powering-on" ==> "ACTIVE/None" after 5 second wait 2021-10-27 01:35:35,715 122975 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; lsblk -lb --nodeps 2021-10-27 01:35:35,715 122975 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.27.1.39:22' as 'ubuntu' with public key authentication 2021-10-27 01:35:54,045 122975 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.39 ([Errno None] Unable to connect to port 22 on 172.27.1.39). Number attempts: 1. Retry after 2 seconds. 2021-10-27 01:35:59,613 122975 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.39 ([Errno None] Unable to connect to port 22 on 172.27.1.39). Number attempts: 2. Retry after 3 seconds. 2021-10-27 01:36:06,177 122975 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.39 ([Errno None] Unable to connect to port 22 on 172.27.1.39). Number attempts: 3. Retry after 4 seconds. 2021-10-27 01:36:13,757 122975 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.39 ([Errno None] Unable to connect to port 22 on 172.27.1.39). Number attempts: 4. Retry after 5 seconds. 2021-10-27 01:36:19,264 122975 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.39 ([Errno None] Unable to connect to port 22 on 172.27.1.39). Number attempts: 5. Retry after 6 seconds. 2021-10-27 01:36:25,808 122975 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.39 ([Errno None] Unable to connect to port 22 on 172.27.1.39). Number attempts: 6. Retry after 7 seconds. 2021-10-27 01:36:33,348 122975 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2021-10-27 01:36:33,511 122975 INFO [paramiko.transport] Authentication (publickey) successful! 2021-10-27 01:36:33,512 122975 INFO [tempest.lib.common.ssh] ssh connection to ubuntu@172.27.1.39 successfully created 2021-10-27 01:36:38,031 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 DELETE http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.216s 2021-10-27 01:36:38,031 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:37 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-8e908122-08b0-4655-85c9-dc688b150a49', 'x-compute-request-id': 'req-8e908122-08b0-4655-85c9-dc688b150a49', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'' 2021-10-27 01:36:38,075 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.044s 2021-10-27 01:36:38,076 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21a37f48-9417-4b32-9b2b-d9e0645bc0ba', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21a37f48-9417-4b32-9b2b-d9e0645bc0ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:36:39,128 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.044s 2021-10-27 01:36:39,129 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48485a58-9fae-423e-8170-7cc4f8ea6d98', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48485a58-9fae-423e-8170-7cc4f8ea6d98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:36:40,180 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.043s 2021-10-27 01:36:40,181 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9578d566-64a8-4a51-bff2-81eec4401cde', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9578d566-64a8-4a51-bff2-81eec4401cde', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:36:41,229 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:36:41,229 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48e105e6-a4af-406a-9490-d5aba8864276', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48e105e6-a4af-406a-9490-d5aba8864276', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:36:42,278 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:36:42,278 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4fee4920-08cd-4276-85d8-48d38d3215e4', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4fee4920-08cd-4276-85d8-48d38d3215e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:36:43,326 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:36:43,327 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b1367349-5064-440a-aedc-9c5ee8e31787', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b1367349-5064-440a-aedc-9c5ee8e31787', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:36:44,375 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:36:44,375 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df098fa2-b749-41e7-80ae-22bc18c1cff3', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df098fa2-b749-41e7-80ae-22bc18c1cff3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:36:45,422 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:36:45,423 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-84ace217-343e-4c9e-9219-2b3c458e8579', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-84ace217-343e-4c9e-9219-2b3c458e8579', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:36:46,472 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:36:46,472 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6cb8aad7-b3b2-4423-9f60-bdf42b0c82ff', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6cb8aad7-b3b2-4423-9f60-bdf42b0c82ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:36:47,534 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.053s 2021-10-27 01:36:47,534 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-032faa72-bb4b-431a-8432-f234e6a352f5', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-032faa72-bb4b-431a-8432-f234e6a352f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:36:48,590 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.047s 2021-10-27 01:36:48,590 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-92dc5441-ce7c-4252-8d56-17f649566167', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-92dc5441-ce7c-4252-8d56-17f649566167', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:36:49,642 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.042s 2021-10-27 01:36:49,643 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d1cca72-2acd-4e5e-931a-e835500c9c6d', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d1cca72-2acd-4e5e-931a-e835500c9c6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:36:50,692 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:36:50,692 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b36ee1f-1aa5-48cc-b999-9f182779f7ef', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b36ee1f-1aa5-48cc-b999-9f182779f7ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:36:51,740 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.039s 2021-10-27 01:36:51,740 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a1a50b2d-a515-4d2d-9ce4-78a870a29785', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a1a50b2d-a515-4d2d-9ce4-78a870a29785', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:36:52,793 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.045s 2021-10-27 01:36:52,794 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee5f3c67-a2a1-4e0e-a3dd-f40fe660a9cf', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee5f3c67-a2a1-4e0e-a3dd-f40fe660a9cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:36:53,842 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:36:53,842 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a5cee59-648f-487f-ab70-db8f67c564e9', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a5cee59-648f-487f-ab70-db8f67c564e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:36:54,889 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.039s 2021-10-27 01:36:54,889 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c13179b-08cb-467d-af7e-0f544b5a323c', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c13179b-08cb-467d-af7e-0f544b5a323c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:36:55,937 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:36:55,937 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d10085b-029d-41f0-bd52-5326fa733807', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d10085b-029d-41f0-bd52-5326fa733807', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:36:56,985 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:36:56,986 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a65021d-1292-45a2-9429-1b250abe4807', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a65021d-1292-45a2-9429-1b250abe4807', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:36:58,035 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.042s 2021-10-27 01:36:58,035 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-662d9328-5652-4aa2-9647-2d5907ad0bad', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-662d9328-5652-4aa2-9647-2d5907ad0bad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:36:59,083 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.039s 2021-10-27 01:36:59,083 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9cc89590-a23a-4891-92d1-19bf86410bff', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9cc89590-a23a-4891-92d1-19bf86410bff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:37:00,131 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:37:00,131 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f4931a3-74f5-46be-9772-89bb385979d8', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f4931a3-74f5-46be-9772-89bb385979d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:37:01,180 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:37:01,181 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67fae5ac-2581-42b6-8d0a-162fc5f3f9b6', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67fae5ac-2581-42b6-8d0a-162fc5f3f9b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:37:02,228 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.039s 2021-10-27 01:37:02,228 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a2977822-7a71-4223-81a1-1dc045aaa0e2', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a2977822-7a71-4223-81a1-1dc045aaa0e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:37:03,277 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:37:03,278 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-534eca1a-a0e0-4fc0-991a-a4add2d95c99', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-534eca1a-a0e0-4fc0-991a-a4add2d95c99', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:37:04,327 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:37:04,327 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e801a2df-89a8-41eb-bbf0-d1041bc304f3', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e801a2df-89a8-41eb-bbf0-d1041bc304f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:37:05,375 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:37:05,376 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-957f11a6-e4a3-4b52-83f5-1a84051eb055', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-957f11a6-e4a3-4b52-83f5-1a84051eb055', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:37:06,424 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:37:06,424 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1354ccb-9710-41a3-a43b-e07fa70e2ae6', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1354ccb-9710-41a3-a43b-e07fa70e2ae6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:37:07,472 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.039s 2021-10-27 01:37:07,472 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b74c183-7f22-465d-8c0f-479f715f6081', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b74c183-7f22-465d-8c0f-479f715f6081', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:37:08,520 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:37:08,520 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b0a37bc-42d7-4e56-92f9-6bd30a726279', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b0a37bc-42d7-4e56-92f9-6bd30a726279', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:37:09,568 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:37:09,569 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce545116-f05c-4f09-92ed-0ad124830649', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce545116-f05c-4f09-92ed-0ad124830649', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:37:10,651 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:37:10,652 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a1da5840-a1a2-4da2-a3a9-58c971fa33cd', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a1da5840-a1a2-4da2-a3a9-58c971fa33cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:37:11,698 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.039s 2021-10-27 01:37:11,699 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ddfbe39b-5e5b-4b4a-ab85-89266a2a212f', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ddfbe39b-5e5b-4b4a-ab85-89266a2a212f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:37:12,746 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.039s 2021-10-27 01:37:12,747 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9980df53-2861-4ae5-bef6-ec5ad8606169', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9980df53-2861-4ae5-bef6-ec5ad8606169', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:37:13,808 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.053s 2021-10-27 01:37:13,808 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf9a5aeb-cd32-4b70-b75c-0347227bf160', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf9a5aeb-cd32-4b70-b75c-0347227bf160', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:37:14,890 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.075s 2021-10-27 01:37:14,891 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-063dc98b-ee9c-4a9e-98b6-7e4a5ff2793e', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-063dc98b-ee9c-4a9e-98b6-7e4a5ff2793e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:37:15,941 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.042s 2021-10-27 01:37:15,941 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-981d1488-45e1-4735-b5c9-289a086a5c40', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-981d1488-45e1-4735-b5c9-289a086a5c40', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:37:16,993 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.043s 2021-10-27 01:37:16,993 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3c83970-9da6-492b-b6a7-92d8e2473442', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3c83970-9da6-492b-b6a7-92d8e2473442', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:37:18,043 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.042s 2021-10-27 01:37:18,043 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2a04456-fbd7-496d-9d6c-8d13abb9661f', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2a04456-fbd7-496d-9d6c-8d13abb9661f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:37:19,091 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:37:19,091 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f318f7ef-b0d6-4009-bb87-9cfa90579853', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f318f7ef-b0d6-4009-bb87-9cfa90579853', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:37:20,139 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:37:20,139 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-062d3453-bf99-4cdd-8c32-5d10211a0f3f', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-062d3453-bf99-4cdd-8c32-5d10211a0f3f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:37:21,189 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:37:21,189 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bda48c01-42a2-4a59-a26d-8defbf0958b4', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bda48c01-42a2-4a59-a26d-8defbf0958b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:37:22,236 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:37:22,237 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3bf498ae-ff0e-43d7-abcd-e4711bab97c4', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3bf498ae-ff0e-43d7-abcd-e4711bab97c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:37:23,285 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:37:23,285 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e792ff7f-bc0d-43af-9f81-f5fa005890a8', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e792ff7f-bc0d-43af-9f81-f5fa005890a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:37:24,335 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:37:24,335 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40923c1b-5bf5-434d-9bf2-63288210ecdd', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40923c1b-5bf5-434d-9bf2-63288210ecdd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:37:25,384 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:37:25,385 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df33186d-4b79-4d3e-bd4e-d3053a3eb1ef', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df33186d-4b79-4d3e-bd4e-d3053a3eb1ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:37:26,434 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:37:26,434 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4eb9c93a-0341-42ff-a108-26b6c7b1a711', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4eb9c93a-0341-42ff-a108-26b6c7b1a711', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:37:27,482 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:37:27,482 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-095d7a0b-e12d-4760-a4d8-29e4c71084a3', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-095d7a0b-e12d-4760-a4d8-29e4c71084a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:37:28,530 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:37:28,530 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e271863-34da-42ea-bbac-3d37497573c2', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e271863-34da-42ea-bbac-3d37497573c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:37:29,578 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:37:29,579 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-26b4f78b-814c-436c-8f23-5e0177859a83', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-26b4f78b-814c-436c-8f23-5e0177859a83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:37:30,626 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:37:30,626 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b40974d-a28e-499b-8ee3-8793a74c6bd0', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b40974d-a28e-499b-8ee3-8793a74c6bd0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:37:31,676 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:37:31,676 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-87a79780-fbb3-4b36-8371-488b8d6189a3', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-87a79780-fbb3-4b36-8371-488b8d6189a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:37:32,725 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:37:32,725 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-87040802-3b73-447d-8a38-83ab78878a96', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-87040802-3b73-447d-8a38-83ab78878a96', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:37:33,775 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:37:33,775 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-529fca0e-0b1d-40ac-a0c5-6896a70918f4', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-529fca0e-0b1d-40ac-a0c5-6896a70918f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:37:34,825 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:37:34,825 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b6c670c-5b19-4257-aa7c-a0e9d6f3ae85', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b6c670c-5b19-4257-aa7c-a0e9d6f3ae85', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:37:35,874 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:37:35,874 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6612a0c5-95bc-4c88-a651-b68917610a1b', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6612a0c5-95bc-4c88-a651-b68917610a1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:37:36,921 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.039s 2021-10-27 01:37:36,922 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9441da7e-10f3-414c-a1e4-1c047fe60a24', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9441da7e-10f3-414c-a1e4-1c047fe60a24', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:37:37,972 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.042s 2021-10-27 01:37:37,972 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3ee3d52-6405-49c5-a725-e06b15a30f7b', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3ee3d52-6405-49c5-a725-e06b15a30f7b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:37:39,020 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.039s 2021-10-27 01:37:39,020 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56f0cc13-f7d3-4afa-9c47-3066c8a5f4c7', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56f0cc13-f7d3-4afa-9c47-3066c8a5f4c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:37:40,069 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.039s 2021-10-27 01:37:40,069 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b4a57b8-1137-4813-ade7-cc503717abf0', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b4a57b8-1137-4813-ade7-cc503717abf0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:37:41,117 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:37:41,118 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d013e3c-9318-47f3-bdf8-021c7761ae29', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d013e3c-9318-47f3-bdf8-021c7761ae29', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:37:42,165 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.039s 2021-10-27 01:37:42,165 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b4e065b8-3c7c-4d86-b28c-60ffbd0cf6de', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b4e065b8-3c7c-4d86-b28c-60ffbd0cf6de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:37:43,214 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:37:43,214 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b186e0cf-96b8-485c-b3d8-34fdbbd60d7c', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b186e0cf-96b8-485c-b3d8-34fdbbd60d7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:37:44,262 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.039s 2021-10-27 01:37:44,262 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-52cac73e-3360-49fd-87ce-df244d65787d', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-52cac73e-3360-49fd-87ce-df244d65787d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:37:45,310 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:37:45,311 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e7ba072-e810-4822-adc6-2613df814eab', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e7ba072-e810-4822-adc6-2613df814eab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:37:46,360 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:37:46,360 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f774f1f-e539-490f-801c-f65a85119317', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f774f1f-e539-490f-801c-f65a85119317', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:37:47,409 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:37:47,409 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e2c1f2e5-72e1-47fc-82cd-3549f3c0aabd', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e2c1f2e5-72e1-47fc-82cd-3549f3c0aabd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:37:48,457 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:37:48,458 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ad0e1ab-fbee-4f14-a780-444938e7ea6e', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ad0e1ab-fbee-4f14-a780-444938e7ea6e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:37:49,508 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:37:49,508 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af138ea2-6dd9-4169-b382-0f974f9c3562', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af138ea2-6dd9-4169-b382-0f974f9c3562', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:37:50,554 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.038s 2021-10-27 01:37:50,555 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6970c52b-8a51-4bec-b090-48195dbf9c3b', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6970c52b-8a51-4bec-b090-48195dbf9c3b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:37:51,605 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.042s 2021-10-27 01:37:51,606 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a5494e1-dead-416f-8f51-b4f714549bea', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a5494e1-dead-416f-8f51-b4f714549bea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:37:52,654 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:37:52,655 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d87e8c7-9c0a-4e70-8eac-55c454883601', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d87e8c7-9c0a-4e70-8eac-55c454883601', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:37:53,703 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:37:53,703 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-92228cb2-f490-4136-a2ff-95cebf3bff9d', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-92228cb2-f490-4136-a2ff-95cebf3bff9d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:37:54,752 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:37:54,752 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-20a2d8f4-6d80-4424-a3b2-6e7d0c0aa3b7', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-20a2d8f4-6d80-4424-a3b2-6e7d0c0aa3b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:37:55,801 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:37:55,801 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be4b1c83-4a57-49d9-8d3c-26963d2a3b2f', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be4b1c83-4a57-49d9-8d3c-26963d2a3b2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:37:56,851 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:37:56,851 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-540492df-d09d-4ab7-a83b-ff9365333bba', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-540492df-d09d-4ab7-a83b-ff9365333bba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:37:57,899 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.039s 2021-10-27 01:37:57,899 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63157440-a4e6-4119-a576-3c1ae3d37142', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63157440-a4e6-4119-a576-3c1ae3d37142', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:37:58,949 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:37:58,949 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b92eb15e-143e-448b-975d-1a443f1e6856', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b92eb15e-143e-448b-975d-1a443f1e6856', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:37:59,998 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:37:59,999 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f5bce83-e009-4aa1-832f-09c8d0a0cffd', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f5bce83-e009-4aa1-832f-09c8d0a0cffd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:38:01,181 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.174s 2021-10-27 01:38:01,181 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a3d3227f-cfa3-4b40-8fd3-f1ea83532b5d', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a3d3227f-cfa3-4b40-8fd3-f1ea83532b5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:38:02,229 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:38:02,229 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-718436cc-975e-43ce-999e-f8781694e394', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-718436cc-975e-43ce-999e-f8781694e394', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:38:03,278 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:38:03,278 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7aa53133-b9a1-40ef-84d3-547db0fcc948', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7aa53133-b9a1-40ef-84d3-547db0fcc948', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:38:04,327 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:38:04,327 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b297c2a9-e168-4e77-a2a5-20f4f887d063', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b297c2a9-e168-4e77-a2a5-20f4f887d063', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:38:05,376 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:38:05,376 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da3eb6fa-9a75-406e-9506-4af1dc7e2e51', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da3eb6fa-9a75-406e-9506-4af1dc7e2e51', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:38:06,424 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:38:06,425 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7ea93cf-45eb-4187-b073-d7a8e1d948c2', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7ea93cf-45eb-4187-b073-d7a8e1d948c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:38:07,473 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:38:07,473 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eaa501f5-c1b3-43d1-9a59-5cd7317387e0', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eaa501f5-c1b3-43d1-9a59-5cd7317387e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:38:08,520 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.039s 2021-10-27 01:38:08,521 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6e6d34c-a391-422a-b2c6-b081f010657c', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6e6d34c-a391-422a-b2c6-b081f010657c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:38:09,569 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:38:09,570 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e1d1b34-a8f5-4404-a24e-9177fa427a35', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e1d1b34-a8f5-4404-a24e-9177fa427a35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:38:10,617 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:38:10,618 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f2b3f0c2-b886-4f11-bb09-3510a472a6c4', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f2b3f0c2-b886-4f11-bb09-3510a472a6c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:38:11,665 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:38:11,666 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51bcf1da-b65f-49bf-8763-f041e258b291', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51bcf1da-b65f-49bf-8763-f041e258b291', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:38:12,717 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.043s 2021-10-27 01:38:12,718 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f12ef6d-3db9-4eec-9888-8c6bec810b76', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f12ef6d-3db9-4eec-9888-8c6bec810b76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:38:13,766 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:38:13,767 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e397ff7-3d62-48d6-8df2-c21cc48f7079', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e397ff7-3d62-48d6-8df2-c21cc48f7079', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:38:14,816 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.042s 2021-10-27 01:38:14,817 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7edbabfd-dd55-4093-be09-436775d52d62', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7edbabfd-dd55-4093-be09-436775d52d62', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:38:15,865 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:38:15,865 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b924ef20-786e-4966-87c5-9915e35aca2c', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b924ef20-786e-4966-87c5-9915e35aca2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:38:16,914 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:38:16,914 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-117e5927-97e5-40b0-9880-fca29f8465de', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-117e5927-97e5-40b0-9880-fca29f8465de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:38:17,964 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.042s 2021-10-27 01:38:17,964 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-518ff6d2-39e7-4d7e-936a-082cf8eb3e94', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-518ff6d2-39e7-4d7e-936a-082cf8eb3e94', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:38:19,013 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:38:19,014 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6899a011-5dba-47c8-bad4-af587d4f30d9', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6899a011-5dba-47c8-bad4-af587d4f30d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:38:20,062 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:38:20,063 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c2ccafd-b6e2-4d8d-8388-4cb07d420251', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c2ccafd-b6e2-4d8d-8388-4cb07d420251', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:38:21,111 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:38:21,112 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f10a222c-e08d-4549-8251-fd1ac20123f7', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f10a222c-e08d-4549-8251-fd1ac20123f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:38:22,161 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:38:22,161 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db72fcb1-04a4-490e-b8f3-df447de8af6c', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db72fcb1-04a4-490e-b8f3-df447de8af6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:38:23,209 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:38:23,210 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d04809c3-2477-463a-8834-74ae72a56a5d', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d04809c3-2477-463a-8834-74ae72a56a5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:38:24,259 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:38:24,260 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0bcb9d5-4223-479e-86dd-38f38f166391', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0bcb9d5-4223-479e-86dd-38f38f166391', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:38:25,309 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:38:25,310 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a12e2e3b-10be-49b2-a3e7-ba8b25cdbd4d', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a12e2e3b-10be-49b2-a3e7-ba8b25cdbd4d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:38:26,359 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:38:26,359 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee2e30f1-b7a4-4dbf-a8f7-dd6c5213d2ff', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee2e30f1-b7a4-4dbf-a8f7-dd6c5213d2ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:38:27,408 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:38:27,408 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34c0900e-6e77-477d-a58d-dbcb0276dc13', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34c0900e-6e77-477d-a58d-dbcb0276dc13', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:38:28,457 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:38:28,458 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ad6ab8a-8eff-44c8-8477-f1085d942ecb', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ad6ab8a-8eff-44c8-8477-f1085d942ecb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:38:29,505 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.039s 2021-10-27 01:38:29,505 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-10f93b68-de48-48f2-9338-d67644e0814d', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10f93b68-de48-48f2-9338-d67644e0814d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:38:30,554 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:38:30,554 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-840cd2bb-bb52-4c05-b5a0-c62a57094c1a', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-840cd2bb-bb52-4c05-b5a0-c62a57094c1a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:38:31,603 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:38:31,603 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2086e883-caea-4666-99d2-0e478909bd9c', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2086e883-caea-4666-99d2-0e478909bd9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:38:32,651 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:38:32,651 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8620f3cf-1ae8-49a1-a35d-c9d7977c206a', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8620f3cf-1ae8-49a1-a35d-c9d7977c206a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:38:33,701 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:38:33,701 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d28fdacb-dd24-4838-8d57-4d33b0dfe83a', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d28fdacb-dd24-4838-8d57-4d33b0dfe83a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:38:34,750 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:38:34,750 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-429d00d9-7fde-49f7-b8bb-917522d37165', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-429d00d9-7fde-49f7-b8bb-917522d37165', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:38:35,800 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.042s 2021-10-27 01:38:35,800 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a53a545f-bab5-4b1a-9da2-21d117f3cd0d', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a53a545f-bab5-4b1a-9da2-21d117f3cd0d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:38:36,849 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:38:36,850 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-10bfa5e2-fa99-49ba-a838-7ff5446657e7', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10bfa5e2-fa99-49ba-a838-7ff5446657e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:38:37,899 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:38:37,899 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-950a3249-ab8f-4e50-9ccd-55ba68b91e7c', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-950a3249-ab8f-4e50-9ccd-55ba68b91e7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:38:38,950 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.042s 2021-10-27 01:38:38,950 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-574c0a87-e83a-4c98-bf3a-1e85bb60a33b', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-574c0a87-e83a-4c98-bf3a-1e85bb60a33b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:38:39,999 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:38:40,000 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e9e456c-5cfb-491d-b252-23f040d2b54a', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e9e456c-5cfb-491d-b252-23f040d2b54a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:38:41,051 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.043s 2021-10-27 01:38:41,051 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0c2f46a-78b6-4c73-9e3e-4024ecde7598', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c0c2f46a-78b6-4c73-9e3e-4024ecde7598', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:38:42,100 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:38:42,101 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cad4dbea-128c-464b-9adf-89b50b99d9a0', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cad4dbea-128c-464b-9adf-89b50b99d9a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:38:43,150 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:38:43,151 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1293981b-0895-4651-94c0-68a2c77540d1', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1293981b-0895-4651-94c0-68a2c77540d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:38:44,201 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.042s 2021-10-27 01:38:44,202 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f554d8e5-19ee-43ca-8297-5445ce50f955', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f554d8e5-19ee-43ca-8297-5445ce50f955', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:38:45,250 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.042s 2021-10-27 01:38:45,251 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e1f28689-dcc6-4dab-9378-3335a952c8e0', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e1f28689-dcc6-4dab-9378-3335a952c8e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:38:46,299 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:38:46,300 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7f4cdfd-3024-4370-970c-13eff97194c5', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c7f4cdfd-3024-4370-970c-13eff97194c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:38:47,349 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:38:47,349 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9498e758-9d1a-4cda-9778-8d3b761b9251', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9498e758-9d1a-4cda-9778-8d3b761b9251', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:38:48,399 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:38:48,399 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ffd2f3ff-d1c1-458a-924e-51ca8ba6f384', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ffd2f3ff-d1c1-458a-924e-51ca8ba6f384', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:38:49,448 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:38:49,448 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d8c7657-2387-43cf-904d-399c1103f38e', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d8c7657-2387-43cf-904d-399c1103f38e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:38:50,497 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:38:50,498 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-14ef4f07-821f-43f0-83cf-48f9c864dee2', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14ef4f07-821f-43f0-83cf-48f9c864dee2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:38:51,546 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:38:51,546 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da4295c1-4089-4ed4-a819-cd1888069fdb', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da4295c1-4089-4ed4-a819-cd1888069fdb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:38:52,595 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:38:52,595 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bdac499b-dec6-4a53-bdfe-781339dd926b', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bdac499b-dec6-4a53-bdfe-781339dd926b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:38:53,643 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.039s 2021-10-27 01:38:53,643 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-94cefd12-a996-40c9-8e51-86dcee46c578', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-94cefd12-a996-40c9-8e51-86dcee46c578', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:38:54,692 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:38:54,693 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-050cecd3-34a0-4561-a5be-98731fa29b3a', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-050cecd3-34a0-4561-a5be-98731fa29b3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:38:55,741 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:38:55,741 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c4dedd0-a8ae-4e63-a2f8-b1a000edc72a', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c4dedd0-a8ae-4e63-a2f8-b1a000edc72a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:38:56,789 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:38:56,789 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8985cc0f-c0d2-400e-84d1-bf31acaed97c', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8985cc0f-c0d2-400e-84d1-bf31acaed97c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:38:57,839 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.042s 2021-10-27 01:38:57,839 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca888979-e081-455d-a02d-f205e779719f', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca888979-e081-455d-a02d-f205e779719f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:38:58,889 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:38:58,889 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c5de072-d70e-41f4-9e10-f72296e2f066', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c5de072-d70e-41f4-9e10-f72296e2f066', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:38:59,938 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:38:59,938 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f67f1679-db37-4ddb-ae90-9f02e1e58d8a', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f67f1679-db37-4ddb-ae90-9f02e1e58d8a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:39:00,986 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:39:00,987 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12793115-3c15-4780-84ee-83b70fb55d41', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12793115-3c15-4780-84ee-83b70fb55d41', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:39:02,035 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:39:02,035 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a1f1e12-8169-4ca9-8013-1fe1a9aece4a', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a1f1e12-8169-4ca9-8013-1fe1a9aece4a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:39:03,085 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:39:03,085 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55371d0a-8a6f-4c3e-8ac0-953e9614c24e', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55371d0a-8a6f-4c3e-8ac0-953e9614c24e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:39:04,132 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.039s 2021-10-27 01:39:04,133 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-59fd2bf1-1d64-4271-bc06-693cb9d88fc9', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-59fd2bf1-1d64-4271-bc06-693cb9d88fc9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:39:05,183 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:39:05,183 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ad97c61-6a9d-4ed9-b9c7-9c30519b1c6c', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ad97c61-6a9d-4ed9-b9c7-9c30519b1c6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:39:06,232 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:39:06,233 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-71a1d2fe-8d75-4f3d-b6cc-d5aa1e540279', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-71a1d2fe-8d75-4f3d-b6cc-d5aa1e540279', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:39:07,281 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:39:07,282 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e3eb1e2-74ec-456e-9647-e7f57bcc3951', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e3eb1e2-74ec-456e-9647-e7f57bcc3951', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:39:08,331 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:39:08,331 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d80e62f9-05a8-4f40-9006-6c2c0d5e8912', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d80e62f9-05a8-4f40-9006-6c2c0d5e8912', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:39:09,380 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:39:09,381 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83d7ff9b-3eeb-4bb2-86d0-abb63e2fca9b', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83d7ff9b-3eeb-4bb2-86d0-abb63e2fca9b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:39:10,430 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:39:10,430 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a3c56f5-0b01-4a4f-82cf-83ce728051f8', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a3c56f5-0b01-4a4f-82cf-83ce728051f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:39:11,478 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:39:11,478 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a062911-5c12-4261-b03c-1b2ee1ba253d', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a062911-5c12-4261-b03c-1b2ee1ba253d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:39:12,529 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.042s 2021-10-27 01:39:12,529 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c553db98-0241-4642-857f-16b4eae67846', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c553db98-0241-4642-857f-16b4eae67846', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:39:13,578 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:39:13,578 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-665f2ad4-bd88-461d-884a-c35d58fa44d1', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-665f2ad4-bd88-461d-884a-c35d58fa44d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:39:14,626 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:39:14,626 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-923a2b20-52c8-4314-bf0c-631922fc75a4', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-923a2b20-52c8-4314-bf0c-631922fc75a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:39:15,674 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.039s 2021-10-27 01:39:15,674 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c95bc82-ad88-4ce1-9d3c-d714a24b36e1', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c95bc82-ad88-4ce1-9d3c-d714a24b36e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:39:16,723 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:39:16,724 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5638b3df-7891-4ebb-ae9b-5534e93e23b1', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5638b3df-7891-4ebb-ae9b-5534e93e23b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:39:17,772 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:39:17,772 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9922fa7d-4b42-45c4-9a68-fda37cd400f7', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9922fa7d-4b42-45c4-9a68-fda37cd400f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:39:18,822 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:39:18,822 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c13f1a87-8d0b-41b0-b96c-9fffead8bbb5', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c13f1a87-8d0b-41b0-b96c-9fffead8bbb5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:39:19,871 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:39:19,871 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68d6363e-4a1d-41e1-a812-052e1f5fadc3', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68d6363e-4a1d-41e1-a812-052e1f5fadc3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:39:20,921 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.042s 2021-10-27 01:39:20,922 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1935f1bb-edc9-4b65-aaee-a1131f03cd22', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1935f1bb-edc9-4b65-aaee-a1131f03cd22', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:39:21,970 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:39:21,971 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5aed058-f95e-4fec-8774-2f51f18788b0', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a5aed058-f95e-4fec-8774-2f51f18788b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:39:23,020 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:39:23,020 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a38de42-34c6-4bb7-8e6b-a57263520bac', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a38de42-34c6-4bb7-8e6b-a57263520bac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:39:24,068 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:39:24,069 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-54aa2937-3d5c-4161-b125-1e2eb453532c', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54aa2937-3d5c-4161-b125-1e2eb453532c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:39:25,118 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:39:25,118 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68318e78-3433-407f-bef0-57fac15fd893', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68318e78-3433-407f-bef0-57fac15fd893', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:39:26,167 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:39:26,168 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c223630-65b5-4004-abaf-d6cf3d0fc970', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c223630-65b5-4004-abaf-d6cf3d0fc970', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:39:27,217 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:39:27,218 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58036b79-cc81-442d-83b3-4ebe0fd2de9c', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58036b79-cc81-442d-83b3-4ebe0fd2de9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:39:28,266 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:39:28,266 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7650fcf-622d-4809-9e40-f3a34dd4ad0a', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7650fcf-622d-4809-9e40-f3a34dd4ad0a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:39:29,314 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:39:29,314 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c8f4358b-f3cc-425e-a00d-4ac56d5c4320', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8f4358b-f3cc-425e-a00d-4ac56d5c4320', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:39:30,363 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:39:30,363 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b8faba38-9112-4cb5-81e2-07be3db64f04', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b8faba38-9112-4cb5-81e2-07be3db64f04', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:39:31,412 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:39:31,413 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f4638675-51d3-4039-bd21-c2e0ce709077', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f4638675-51d3-4039-bd21-c2e0ce709077', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:39:32,463 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:39:32,463 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83e0fbe5-1d07-4816-9ee5-9216988863b8', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83e0fbe5-1d07-4816-9ee5-9216988863b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:39:33,512 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:39:33,512 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad6a6b4f-cd92-42d5-a9a8-b6fbe667b31a', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad6a6b4f-cd92-42d5-a9a8-b6fbe667b31a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:39:34,562 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:39:34,562 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74c902dd-bafa-4cf0-8481-9bcc6bcae30e', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74c902dd-bafa-4cf0-8481-9bcc6bcae30e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:39:35,611 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.042s 2021-10-27 01:39:35,612 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f862d167-8f7a-4ffe-b6a6-d4dd891446b9', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f862d167-8f7a-4ffe-b6a6-d4dd891446b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:39:36,660 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:39:36,660 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f4eabbb-74fb-4449-86c3-31eccd174b7b', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f4eabbb-74fb-4449-86c3-31eccd174b7b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:39:37,710 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.042s 2021-10-27 01:39:37,712 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7424577c-2d78-4e80-8ac1-bde57bb90981', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7424577c-2d78-4e80-8ac1-bde57bb90981', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:39:38,760 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:39:38,761 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1872896-8d2b-4559-be24-36a4e6294003', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1872896-8d2b-4559-be24-36a4e6294003', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:39:39,808 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:39:39,809 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a94973b-7114-4e77-918e-afd7ce5c162e', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a94973b-7114-4e77-918e-afd7ce5c162e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:39:40,860 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.042s 2021-10-27 01:39:40,860 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c8a40771-e31f-44c7-af50-f541625884f3', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8a40771-e31f-44c7-af50-f541625884f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:39:41,908 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.039s 2021-10-27 01:39:41,908 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d42a0a0d-7db1-4169-8b25-3d884284ab9e', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d42a0a0d-7db1-4169-8b25-3d884284ab9e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:39:42,956 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:39:42,956 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-495d4540-050d-4aec-8523-311f0d091bae', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-495d4540-050d-4aec-8523-311f0d091bae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:39:44,005 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:39:44,006 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-08caf43c-3263-4f4e-8e1b-73a0410a3658', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-08caf43c-3263-4f4e-8e1b-73a0410a3658', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:39:45,053 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.039s 2021-10-27 01:39:45,054 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f4f0dc0-b6f4-4687-b510-b16b9f289b82', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f4f0dc0-b6f4-4687-b510-b16b9f289b82', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:39:46,102 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:39:46,102 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76770232-643b-447d-9b3c-7c4f0637155c', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76770232-643b-447d-9b3c-7c4f0637155c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:39:47,149 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:39:47,150 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a2646b28-c65b-4bca-b782-316b5a1a86b2', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a2646b28-c65b-4bca-b782-316b5a1a86b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:39:48,201 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.044s 2021-10-27 01:39:48,201 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-60017a82-daff-4527-93db-6e6dc53a67d8', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-60017a82-daff-4527-93db-6e6dc53a67d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:39:49,249 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:39:49,250 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d2c0cdf-54b1-4877-89eb-332a517c6c75', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d2c0cdf-54b1-4877-89eb-332a517c6c75', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:39:50,298 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:39:50,298 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-825a7052-fe6d-4dc3-9671-fd68e127acb8', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-825a7052-fe6d-4dc3-9671-fd68e127acb8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:39:51,346 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:39:51,347 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e2485e1-f718-48b0-b024-38376218ff3f', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e2485e1-f718-48b0-b024-38376218ff3f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:39:52,395 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:39:52,396 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d19eb9a-16fd-403f-bcbd-15c2919663b5', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d19eb9a-16fd-403f-bcbd-15c2919663b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:39:53,444 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:39:53,445 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c89f34a5-051a-4985-96cb-a841a3beafc2', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c89f34a5-051a-4985-96cb-a841a3beafc2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:39:54,495 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:39:54,495 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-85ae713b-d8d2-40ec-9111-79649e8424aa', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-85ae713b-d8d2-40ec-9111-79649e8424aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:39:55,543 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:39:55,544 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b5e4c5a-1606-4db4-86f4-8974997159b5', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b5e4c5a-1606-4db4-86f4-8974997159b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:39:56,592 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:39:56,593 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8bfba773-f38a-4bdd-b6d4-7b7b9098fc3a', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8bfba773-f38a-4bdd-b6d4-7b7b9098fc3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:39:57,643 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.042s 2021-10-27 01:39:57,644 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-034f6d6f-01e8-48cb-81fb-cc10782b5607', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-034f6d6f-01e8-48cb-81fb-cc10782b5607', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:39:58,692 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:39:58,692 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d10acc7-c514-4802-a81f-a571e44310df', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d10acc7-c514-4802-a81f-a571e44310df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:39:59,741 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:39:59,741 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6cd52f9d-867e-415e-9344-f19214febe5a', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6cd52f9d-867e-415e-9344-f19214febe5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:40:00,789 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:40:00,790 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5faeec0a-a0e3-4a8d-89ef-d572a9d1b2de', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5faeec0a-a0e3-4a8d-89ef-d572a9d1b2de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:40:01,838 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:40:01,839 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3db5934f-ea55-4588-908b-91901689814f', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3db5934f-ea55-4588-908b-91901689814f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:40:02,887 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:40:02,887 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dfb2dd81-a877-4c00-8f6f-6f39a611b983', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dfb2dd81-a877-4c00-8f6f-6f39a611b983', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:40:03,936 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:40:03,937 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3700fec6-228b-4fc1-8de4-33221c0910f3', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3700fec6-228b-4fc1-8de4-33221c0910f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:40:04,985 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:40:04,985 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-70367b88-da6f-41a4-abb3-4d6cea9ef28a', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-70367b88-da6f-41a4-abb3-4d6cea9ef28a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:40:06,034 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:40:06,034 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2025c85e-94e7-49d7-9d1b-bb4f6a76e1fb', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2025c85e-94e7-49d7-9d1b-bb4f6a76e1fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:40:07,083 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:40:07,084 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f7f0e9d-403d-4a21-abd7-fc3d1f9aadaa', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f7f0e9d-403d-4a21-abd7-fc3d1f9aadaa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:40:08,132 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:40:08,132 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e900a94-a12e-4121-98ad-9af17abe5393', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e900a94-a12e-4121-98ad-9af17abe5393', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:40:09,181 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:40:09,181 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c552770c-94df-4463-ae8b-eacbd104d5ef', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c552770c-94df-4463-ae8b-eacbd104d5ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:40:10,230 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:40:10,230 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d039c70-7b8f-4a2c-bc35-beaeca2bb11f', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d039c70-7b8f-4a2c-bc35-beaeca2bb11f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:40:11,280 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:40:11,280 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a00e109-e33b-457d-b1ef-76a3a666dc56', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a00e109-e33b-457d-b1ef-76a3a666dc56', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:40:12,329 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:40:12,329 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-026ece88-b120-452b-99dd-29838bb2c71a', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-026ece88-b120-452b-99dd-29838bb2c71a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:40:13,377 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:40:13,377 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c6bc2de-13f4-4b76-8db6-71bcde44c0c8', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c6bc2de-13f4-4b76-8db6-71bcde44c0c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:40:14,426 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:40:14,427 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f59883d7-2de5-4cbd-b8d1-d10f253fed55', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f59883d7-2de5-4cbd-b8d1-d10f253fed55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:40:15,475 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:40:15,476 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3cae45eb-11a0-451d-8470-ca194e8fb419', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3cae45eb-11a0-451d-8470-ca194e8fb419', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:40:16,528 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.043s 2021-10-27 01:40:16,528 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b6a490e4-ccc1-4c13-98e8-f5698456587b', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b6a490e4-ccc1-4c13-98e8-f5698456587b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:40:17,577 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:40:17,577 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6bfc25bb-2962-40cd-a675-c6a1db8512bb', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6bfc25bb-2962-40cd-a675-c6a1db8512bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:40:18,626 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:40:18,626 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5552450d-c7e8-477f-9246-338a548f94d1', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5552450d-c7e8-477f-9246-338a548f94d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:40:19,674 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:40:19,674 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-642142d5-4f07-424a-9663-22d26aed1cd4', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-642142d5-4f07-424a-9663-22d26aed1cd4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:40:20,723 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:40:20,724 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b02c3c00-99fe-4f57-b6e1-f2b271fb7921', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b02c3c00-99fe-4f57-b6e1-f2b271fb7921', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:40:21,771 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.039s 2021-10-27 01:40:21,771 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a49a0257-5dba-455c-870c-f6e10cc9dff5', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a49a0257-5dba-455c-870c-f6e10cc9dff5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:40:22,821 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:40:22,822 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-61082b4c-6204-42d5-bac4-5d3039c9e56f', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-61082b4c-6204-42d5-bac4-5d3039c9e56f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:40:23,868 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.039s 2021-10-27 01:40:23,868 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95e23a5d-dc34-4f59-a2dc-e34186e98f59', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95e23a5d-dc34-4f59-a2dc-e34186e98f59', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:40:24,917 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:40:24,918 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-52a1c20e-6a9d-45b5-8b97-1d248ba70956', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-52a1c20e-6a9d-45b5-8b97-1d248ba70956', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:40:25,967 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:40:25,967 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6078561-2489-4c46-afd3-b37afe895f6a', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6078561-2489-4c46-afd3-b37afe895f6a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:40:27,019 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.043s 2021-10-27 01:40:27,019 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-70030646-ec1f-4411-904b-f9d25a0982f1', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-70030646-ec1f-4411-904b-f9d25a0982f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:40:28,068 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:40:28,068 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82a17054-f887-4dd6-b5e5-abe71a7914a4', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82a17054-f887-4dd6-b5e5-abe71a7914a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:40:29,117 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:40:29,117 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e78ae624-d637-4f3a-9cec-dfceacf9d1b7', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e78ae624-d637-4f3a-9cec-dfceacf9d1b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:40:30,165 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.039s 2021-10-27 01:40:30,166 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d085cb45-1ef2-4a3e-bf83-7f346a337f50', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d085cb45-1ef2-4a3e-bf83-7f346a337f50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:40:31,215 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:40:31,215 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7054cd89-24f5-4c66-affa-95660f1df2ee', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7054cd89-24f5-4c66-affa-95660f1df2ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:40:32,263 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:40:32,263 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a0435d7-116f-43bf-9b45-04ea75e1b726', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a0435d7-116f-43bf-9b45-04ea75e1b726', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:40:33,312 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:40:33,312 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-93d1ff9c-a44c-46b0-b628-5db4ed5681cb', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-93d1ff9c-a44c-46b0-b628-5db4ed5681cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:40:34,361 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:40:34,362 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4fa8a24d-d865-4a41-a546-e6f5764e0c8c', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4fa8a24d-d865-4a41-a546-e6f5764e0c8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:40:35,411 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:40:35,411 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff7c74f2-f441-46d6-bbf9-69e11ad0ef3d', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff7c74f2-f441-46d6-bbf9-69e11ad0ef3d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:40:36,460 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:40:36,460 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cbc277ca-cc6d-4cd8-9d13-f26b005b7894', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cbc277ca-cc6d-4cd8-9d13-f26b005b7894', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:40:37,509 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:40:37,509 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d74de663-6374-4969-95ea-1c12b408fcaf', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d74de663-6374-4969-95ea-1c12b408fcaf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:40:38,558 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:40:38,558 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b339f202-b40a-4e39-83ce-384838887c53', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b339f202-b40a-4e39-83ce-384838887c53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:40:39,606 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:40:39,607 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-722dacc7-b371-411e-9b82-fcf1d06e9642', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-722dacc7-b371-411e-9b82-fcf1d06e9642', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:40:40,657 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.042s 2021-10-27 01:40:40,657 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0b38774-3a96-4734-9a92-19a1f3a6f9b6', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c0b38774-3a96-4734-9a92-19a1f3a6f9b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:40:41,706 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:40:41,706 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e129864a-c57a-4a91-a814-e950f2512c3a', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e129864a-c57a-4a91-a814-e950f2512c3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:40:42,754 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:40:42,754 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b9b36d4-1f14-4add-836b-5b5263ff5324', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b9b36d4-1f14-4add-836b-5b5263ff5324', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:40:43,802 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.039s 2021-10-27 01:40:43,803 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ece2f4b-062f-4fee-ae4e-a663b547677d', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ece2f4b-062f-4fee-ae4e-a663b547677d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:40:44,852 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:40:44,852 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c00f08bb-746f-4c2e-b298-0d5c02679f4d', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c00f08bb-746f-4c2e-b298-0d5c02679f4d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:40:45,900 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:40:45,901 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b8e63330-717c-45f1-9be5-c0571b6eeed7', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b8e63330-717c-45f1-9be5-c0571b6eeed7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:40:46,949 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:40:46,949 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3b9da9c-5023-41bd-b6a5-c1860f6f4d4f', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3b9da9c-5023-41bd-b6a5-c1860f6f4d4f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:40:47,998 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:40:47,999 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2994cb93-b318-4c64-becc-436d070dbb3f', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2994cb93-b318-4c64-becc-436d070dbb3f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:40:49,047 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:40:49,048 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41bba658-c463-4aa2-adad-d3a12be6ec1a', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41bba658-c463-4aa2-adad-d3a12be6ec1a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:40:50,096 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:40:50,097 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6a16f51-3c95-4717-b950-d53b783c6d2f', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6a16f51-3c95-4717-b950-d53b783c6d2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:40:51,145 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:40:51,145 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67a29e3e-f043-4fe0-adf2-e5b939b59938', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67a29e3e-f043-4fe0-adf2-e5b939b59938', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:40:52,193 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:40:52,193 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99693f2c-9819-4a90-a2de-b19c2fdcba04', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99693f2c-9819-4a90-a2de-b19c2fdcba04', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:40:53,242 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:40:53,243 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a75a1ec-a2d1-401c-bf94-d165d70ec670', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a75a1ec-a2d1-401c-bf94-d165d70ec670', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:40:54,292 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:40:54,292 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75e82e1a-83d2-4722-b978-2943a0b8b6d0', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75e82e1a-83d2-4722-b978-2943a0b8b6d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:40:55,341 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:40:55,341 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8208fdf1-a20d-42ac-9f11-1368b1cbb9e9', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8208fdf1-a20d-42ac-9f11-1368b1cbb9e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:40:56,390 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:40:56,390 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-08cf733c-7973-4775-ae8e-1d33eb564129', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-08cf733c-7973-4775-ae8e-1d33eb564129', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:40:57,438 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:40:57,438 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-20d70982-7488-41de-93d2-f38581bb3124', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-20d70982-7488-41de-93d2-f38581bb3124', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:40:58,487 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:40:58,487 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-354f73de-f0e3-4e8d-a943-3178bff350b6', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-354f73de-f0e3-4e8d-a943-3178bff350b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:40:59,693 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.198s 2021-10-27 01:40:59,693 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-337ed715-f3a3-4b64-bce6-78461edc64ce', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-337ed715-f3a3-4b64-bce6-78461edc64ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:41:00,740 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.039s 2021-10-27 01:41:00,741 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-10f1a597-ffdf-4518-b701-253e9581dc54', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10f1a597-ffdf-4518-b701-253e9581dc54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:41:01,789 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.039s 2021-10-27 01:41:01,789 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-59c3a5e2-cce6-4a0d-a8e2-5ff1d67289eb', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-59c3a5e2-cce6-4a0d-a8e2-5ff1d67289eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:41:02,838 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:41:02,839 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-94219998-26ab-408a-8a64-39f026319b26', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-94219998-26ab-408a-8a64-39f026319b26', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:41:03,886 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.039s 2021-10-27 01:41:03,886 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29368dc4-5b89-4836-95f1-9398a4dc94c0', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29368dc4-5b89-4836-95f1-9398a4dc94c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:41:04,935 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:41:04,936 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ddded488-7ed9-4d51-8a10-105a7612494a', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ddded488-7ed9-4d51-8a10-105a7612494a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:41:05,986 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:41:05,986 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-218a0ece-4781-4175-8433-ff83f6a3620d', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-218a0ece-4781-4175-8433-ff83f6a3620d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:41:07,035 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:41:07,035 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d4294675-4bf0-4338-abbb-73a6a51209eb', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4294675-4bf0-4338-abbb-73a6a51209eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:41:08,083 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:41:08,083 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e76a4095-3ed0-45ce-8463-9c368aa5a110', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e76a4095-3ed0-45ce-8463-9c368aa5a110', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:41:09,133 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:41:09,133 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-650d06fd-532a-4bad-8c0d-5ef3f01c9192', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-650d06fd-532a-4bad-8c0d-5ef3f01c9192', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:41:10,181 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:41:10,182 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0d1fffb-ce29-416d-9455-9e5e3f60fa55', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0d1fffb-ce29-416d-9455-9e5e3f60fa55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:41:11,230 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:41:11,230 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df208aad-0942-4097-8e0e-ca43bad6fca6', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df208aad-0942-4097-8e0e-ca43bad6fca6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:41:12,281 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:41:12,281 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a774b71-ad77-42aa-a6ac-b52f15e77fe7', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a774b71-ad77-42aa-a6ac-b52f15e77fe7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:41:13,329 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:41:13,330 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e466492d-1ba0-4a80-84e4-75424c01071c', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e466492d-1ba0-4a80-84e4-75424c01071c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:41:14,377 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:41:14,378 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-578b77a1-c5c2-4075-9ce0-9e777091e110', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-578b77a1-c5c2-4075-9ce0-9e777091e110', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:41:15,426 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:41:15,427 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e986abe-3caa-40fa-88b8-4f518e42a178', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e986abe-3caa-40fa-88b8-4f518e42a178', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:41:16,475 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:41:16,475 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-181b208d-002f-434c-86ac-61265fc82050', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-181b208d-002f-434c-86ac-61265fc82050', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:41:17,523 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:41:17,524 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e18753f-2e92-4980-9563-6d748cd9523f', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e18753f-2e92-4980-9563-6d748cd9523f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:41:18,572 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:41:18,573 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bebd0c40-2996-455c-9078-742ee593e6ca', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bebd0c40-2996-455c-9078-742ee593e6ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:41:19,621 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:41:19,621 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53979e97-6e72-4181-aa3e-cd59f3ccefd6', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53979e97-6e72-4181-aa3e-cd59f3ccefd6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:41:20,670 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:41:20,670 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b7884e76-db89-4a23-9364-a126721fe2cc', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b7884e76-db89-4a23-9364-a126721fe2cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:41:21,719 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:41:21,720 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f06d9b71-9b2f-4b8c-8b7f-7aee418c0258', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f06d9b71-9b2f-4b8c-8b7f-7aee418c0258', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:41:22,775 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:41:22,775 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5eef7449-2057-49d2-8af9-52c32c6c2320', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5eef7449-2057-49d2-8af9-52c32c6c2320', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:41:23,824 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:41:23,824 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-98c27ec2-7bda-4c6d-893c-0734704f0283', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-98c27ec2-7bda-4c6d-893c-0734704f0283', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:41:24,873 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:41:24,873 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-01d3bc5e-abc7-4dde-a339-32fadaae2cf6', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01d3bc5e-abc7-4dde-a339-32fadaae2cf6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:41:25,922 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:41:25,922 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-86193764-ff5e-4533-b418-d03abb8c461b', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86193764-ff5e-4533-b418-d03abb8c461b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:41:26,970 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:41:26,970 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3576e0f-d012-4a46-9aeb-c54005e15290', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3576e0f-d012-4a46-9aeb-c54005e15290', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:41:28,018 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:41:28,019 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4df861aa-1d48-42fe-a2f6-8bdf888bf947', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4df861aa-1d48-42fe-a2f6-8bdf888bf947', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:41:29,066 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:41:29,067 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ad570a0-00b3-45fa-9db3-006afa8bc5eb', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ad570a0-00b3-45fa-9db3-006afa8bc5eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:41:30,115 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:41:30,116 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-72ed2309-3f46-4caf-8777-7dcbc5b9c747', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-72ed2309-3f46-4caf-8777-7dcbc5b9c747', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:41:31,164 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:41:31,164 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1549cb8-d74c-4ac6-a2d9-a533cd4aa4be', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f1549cb8-d74c-4ac6-a2d9-a533cd4aa4be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:41:32,213 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:41:32,214 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56450730-7c89-42c5-88b6-f67046ea9eac', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56450730-7c89-42c5-88b6-f67046ea9eac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:41:33,262 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.039s 2021-10-27 01:41:33,263 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-115f8454-5980-4aab-b7b8-7df73304c1a8', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-115f8454-5980-4aab-b7b8-7df73304c1a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:41:34,312 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:41:34,313 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b008d42e-99ab-4064-9e38-80efbdeebdaa', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b008d42e-99ab-4064-9e38-80efbdeebdaa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:41:35,362 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.042s 2021-10-27 01:41:35,363 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4126edf3-5f5a-4dc5-b6e4-28117c493dca', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4126edf3-5f5a-4dc5-b6e4-28117c493dca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:41:36,412 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:41:36,412 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8043de9-5f61-4acb-a096-6e59c7e6dd03', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8043de9-5f61-4acb-a096-6e59c7e6dd03', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:41:37,463 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.042s 2021-10-27 01:41:37,463 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-86340532-b469-484d-995e-93e9660afccb', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86340532-b469-484d-995e-93e9660afccb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:41:38,511 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:41:38,512 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d26637d2-09fa-4eac-8dcf-f9b7256ce570', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d26637d2-09fa-4eac-8dcf-f9b7256ce570', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:41:39,561 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:41:39,561 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d00b7545-403d-42a0-95be-0b8cac3c140d', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d00b7545-403d-42a0-95be-0b8cac3c140d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:41:40,610 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:41:40,610 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5db3e4be-01c0-4f35-a626-1c7b21ddcb58', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5db3e4be-01c0-4f35-a626-1c7b21ddcb58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:41:41,659 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:41:41,659 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40fc6ccf-e455-4e90-9963-6f287ebc1afb', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40fc6ccf-e455-4e90-9963-6f287ebc1afb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:41:42,707 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:41:42,707 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6bca6a2a-7e16-405a-a314-c5992f6bcf4e', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6bca6a2a-7e16-405a-a314-c5992f6bcf4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:41:43,756 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:41:43,756 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e66dc39-da9a-49aa-b890-eeaf46c80bae', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e66dc39-da9a-49aa-b890-eeaf46c80bae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:41:44,804 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.039s 2021-10-27 01:41:44,804 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7cf35f40-9b3f-4e50-9f71-e062cad7eaef', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7cf35f40-9b3f-4e50-9f71-e062cad7eaef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:41:45,858 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.045s 2021-10-27 01:41:45,858 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f55d6aa3-4b6f-4907-b524-c7314ba47c1f', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f55d6aa3-4b6f-4907-b524-c7314ba47c1f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:41:46,906 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:41:46,907 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0077db5-0f34-42f5-81d4-d0d43dcc2ea5', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0077db5-0f34-42f5-81d4-d0d43dcc2ea5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:41:47,955 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:41:47,956 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4243a978-03a6-42e3-a1f1-2d92079e5171', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4243a978-03a6-42e3-a1f1-2d92079e5171', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:41:49,003 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:41:49,004 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c266bbcb-f661-4b13-86b3-83a2cfa76e79', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c266bbcb-f661-4b13-86b3-83a2cfa76e79', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:41:50,054 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.042s 2021-10-27 01:41:50,054 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d97feed0-62e0-4e5d-bbe1-0a9eb4302123', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d97feed0-62e0-4e5d-bbe1-0a9eb4302123', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:41:51,103 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:41:51,103 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23cf1fa4-2df7-4261-920c-28c38f651b1e', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23cf1fa4-2df7-4261-920c-28c38f651b1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:41:52,152 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:41:52,152 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d777f22e-97d5-4071-b17c-56c77f985a33', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d777f22e-97d5-4071-b17c-56c77f985a33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:41:53,201 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:41:53,201 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af502ce9-dc7b-4263-b48e-c8be242753a1', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af502ce9-dc7b-4263-b48e-c8be242753a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:41:54,249 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:41:54,249 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dae5eedd-df80-4370-b24d-b092575e7554', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dae5eedd-df80-4370-b24d-b092575e7554', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:41:55,298 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:41:55,298 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f5e10c0e-5342-4923-93a7-ec1059c47b2d', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f5e10c0e-5342-4923-93a7-ec1059c47b2d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:41:56,346 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:41:56,346 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-85efdd59-2fb0-47d9-95e8-b097da0b0cce', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-85efdd59-2fb0-47d9-95e8-b097da0b0cce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:41:57,396 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:41:57,396 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-72b75aef-2095-41ab-af75-7552adc1fb19', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-72b75aef-2095-41ab-af75-7552adc1fb19', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:41:58,445 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:41:58,445 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-60a30efd-7081-4315-b69f-7e2e16dbfa4d', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-60a30efd-7081-4315-b69f-7e2e16dbfa4d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:41:59,493 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:41:59,493 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9605560a-1ca9-4dfa-8ec5-b3317c33f109', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9605560a-1ca9-4dfa-8ec5-b3317c33f109', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:42:00,544 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:42:00,545 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a5abe19-28cb-4f30-9470-11d034763353', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a5abe19-28cb-4f30-9470-11d034763353', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:42:01,594 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:42:01,595 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6750ec0e-e318-4cd9-94b7-164e73da6be6', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6750ec0e-e318-4cd9-94b7-164e73da6be6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:42:02,643 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:42:02,644 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3af346a3-f009-4e4a-ac43-599744ba6b06', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3af346a3-f009-4e4a-ac43-599744ba6b06', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:42:03,692 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:42:03,692 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d1f4f7b-9fe1-4903-a37f-7dcce5386bb3', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d1f4f7b-9fe1-4903-a37f-7dcce5386bb3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:42:04,741 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:42:04,741 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-44ab2f67-6cb2-4f7d-890d-bba6b126e977', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-44ab2f67-6cb2-4f7d-890d-bba6b126e977', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:42:05,791 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:42:05,791 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c730e258-8475-49fd-83ef-7dc24da9a671', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c730e258-8475-49fd-83ef-7dc24da9a671', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:42:06,840 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:42:06,840 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18907c74-d55f-49b6-8c40-558fc3a40508', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18907c74-d55f-49b6-8c40-558fc3a40508', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:42:07,889 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:42:07,889 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-92154a4e-6d32-49ae-a8ee-b2158c9e63f5', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-92154a4e-6d32-49ae-a8ee-b2158c9e63f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:42:08,939 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.042s 2021-10-27 01:42:08,940 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a7aa5ec-2798-448a-a61e-191f4e7af9b5', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a7aa5ec-2798-448a-a61e-191f4e7af9b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:42:09,990 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:42:09,990 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f4939a1b-ac69-402f-85b7-6ee650d55f5e', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f4939a1b-ac69-402f-85b7-6ee650d55f5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:42:11,038 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:42:11,039 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da8ab44a-b00b-47f5-b996-689b2b7a8f2b', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da8ab44a-b00b-47f5-b996-689b2b7a8f2b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:42:12,087 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:42:12,088 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4d5e481-1528-4458-b50f-b5e3a727aac8', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4d5e481-1528-4458-b50f-b5e3a727aac8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:42:13,136 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:42:13,136 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e15da58f-8db9-46df-8a2c-ab75f28ccf1c', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e15da58f-8db9-46df-8a2c-ab75f28ccf1c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:42:14,185 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:42:14,185 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bba024c3-ad6e-4ecc-b096-ac2735ba565b', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bba024c3-ad6e-4ecc-b096-ac2735ba565b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:42:15,234 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:42:15,234 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-244cb8b3-e7e6-4e0a-ab53-1d022e848890', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-244cb8b3-e7e6-4e0a-ab53-1d022e848890', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:42:16,282 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:42:16,282 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-232b5805-85d0-47ad-8fca-3d06e30122dc', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-232b5805-85d0-47ad-8fca-3d06e30122dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:42:17,332 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:42:17,333 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-73932a0d-7536-4e2e-8ba4-a93da2780dd0', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-73932a0d-7536-4e2e-8ba4-a93da2780dd0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:42:18,381 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:42:18,382 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da31c0fe-cc35-45d3-a1d0-acf1de2c7e81', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da31c0fe-cc35-45d3-a1d0-acf1de2c7e81', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:42:19,431 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:42:19,431 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9dcda03d-4190-4d78-83a2-dfa88fb21eaf', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9dcda03d-4190-4d78-83a2-dfa88fb21eaf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:42:20,479 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.039s 2021-10-27 01:42:20,479 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea93a29d-6d88-4a14-a1ad-4cb85000d7b3', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea93a29d-6d88-4a14-a1ad-4cb85000d7b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:42:21,528 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:42:21,528 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5fd6290c-8b7d-4062-bb8d-03ca2e99b85c', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5fd6290c-8b7d-4062-bb8d-03ca2e99b85c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:42:22,577 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:42:22,577 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9189866-b1bb-4b3e-92d3-51cff89b530d', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9189866-b1bb-4b3e-92d3-51cff89b530d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:42:23,626 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:42:23,626 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b669f69-69ae-4178-8bcc-d2fef5e00684', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b669f69-69ae-4178-8bcc-d2fef5e00684', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:42:24,674 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:42:24,674 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-54733836-b4f8-4157-8cce-09afece8115f', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54733836-b4f8-4157-8cce-09afece8115f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:42:25,723 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:42:25,724 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75d79af0-d378-42dd-8976-6be482611f61', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75d79af0-d378-42dd-8976-6be482611f61', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:42:26,773 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:42:26,773 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d4dd116-f969-45a1-8273-51d90180de9b', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d4dd116-f969-45a1-8273-51d90180de9b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:42:27,823 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:42:27,824 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b18f9651-0e39-45f9-9633-671d128235ae', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b18f9651-0e39-45f9-9633-671d128235ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:42:28,874 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.042s 2021-10-27 01:42:28,874 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-94f4c88e-29e7-44d3-a95b-2a8d6f2a400a', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-94f4c88e-29e7-44d3-a95b-2a8d6f2a400a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:42:29,923 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:42:29,924 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74527a2c-96cf-4256-bdf5-7dabc859b45f', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74527a2c-96cf-4256-bdf5-7dabc859b45f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:42:30,972 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:42:30,972 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0bf31004-4ae6-4ad5-938d-ec45b37750b1', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0bf31004-4ae6-4ad5-938d-ec45b37750b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:42:32,025 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.045s 2021-10-27 01:42:32,025 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0bff6f89-d95c-435c-97da-73f993e631c9', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0bff6f89-d95c-435c-97da-73f993e631c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:42:33,075 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:42:33,076 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f5f7946-6b78-467f-b575-41c0b2f0b398', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f5f7946-6b78-467f-b575-41c0b2f0b398', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:42:34,124 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:42:34,125 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2de02ca4-cc03-41e2-90ad-b14ad6610804', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2de02ca4-cc03-41e2-90ad-b14ad6610804', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:42:35,173 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:42:35,173 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9aa90122-3fce-49ae-8c7c-c63a8cfb3a17', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9aa90122-3fce-49ae-8c7c-c63a8cfb3a17', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:42:36,222 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:42:36,222 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75cabfdb-20cd-4f55-86a6-ad2ef1118965', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75cabfdb-20cd-4f55-86a6-ad2ef1118965', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:42:37,270 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:42:37,270 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e538ac6-6c53-4ab7-84f4-91be4a8637e2', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e538ac6-6c53-4ab7-84f4-91be4a8637e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:42:38,319 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:42:38,320 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c8e3299e-fcde-48cc-9f86-bc1060a71a59', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8e3299e-fcde-48cc-9f86-bc1060a71a59', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:42:38,407 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.066s 2021-10-27 01:42:38,408 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-de744c6b-188a-45a1-baef-1caa5a29b083', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de744c6b-188a-45a1-baef-1caa5a29b083', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:42:38,461 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.046s 2021-10-27 01:42:38,462 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-09a45132-6e09-4721-9a75-a621ae70473c', 'x-compute-request-id': 'req-09a45132-6e09-4721-9a75-a621ae70473c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:42:39,509 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.044s 2021-10-27 01:42:39,509 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-432ebe7b-33f3-49e5-a84b-11d729ec3d38', 'x-compute-request-id': 'req-432ebe7b-33f3-49e5-a84b-11d729ec3d38', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:42:40,556 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.044s 2021-10-27 01:42:40,557 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f8d76833-0e97-4573-b70c-fa09326b06cf', 'x-compute-request-id': 'req-f8d76833-0e97-4573-b70c-fa09326b06cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:42:41,604 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.044s 2021-10-27 01:42:41,605 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-70103a6d-543c-4eda-8189-9f7ad34c21d8', 'x-compute-request-id': 'req-70103a6d-543c-4eda-8189-9f7ad34c21d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:42:42,653 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:42:42,653 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5b5e3b80-e609-453f-896f-3d21d67b1d96', 'x-compute-request-id': 'req-5b5e3b80-e609-453f-896f-3d21d67b1d96', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:42:43,700 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.044s 2021-10-27 01:42:43,700 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-26e9a932-fbc3-4247-a9c8-d569810eb09b', 'x-compute-request-id': 'req-26e9a932-fbc3-4247-a9c8-d569810eb09b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:42:44,748 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:42:44,748 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d11c25a5-b068-4a30-ae22-fb6080016e69', 'x-compute-request-id': 'req-d11c25a5-b068-4a30-ae22-fb6080016e69', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:42:45,795 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.044s 2021-10-27 01:42:45,796 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-87b70b32-11ce-47ec-a579-be106dff4452', 'x-compute-request-id': 'req-87b70b32-11ce-47ec-a579-be106dff4452', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:42:46,843 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:42:46,844 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-42be4c4b-9e41-4832-9225-dab9239c2611', 'x-compute-request-id': 'req-42be4c4b-9e41-4832-9225-dab9239c2611', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:42:47,893 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.046s 2021-10-27 01:42:47,894 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-546ed437-e7c7-4e4e-8501-dd36b71888d7', 'x-compute-request-id': 'req-546ed437-e7c7-4e4e-8501-dd36b71888d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:42:48,944 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.047s 2021-10-27 01:42:48,944 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5020383b-69b0-4008-8496-9cc34d7baa03', 'x-compute-request-id': 'req-5020383b-69b0-4008-8496-9cc34d7baa03', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:42:49,995 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.047s 2021-10-27 01:42:49,995 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2dfc232b-b0fc-43f8-aa71-f342879addca', 'x-compute-request-id': 'req-2dfc232b-b0fc-43f8-aa71-f342879addca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:42:51,045 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.046s 2021-10-27 01:42:51,045 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-06ca010a-5df1-444f-9a4d-fad2c27000fd', 'x-compute-request-id': 'req-06ca010a-5df1-444f-9a4d-fad2c27000fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:42:52,095 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.047s 2021-10-27 01:42:52,095 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ba136e04-a2d6-4326-b387-995c3bade795', 'x-compute-request-id': 'req-ba136e04-a2d6-4326-b387-995c3bade795', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:42:53,143 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:42:53,144 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-15199e26-8aa5-44d3-a483-85758aabba62', 'x-compute-request-id': 'req-15199e26-8aa5-44d3-a483-85758aabba62', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:42:54,192 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:42:54,192 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bf91e4ca-4ad3-4fa5-b875-a675e866a267', 'x-compute-request-id': 'req-bf91e4ca-4ad3-4fa5-b875-a675e866a267', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:42:55,240 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:42:55,241 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-52383df9-7782-4d4f-ae83-b1687b22d706', 'x-compute-request-id': 'req-52383df9-7782-4d4f-ae83-b1687b22d706', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:42:56,288 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.044s 2021-10-27 01:42:56,288 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fe2a09e3-dfde-414c-baae-d4f629a65e3f', 'x-compute-request-id': 'req-fe2a09e3-dfde-414c-baae-d4f629a65e3f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:42:57,336 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.044s 2021-10-27 01:42:57,336 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-09f1ab4d-7a24-47c2-8678-06043bdc2778', 'x-compute-request-id': 'req-09f1ab4d-7a24-47c2-8678-06043bdc2778', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:42:58,389 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.048s 2021-10-27 01:42:58,389 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-85ab5bb2-d02c-4bba-8324-759ad58ec91f', 'x-compute-request-id': 'req-85ab5bb2-d02c-4bba-8324-759ad58ec91f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:42:59,437 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:42:59,438 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-df0fbce8-15ec-44bc-a143-64fdf6719e5d', 'x-compute-request-id': 'req-df0fbce8-15ec-44bc-a143-64fdf6719e5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:43:00,487 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.046s 2021-10-27 01:43:00,487 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6c5f3299-18ad-464c-8826-7434b417ebf4', 'x-compute-request-id': 'req-6c5f3299-18ad-464c-8826-7434b417ebf4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:43:01,580 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.089s 2021-10-27 01:43:01,581 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-710df750-c5d5-45ab-8ea5-0d5b48cc04e6', 'x-compute-request-id': 'req-710df750-c5d5-45ab-8ea5-0d5b48cc04e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:43:02,627 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.044s 2021-10-27 01:43:02,628 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-778914d1-0459-421d-9c63-aeb13f9c42da', 'x-compute-request-id': 'req-778914d1-0459-421d-9c63-aeb13f9c42da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:43:03,675 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.044s 2021-10-27 01:43:03,676 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3e2b1aba-9834-4388-a485-c53d7ee86488', 'x-compute-request-id': 'req-3e2b1aba-9834-4388-a485-c53d7ee86488', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:43:04,724 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:43:04,725 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0ce9bdde-aa84-408e-9df0-c5fe6a7a67dd', 'x-compute-request-id': 'req-0ce9bdde-aa84-408e-9df0-c5fe6a7a67dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:43:05,772 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.044s 2021-10-27 01:43:05,772 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3d2fd2ec-fc3c-4ba0-a9ee-8d99db284031', 'x-compute-request-id': 'req-3d2fd2ec-fc3c-4ba0-a9ee-8d99db284031', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:43:06,821 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.046s 2021-10-27 01:43:06,822 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-27f214bc-9d29-4b5a-b32e-ec78da8dc231', 'x-compute-request-id': 'req-27f214bc-9d29-4b5a-b32e-ec78da8dc231', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:43:07,871 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.046s 2021-10-27 01:43:07,871 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4675b23a-8fd6-4e5c-8493-8da0f41a9d8b', 'x-compute-request-id': 'req-4675b23a-8fd6-4e5c-8493-8da0f41a9d8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:43:08,920 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:43:08,920 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-659b7903-1b63-483d-a62f-86b55dba7d9f', 'x-compute-request-id': 'req-659b7903-1b63-483d-a62f-86b55dba7d9f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:43:09,969 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:43:09,969 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d0fdb7e7-22a1-4320-a2cd-abe215d87456', 'x-compute-request-id': 'req-d0fdb7e7-22a1-4320-a2cd-abe215d87456', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:43:11,018 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:43:11,018 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-41b4a7db-21ba-4c42-9c25-09d9609e4d54', 'x-compute-request-id': 'req-41b4a7db-21ba-4c42-9c25-09d9609e4d54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:43:12,066 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:43:12,066 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9c75bbfc-31c0-41a7-a6e7-e7e43fab4a0e', 'x-compute-request-id': 'req-9c75bbfc-31c0-41a7-a6e7-e7e43fab4a0e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:43:13,117 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.047s 2021-10-27 01:43:13,117 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-163b4ad2-e6d1-43a8-8c69-99d07667edcc', 'x-compute-request-id': 'req-163b4ad2-e6d1-43a8-8c69-99d07667edcc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:43:14,165 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:43:14,166 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-65280019-be3a-427f-b035-e3065063a469', 'x-compute-request-id': 'req-65280019-be3a-427f-b035-e3065063a469', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:43:15,215 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.046s 2021-10-27 01:43:15,215 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ba7e65ae-9bb7-405a-9ac8-f221cd464d6a', 'x-compute-request-id': 'req-ba7e65ae-9bb7-405a-9ac8-f221cd464d6a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:43:16,265 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.047s 2021-10-27 01:43:16,266 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-07d750dc-d012-4d23-929c-7cb7a995ff27', 'x-compute-request-id': 'req-07d750dc-d012-4d23-929c-7cb7a995ff27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:43:17,314 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:43:17,314 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fa302bf0-545f-4aa0-b513-d933454e1974', 'x-compute-request-id': 'req-fa302bf0-545f-4aa0-b513-d933454e1974', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:43:18,362 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:43:18,362 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7ece9bc7-5c1d-4230-9a5e-2b66fc7e269d', 'x-compute-request-id': 'req-7ece9bc7-5c1d-4230-9a5e-2b66fc7e269d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:43:19,409 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.044s 2021-10-27 01:43:19,410 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-82d81b6c-e1a9-45f6-9d55-9ef7b37a607f', 'x-compute-request-id': 'req-82d81b6c-e1a9-45f6-9d55-9ef7b37a607f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:43:20,458 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:43:20,458 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-553619ea-ea20-45eb-ac4d-c1737340b9c6', 'x-compute-request-id': 'req-553619ea-ea20-45eb-ac4d-c1737340b9c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:43:21,506 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:43:21,507 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a2bc9ef6-ad72-4cc3-9b26-c3646e0b895a', 'x-compute-request-id': 'req-a2bc9ef6-ad72-4cc3-9b26-c3646e0b895a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:43:22,554 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.044s 2021-10-27 01:43:22,554 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-51e5e39f-bf27-4a5c-b7ab-8027edcfdf1c', 'x-compute-request-id': 'req-51e5e39f-bf27-4a5c-b7ab-8027edcfdf1c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:43:23,603 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:43:23,603 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-efa304c3-c69d-46ba-8c9e-8e3ca616b747', 'x-compute-request-id': 'req-efa304c3-c69d-46ba-8c9e-8e3ca616b747', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:43:24,651 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:43:24,651 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-db85e6d7-08d9-4fd4-849b-0aa687f8e293', 'x-compute-request-id': 'req-db85e6d7-08d9-4fd4-849b-0aa687f8e293', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:43:25,698 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.044s 2021-10-27 01:43:25,698 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e406901f-bcc1-43a1-a826-7d588858fe25', 'x-compute-request-id': 'req-e406901f-bcc1-43a1-a826-7d588858fe25', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:43:26,758 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.056s 2021-10-27 01:43:26,758 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ba8463b3-a40f-4e96-bb92-0da4103b4bbd', 'x-compute-request-id': 'req-ba8463b3-a40f-4e96-bb92-0da4103b4bbd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:43:27,807 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:43:27,807 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5c3d760e-fdeb-478d-8a4a-202d88b1664c', 'x-compute-request-id': 'req-5c3d760e-fdeb-478d-8a4a-202d88b1664c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:43:28,855 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.044s 2021-10-27 01:43:28,856 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ad9c0ad8-a1ff-47bd-8ff4-a0503301b196', 'x-compute-request-id': 'req-ad9c0ad8-a1ff-47bd-8ff4-a0503301b196', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:43:29,903 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:43:29,904 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0b584660-6d9f-457e-8379-821da7402dbc', 'x-compute-request-id': 'req-0b584660-6d9f-457e-8379-821da7402dbc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:43:30,952 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:43:30,952 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-42b06cef-45a5-4682-9437-c01a2f40da6b', 'x-compute-request-id': 'req-42b06cef-45a5-4682-9437-c01a2f40da6b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:43:32,001 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:43:32,001 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-97ce8645-24b7-45cd-b2a3-791b5f1a8466', 'x-compute-request-id': 'req-97ce8645-24b7-45cd-b2a3-791b5f1a8466', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:43:33,049 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:43:33,050 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-07b8c4c2-3db1-4a4a-a028-9f4e4e955166', 'x-compute-request-id': 'req-07b8c4c2-3db1-4a4a-a028-9f4e4e955166', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:43:34,098 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:43:34,099 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-06a33a8b-894f-421c-9a8c-0070ea1f99a5', 'x-compute-request-id': 'req-06a33a8b-894f-421c-9a8c-0070ea1f99a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:43:35,147 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:43:35,147 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-49fe6bf4-dee4-49c8-98de-7af51b712161', 'x-compute-request-id': 'req-49fe6bf4-dee4-49c8-98de-7af51b712161', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:43:36,197 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.047s 2021-10-27 01:43:36,197 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-197395f5-3440-4f35-87eb-7af4996131b1', 'x-compute-request-id': 'req-197395f5-3440-4f35-87eb-7af4996131b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:43:37,244 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.044s 2021-10-27 01:43:37,244 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1547797f-0ac3-463b-a489-dd3b88cf9f96', 'x-compute-request-id': 'req-1547797f-0ac3-463b-a489-dd3b88cf9f96', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:43:38,295 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.047s 2021-10-27 01:43:38,295 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fb14ed01-ee87-418c-bb19-c0de2b0bffa1', 'x-compute-request-id': 'req-fb14ed01-ee87-418c-bb19-c0de2b0bffa1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:43:39,343 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:43:39,343 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4a843311-a0a8-4f0a-b7a6-e605399d351c', 'x-compute-request-id': 'req-4a843311-a0a8-4f0a-b7a6-e605399d351c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:43:40,391 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:43:40,391 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bbb33681-6524-4eb3-8675-7c68290e2f3e', 'x-compute-request-id': 'req-bbb33681-6524-4eb3-8675-7c68290e2f3e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:43:41,438 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:43:41,439 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-11608d9e-22d8-48d6-80e2-847c4b5f3863', 'x-compute-request-id': 'req-11608d9e-22d8-48d6-80e2-847c4b5f3863', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:43:42,487 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.046s 2021-10-27 01:43:42,488 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8635f640-04d4-4b4a-8d68-1d93a595fbbf', 'x-compute-request-id': 'req-8635f640-04d4-4b4a-8d68-1d93a595fbbf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:43:43,535 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:43:43,536 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8d380bf2-b130-4007-8845-d4fe32cb62f5', 'x-compute-request-id': 'req-8d380bf2-b130-4007-8845-d4fe32cb62f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:43:44,584 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:43:44,585 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8fa4ed91-796a-415d-a61f-76f381466b59', 'x-compute-request-id': 'req-8fa4ed91-796a-415d-a61f-76f381466b59', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:43:45,633 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:43:45,634 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-70895376-e72f-40a5-9e3c-491bf76a4710', 'x-compute-request-id': 'req-70895376-e72f-40a5-9e3c-491bf76a4710', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:43:46,683 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.046s 2021-10-27 01:43:46,683 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dd9da0b9-9173-4183-b349-e497573c742a', 'x-compute-request-id': 'req-dd9da0b9-9173-4183-b349-e497573c742a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:43:47,736 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.050s 2021-10-27 01:43:47,736 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cda0e65f-01ae-4b6f-aece-0b30b81a2301', 'x-compute-request-id': 'req-cda0e65f-01ae-4b6f-aece-0b30b81a2301', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:43:48,784 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:43:48,785 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-704a5bc2-2feb-4e73-9cfd-32f1f42f75c6', 'x-compute-request-id': 'req-704a5bc2-2feb-4e73-9cfd-32f1f42f75c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:43:49,835 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.047s 2021-10-27 01:43:49,835 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6cfe5cfb-56c9-4260-8339-383cd8e982da', 'x-compute-request-id': 'req-6cfe5cfb-56c9-4260-8339-383cd8e982da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:43:50,883 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:43:50,883 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7b2ca198-332a-4233-998f-55dcd0fff1cb', 'x-compute-request-id': 'req-7b2ca198-332a-4233-998f-55dcd0fff1cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:43:51,932 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:43:51,933 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a1d03fb1-e863-4c23-99cd-b9e4fee7ed70', 'x-compute-request-id': 'req-a1d03fb1-e863-4c23-99cd-b9e4fee7ed70', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:43:52,982 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.046s 2021-10-27 01:43:52,983 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eca68cdf-c5cd-4fec-98a0-fb1aad3cca9b', 'x-compute-request-id': 'req-eca68cdf-c5cd-4fec-98a0-fb1aad3cca9b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:43:54,032 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.046s 2021-10-27 01:43:54,032 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-05cb7172-c58a-4237-a66c-0af00b7ddba0', 'x-compute-request-id': 'req-05cb7172-c58a-4237-a66c-0af00b7ddba0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:43:55,082 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.047s 2021-10-27 01:43:55,083 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f87f334a-f7a2-47f4-970b-898c888f92e1', 'x-compute-request-id': 'req-f87f334a-f7a2-47f4-970b-898c888f92e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:43:56,134 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.048s 2021-10-27 01:43:56,134 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2e51c49f-cf81-4f96-8a93-8cfb91e8db18', 'x-compute-request-id': 'req-2e51c49f-cf81-4f96-8a93-8cfb91e8db18', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:43:57,189 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.049s 2021-10-27 01:43:57,189 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cbc1181f-e9a4-4ad8-b148-162adf73ae77', 'x-compute-request-id': 'req-cbc1181f-e9a4-4ad8-b148-162adf73ae77', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:43:58,237 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:43:58,237 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4f0ac45a-683b-4a6b-b239-3bb9555a053b', 'x-compute-request-id': 'req-4f0ac45a-683b-4a6b-b239-3bb9555a053b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:43:59,286 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:43:59,286 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-85da9c41-2dcc-4f9f-9e1c-c317e313c7ca', 'x-compute-request-id': 'req-85da9c41-2dcc-4f9f-9e1c-c317e313c7ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:44:00,336 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.046s 2021-10-27 01:44:00,336 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c571a09c-a101-4158-99fd-b9929fd6a7b4', 'x-compute-request-id': 'req-c571a09c-a101-4158-99fd-b9929fd6a7b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:44:01,388 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.048s 2021-10-27 01:44:01,388 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a1c0951e-03a1-4d59-914b-48cfa0807f69', 'x-compute-request-id': 'req-a1c0951e-03a1-4d59-914b-48cfa0807f69', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:44:02,443 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.046s 2021-10-27 01:44:02,444 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8f0fd2f1-3202-4734-90f3-41676ec5f603', 'x-compute-request-id': 'req-8f0fd2f1-3202-4734-90f3-41676ec5f603', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:44:03,493 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.046s 2021-10-27 01:44:03,493 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3bbf3aa7-f4c3-4b72-a533-e6182dfbc105', 'x-compute-request-id': 'req-3bbf3aa7-f4c3-4b72-a533-e6182dfbc105', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:44:04,542 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.046s 2021-10-27 01:44:04,543 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-04b29cd0-8800-4120-8912-bea49876c5d4', 'x-compute-request-id': 'req-04b29cd0-8800-4120-8912-bea49876c5d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:44:05,592 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.047s 2021-10-27 01:44:05,593 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cfcd3faa-a3ff-4d0d-bdac-4820f7eb7f63', 'x-compute-request-id': 'req-cfcd3faa-a3ff-4d0d-bdac-4820f7eb7f63', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:44:06,643 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.047s 2021-10-27 01:44:06,643 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c6fb967a-9e0d-474a-a314-670a44490e4e', 'x-compute-request-id': 'req-c6fb967a-9e0d-474a-a314-670a44490e4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:44:07,692 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.046s 2021-10-27 01:44:07,693 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f52a4ed8-cd88-42c3-85ed-05f97364d19c', 'x-compute-request-id': 'req-f52a4ed8-cd88-42c3-85ed-05f97364d19c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:44:08,742 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.047s 2021-10-27 01:44:08,742 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c1308ae5-d33a-483e-9fae-bcaac90b7212', 'x-compute-request-id': 'req-c1308ae5-d33a-483e-9fae-bcaac90b7212', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:44:09,790 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:44:09,790 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1129ee86-fb7a-4107-b58c-548defa1d12a', 'x-compute-request-id': 'req-1129ee86-fb7a-4107-b58c-548defa1d12a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:44:10,840 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.046s 2021-10-27 01:44:10,840 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d6a0ab59-bea1-442e-a09b-eb9490a44695', 'x-compute-request-id': 'req-d6a0ab59-bea1-442e-a09b-eb9490a44695', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:44:11,889 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.046s 2021-10-27 01:44:11,890 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6efb5e14-7bf7-405d-8833-94e338b319be', 'x-compute-request-id': 'req-6efb5e14-7bf7-405d-8833-94e338b319be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:44:12,938 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.046s 2021-10-27 01:44:12,939 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-18550e85-4ae2-455a-81ff-b8a0d2e28e7b', 'x-compute-request-id': 'req-18550e85-4ae2-455a-81ff-b8a0d2e28e7b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:44:13,988 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.046s 2021-10-27 01:44:13,988 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-950dfb79-703c-4230-b38a-0367a1e33929', 'x-compute-request-id': 'req-950dfb79-703c-4230-b38a-0367a1e33929', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:44:15,037 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.046s 2021-10-27 01:44:15,037 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-151122a2-9a27-410d-a3c4-aa080b3300b7', 'x-compute-request-id': 'req-151122a2-9a27-410d-a3c4-aa080b3300b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:44:16,089 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.048s 2021-10-27 01:44:16,089 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-de40132e-3ee4-49c2-b069-9b26ad7d18a2', 'x-compute-request-id': 'req-de40132e-3ee4-49c2-b069-9b26ad7d18a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:44:17,140 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.047s 2021-10-27 01:44:17,140 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-47dd6421-7b83-40d9-bc14-1a01ad0146e9', 'x-compute-request-id': 'req-47dd6421-7b83-40d9-bc14-1a01ad0146e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:44:18,189 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.046s 2021-10-27 01:44:18,189 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-92f419be-6bd5-4f65-a365-72d7c6550f2c', 'x-compute-request-id': 'req-92f419be-6bd5-4f65-a365-72d7c6550f2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:44:19,237 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:44:19,238 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ef8be3c5-a7c2-492f-a98a-53fee5ad222c', 'x-compute-request-id': 'req-ef8be3c5-a7c2-492f-a98a-53fee5ad222c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:44:20,287 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.046s 2021-10-27 01:44:20,287 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7d39ea8c-74d1-4b9a-b550-bf50be58fd09', 'x-compute-request-id': 'req-7d39ea8c-74d1-4b9a-b550-bf50be58fd09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:44:21,336 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.046s 2021-10-27 01:44:21,336 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a49d27d2-474a-4ca5-b521-f96ac197897a', 'x-compute-request-id': 'req-a49d27d2-474a-4ca5-b521-f96ac197897a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:44:22,385 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.046s 2021-10-27 01:44:22,386 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-52c157ed-c97f-4935-8f2f-e8f383a995db', 'x-compute-request-id': 'req-52c157ed-c97f-4935-8f2f-e8f383a995db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:44:23,435 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.046s 2021-10-27 01:44:23,435 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-142407dd-3f81-4564-88ca-0ba437e55037', 'x-compute-request-id': 'req-142407dd-3f81-4564-88ca-0ba437e55037', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:44:24,487 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.049s 2021-10-27 01:44:24,487 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-df2c3bf1-56bd-4d2c-9cef-f0bd9686fb5d', 'x-compute-request-id': 'req-df2c3bf1-56bd-4d2c-9cef-f0bd9686fb5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:44:25,536 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.046s 2021-10-27 01:44:25,537 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f9d69394-b862-44a0-b6dc-b46c8b31097f', 'x-compute-request-id': 'req-f9d69394-b862-44a0-b6dc-b46c8b31097f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:44:26,587 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.047s 2021-10-27 01:44:26,587 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ef2f8bc2-ece2-4f01-8d60-82102ea0d2b9', 'x-compute-request-id': 'req-ef2f8bc2-ece2-4f01-8d60-82102ea0d2b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:44:27,635 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:44:27,636 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d83cfa88-a17e-444a-826e-63f047aa973b', 'x-compute-request-id': 'req-d83cfa88-a17e-444a-826e-63f047aa973b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:44:28,687 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.047s 2021-10-27 01:44:28,687 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bee97d97-a7d9-4dfb-a08e-ac7b967db4fc', 'x-compute-request-id': 'req-bee97d97-a7d9-4dfb-a08e-ac7b967db4fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:44:29,737 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.047s 2021-10-27 01:44:29,737 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ec8479c7-b3fd-4904-aa37-f5b678a3bbcf', 'x-compute-request-id': 'req-ec8479c7-b3fd-4904-aa37-f5b678a3bbcf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:44:30,788 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.048s 2021-10-27 01:44:30,788 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-76ca0501-1dbb-4d6f-abb9-2978ebe486da', 'x-compute-request-id': 'req-76ca0501-1dbb-4d6f-abb9-2978ebe486da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:44:31,839 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.047s 2021-10-27 01:44:31,839 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-71764d45-0b84-479f-802a-4df7b4583a85', 'x-compute-request-id': 'req-71764d45-0b84-479f-802a-4df7b4583a85', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:44:32,888 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:44:32,888 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8522a0da-1859-4c14-82cc-c1f13dfc15a7', 'x-compute-request-id': 'req-8522a0da-1859-4c14-82cc-c1f13dfc15a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:44:33,938 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.047s 2021-10-27 01:44:33,938 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b6d66cf2-65ca-492f-ad23-715e1f59e62b', 'x-compute-request-id': 'req-b6d66cf2-65ca-492f-ad23-715e1f59e62b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:44:34,987 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.046s 2021-10-27 01:44:34,988 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bcc1e091-5dbf-4551-87c4-14bdfde6fbcb', 'x-compute-request-id': 'req-bcc1e091-5dbf-4551-87c4-14bdfde6fbcb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:44:36,037 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.046s 2021-10-27 01:44:36,037 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9fcfa0b2-5e5a-4c5e-8def-78386b2ecdad', 'x-compute-request-id': 'req-9fcfa0b2-5e5a-4c5e-8def-78386b2ecdad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:44:37,088 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.048s 2021-10-27 01:44:37,089 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d770c249-5dc1-486c-bc39-831edb2383ff', 'x-compute-request-id': 'req-d770c249-5dc1-486c-bc39-831edb2383ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:44:38,139 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.047s 2021-10-27 01:44:38,139 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3fd5fa5f-525a-4743-b48c-b10a7879ac88', 'x-compute-request-id': 'req-3fd5fa5f-525a-4743-b48c-b10a7879ac88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:44:39,187 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.046s 2021-10-27 01:44:39,188 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-456e4416-1d3c-414a-9cf7-eb6d8f9a72ce', 'x-compute-request-id': 'req-456e4416-1d3c-414a-9cf7-eb6d8f9a72ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:44:40,237 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.046s 2021-10-27 01:44:40,237 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e21ba530-f604-46db-8092-d5404747dc32', 'x-compute-request-id': 'req-e21ba530-f604-46db-8092-d5404747dc32', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:44:41,286 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:44:41,286 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2b3613fa-40fa-4e82-8850-54ce5e067f28', 'x-compute-request-id': 'req-2b3613fa-40fa-4e82-8850-54ce5e067f28', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:44:42,337 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.047s 2021-10-27 01:44:42,337 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1763e2fa-30c2-4a45-b175-d3568bf14992', 'x-compute-request-id': 'req-1763e2fa-30c2-4a45-b175-d3568bf14992', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:44:43,386 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.047s 2021-10-27 01:44:43,387 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b8147d85-da4d-4926-b667-d718ff62e158', 'x-compute-request-id': 'req-b8147d85-da4d-4926-b667-d718ff62e158', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:44:44,435 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.046s 2021-10-27 01:44:44,436 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-36135872-d6d2-4cd5-8909-d1afc2361fc1', 'x-compute-request-id': 'req-36135872-d6d2-4cd5-8909-d1afc2361fc1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:44:45,485 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.046s 2021-10-27 01:44:45,485 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-78546f08-0ef6-4610-869c-d2294a850577', 'x-compute-request-id': 'req-78546f08-0ef6-4610-869c-d2294a850577', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:44:46,537 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.049s 2021-10-27 01:44:46,537 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-235ac283-5946-4c7b-bb39-30a79e5c36e7', 'x-compute-request-id': 'req-235ac283-5946-4c7b-bb39-30a79e5c36e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:44:47,586 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.046s 2021-10-27 01:44:47,587 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bfffbea7-507e-4b72-b108-cf3e237cdb3c', 'x-compute-request-id': 'req-bfffbea7-507e-4b72-b108-cf3e237cdb3c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:44:48,636 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.046s 2021-10-27 01:44:48,636 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f94bc84d-86d9-40e3-8648-7dab352ef9a7', 'x-compute-request-id': 'req-f94bc84d-86d9-40e3-8648-7dab352ef9a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:44:49,686 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.046s 2021-10-27 01:44:49,686 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d9599201-bffd-4e9c-90c2-70505a0245a0', 'x-compute-request-id': 'req-d9599201-bffd-4e9c-90c2-70505a0245a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:44:50,734 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:44:50,735 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2eed5ec3-2d5a-4695-96f9-f019f0fdb842', 'x-compute-request-id': 'req-2eed5ec3-2d5a-4695-96f9-f019f0fdb842', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:44:51,783 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.046s 2021-10-27 01:44:51,784 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4538ca81-d5b8-4549-81ef-f3ed92065d03', 'x-compute-request-id': 'req-4538ca81-d5b8-4549-81ef-f3ed92065d03', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:44:52,833 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.046s 2021-10-27 01:44:52,834 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4a8484ca-c1c4-46bc-a8b5-434f08f53cce', 'x-compute-request-id': 'req-4a8484ca-c1c4-46bc-a8b5-434f08f53cce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:44:53,881 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:44:53,882 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2fb90d18-29a0-429b-8987-0fd59488bdfe', 'x-compute-request-id': 'req-2fb90d18-29a0-429b-8987-0fd59488bdfe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:44:54,930 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:44:54,930 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-019f25ec-b624-40df-aa5a-fdc79220ab7a', 'x-compute-request-id': 'req-019f25ec-b624-40df-aa5a-fdc79220ab7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:44:55,980 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.046s 2021-10-27 01:44:55,980 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-37ba1357-8cc3-459d-9fc3-44278068afce', 'x-compute-request-id': 'req-37ba1357-8cc3-459d-9fc3-44278068afce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:44:57,028 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:44:57,028 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0555c3ee-ef3a-4c39-9ade-4344b20dbe85', 'x-compute-request-id': 'req-0555c3ee-ef3a-4c39-9ade-4344b20dbe85', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:44:58,084 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.052s 2021-10-27 01:44:58,084 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-50b3f9d6-e00e-48e1-ad8e-ce437a36ce55', 'x-compute-request-id': 'req-50b3f9d6-e00e-48e1-ad8e-ce437a36ce55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:44:59,134 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.047s 2021-10-27 01:44:59,134 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c9ec8ab7-f2f0-4aaf-b48a-6789aee764f5', 'x-compute-request-id': 'req-c9ec8ab7-f2f0-4aaf-b48a-6789aee764f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:45:00,183 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:45:00,183 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4800055e-f6d6-4818-a60f-c2e5737f0862', 'x-compute-request-id': 'req-4800055e-f6d6-4818-a60f-c2e5737f0862', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:45:01,232 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.046s 2021-10-27 01:45:01,232 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e57f9350-0542-46ac-9ccd-a2e5a65ececb', 'x-compute-request-id': 'req-e57f9350-0542-46ac-9ccd-a2e5a65ececb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:45:02,280 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:45:02,281 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f880b182-e6a6-4bb9-a624-5c4a2d3b8256', 'x-compute-request-id': 'req-f880b182-e6a6-4bb9-a624-5c4a2d3b8256', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:45:03,332 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.047s 2021-10-27 01:45:03,332 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-578891c4-a83e-4e53-ac52-b3d8a2d4c6b9', 'x-compute-request-id': 'req-578891c4-a83e-4e53-ac52-b3d8a2d4c6b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:45:04,383 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.048s 2021-10-27 01:45:04,383 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b7b9fe9a-6373-4789-b34e-051478b13ad6', 'x-compute-request-id': 'req-b7b9fe9a-6373-4789-b34e-051478b13ad6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:45:05,432 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:45:05,432 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4d501053-a710-4e1b-8e27-6c755ff33937', 'x-compute-request-id': 'req-4d501053-a710-4e1b-8e27-6c755ff33937', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:45:06,483 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.048s 2021-10-27 01:45:06,484 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ce3a900a-74ef-45fa-80a1-11c8f4c33a8a', 'x-compute-request-id': 'req-ce3a900a-74ef-45fa-80a1-11c8f4c33a8a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:45:07,531 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:45:07,532 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-db8725dc-34cc-4fea-857c-554803b43369', 'x-compute-request-id': 'req-db8725dc-34cc-4fea-857c-554803b43369', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:45:08,582 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.047s 2021-10-27 01:45:08,582 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0a677d22-f582-45a1-862f-3b7645e011ec', 'x-compute-request-id': 'req-0a677d22-f582-45a1-862f-3b7645e011ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:45:09,632 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.046s 2021-10-27 01:45:09,632 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-96f3862d-8013-479f-aff4-ecabb4050bc3', 'x-compute-request-id': 'req-96f3862d-8013-479f-aff4-ecabb4050bc3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:45:10,681 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.046s 2021-10-27 01:45:10,682 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b4db11f0-6afe-4ed0-9e8c-7e59ac28943d', 'x-compute-request-id': 'req-b4db11f0-6afe-4ed0-9e8c-7e59ac28943d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:45:11,734 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.048s 2021-10-27 01:45:11,734 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6d454598-4aff-4e81-871f-4783a0e11bf5', 'x-compute-request-id': 'req-6d454598-4aff-4e81-871f-4783a0e11bf5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:45:12,784 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.046s 2021-10-27 01:45:12,784 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f9b7b53f-c895-4a60-a6df-f906540a4784', 'x-compute-request-id': 'req-f9b7b53f-c895-4a60-a6df-f906540a4784', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:45:13,833 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:45:13,833 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8f67c3a7-4062-459d-ad58-20467dc22d29', 'x-compute-request-id': 'req-8f67c3a7-4062-459d-ad58-20467dc22d29', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:45:14,882 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.046s 2021-10-27 01:45:14,883 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-46840dc7-c0f4-429d-8a75-2ad4b0b594ba', 'x-compute-request-id': 'req-46840dc7-c0f4-429d-8a75-2ad4b0b594ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:45:15,931 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:45:15,931 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f7f3ecfc-62ad-4fbd-92ce-e0ccb9fbddaf', 'x-compute-request-id': 'req-f7f3ecfc-62ad-4fbd-92ce-e0ccb9fbddaf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:45:16,982 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.047s 2021-10-27 01:45:16,982 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-abaac454-d7c8-4075-b0c7-3b54c090529c', 'x-compute-request-id': 'req-abaac454-d7c8-4075-b0c7-3b54c090529c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:45:18,031 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.046s 2021-10-27 01:45:18,032 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d9a1c917-3b18-4bf4-9f3f-5199504c5b22', 'x-compute-request-id': 'req-d9a1c917-3b18-4bf4-9f3f-5199504c5b22', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:45:19,081 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.047s 2021-10-27 01:45:19,082 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-52ff3406-b8b9-470c-a546-7612998cb734', 'x-compute-request-id': 'req-52ff3406-b8b9-470c-a546-7612998cb734', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:45:20,133 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.048s 2021-10-27 01:45:20,133 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-997b7dbf-b7ac-4f24-94aa-0f56f8b2dab3', 'x-compute-request-id': 'req-997b7dbf-b7ac-4f24-94aa-0f56f8b2dab3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:45:21,183 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.046s 2021-10-27 01:45:21,183 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-80444cdc-1e19-4d96-864c-0ec51a3f0524', 'x-compute-request-id': 'req-80444cdc-1e19-4d96-864c-0ec51a3f0524', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:45:22,231 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.046s 2021-10-27 01:45:22,232 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fe422db4-7e93-457c-ac51-ada64e0ca698', 'x-compute-request-id': 'req-fe422db4-7e93-457c-ac51-ada64e0ca698', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:45:23,280 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.046s 2021-10-27 01:45:23,281 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c03e8c21-7f2e-4a2d-a5eb-c36fbfb05aac', 'x-compute-request-id': 'req-c03e8c21-7f2e-4a2d-a5eb-c36fbfb05aac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:45:24,331 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.047s 2021-10-27 01:45:24,331 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-14f0967d-2f7a-44b0-9bef-0db90f93abc7', 'x-compute-request-id': 'req-14f0967d-2f7a-44b0-9bef-0db90f93abc7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:45:25,381 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.046s 2021-10-27 01:45:25,381 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5b40656b-7769-431e-ae3a-02de60b2f037', 'x-compute-request-id': 'req-5b40656b-7769-431e-ae3a-02de60b2f037', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:45:26,430 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:45:26,431 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fb77f448-6f50-40d4-adbf-7a3a1bc273a6', 'x-compute-request-id': 'req-fb77f448-6f50-40d4-adbf-7a3a1bc273a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:45:27,479 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.046s 2021-10-27 01:45:27,480 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9a6160c8-1f9d-4207-9806-160579a9bf02', 'x-compute-request-id': 'req-9a6160c8-1f9d-4207-9806-160579a9bf02', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:45:28,528 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.046s 2021-10-27 01:45:28,529 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-faaa2d8a-c645-4935-ae3a-80845f3942fd', 'x-compute-request-id': 'req-faaa2d8a-c645-4935-ae3a-80845f3942fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:45:29,578 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.046s 2021-10-27 01:45:29,578 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ba8b4759-de57-44d9-84c6-4fe99b07dd9a', 'x-compute-request-id': 'req-ba8b4759-de57-44d9-84c6-4fe99b07dd9a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:45:30,628 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.047s 2021-10-27 01:45:30,628 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b4cc7b2c-a047-4fbf-a2d2-ae4ecfdd653a', 'x-compute-request-id': 'req-b4cc7b2c-a047-4fbf-a2d2-ae4ecfdd653a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:45:31,676 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:45:31,677 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dacb6fa7-2b89-456d-8cc2-b0c018325a37', 'x-compute-request-id': 'req-dacb6fa7-2b89-456d-8cc2-b0c018325a37', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:45:32,725 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.046s 2021-10-27 01:45:32,725 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-381b6cf9-5099-4085-b113-6823e99033c2', 'x-compute-request-id': 'req-381b6cf9-5099-4085-b113-6823e99033c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:45:33,774 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:45:33,774 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-430d36d6-76d5-46e1-8dae-82b229b3c38d', 'x-compute-request-id': 'req-430d36d6-76d5-46e1-8dae-82b229b3c38d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:45:34,823 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.046s 2021-10-27 01:45:34,824 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a3e5e657-2f23-4f17-a752-f36d8f5922c6', 'x-compute-request-id': 'req-a3e5e657-2f23-4f17-a752-f36d8f5922c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:45:35,875 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.048s 2021-10-27 01:45:35,875 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d3edc56e-6bbb-4c86-aaeb-48c8fd5207ff', 'x-compute-request-id': 'req-d3edc56e-6bbb-4c86-aaeb-48c8fd5207ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:45:36,924 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.046s 2021-10-27 01:45:36,924 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-906221ce-d99d-4d4f-9211-1ec67c7fb742', 'x-compute-request-id': 'req-906221ce-d99d-4d4f-9211-1ec67c7fb742', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:45:37,974 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.047s 2021-10-27 01:45:37,975 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-90306d2b-8329-4690-b764-a75b4c99c51b', 'x-compute-request-id': 'req-90306d2b-8329-4690-b764-a75b4c99c51b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:45:39,023 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:45:39,023 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0b291a10-ad8a-4a47-89c4-c6b5f885f16c', 'x-compute-request-id': 'req-0b291a10-ad8a-4a47-89c4-c6b5f885f16c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:45:40,073 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.046s 2021-10-27 01:45:40,073 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e529a8e7-77c7-41e8-b029-bfa4d0df3bab', 'x-compute-request-id': 'req-e529a8e7-77c7-41e8-b029-bfa4d0df3bab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:45:41,122 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:45:41,122 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-83cb14fa-aa34-4e45-a624-d62b6ee1305b', 'x-compute-request-id': 'req-83cb14fa-aa34-4e45-a624-d62b6ee1305b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:45:42,172 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.047s 2021-10-27 01:45:42,173 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ddb4bdb9-be2b-4fe4-8a17-7ec5597aa270', 'x-compute-request-id': 'req-ddb4bdb9-be2b-4fe4-8a17-7ec5597aa270', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:45:43,221 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:45:43,222 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6059cacb-5e69-441e-91bd-455451fef98e', 'x-compute-request-id': 'req-6059cacb-5e69-441e-91bd-455451fef98e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:45:44,270 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:45:44,270 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2335fa37-26ee-4397-904a-8a63c926e89e', 'x-compute-request-id': 'req-2335fa37-26ee-4397-904a-8a63c926e89e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:45:45,319 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.046s 2021-10-27 01:45:45,320 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c33ab56a-66ae-4210-b095-c18f791cd4d5', 'x-compute-request-id': 'req-c33ab56a-66ae-4210-b095-c18f791cd4d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:45:46,370 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.047s 2021-10-27 01:45:46,370 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-996ad027-61b3-4a8e-ac53-b6bc72f99a3d', 'x-compute-request-id': 'req-996ad027-61b3-4a8e-ac53-b6bc72f99a3d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:45:47,419 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:45:47,419 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b31a0964-9400-4e74-bd22-34b21eda0b27', 'x-compute-request-id': 'req-b31a0964-9400-4e74-bd22-34b21eda0b27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:45:48,468 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.046s 2021-10-27 01:45:48,469 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-83e90afb-d572-4a27-9790-0d3a1ec94d37', 'x-compute-request-id': 'req-83e90afb-d572-4a27-9790-0d3a1ec94d37', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:45:49,520 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.048s 2021-10-27 01:45:49,520 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d404f16a-8d1d-4131-b177-1d62347e3103', 'x-compute-request-id': 'req-d404f16a-8d1d-4131-b177-1d62347e3103', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:45:50,569 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.046s 2021-10-27 01:45:50,570 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4dfe0d10-f6b7-4835-8fe0-781cde61bff9', 'x-compute-request-id': 'req-4dfe0d10-f6b7-4835-8fe0-781cde61bff9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:45:51,619 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.046s 2021-10-27 01:45:51,620 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45: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-66b5e92d-169d-40c4-bf5a-3469a54db163', 'x-compute-request-id': 'req-66b5e92d-169d-40c4-bf5a-3469a54db163', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:45:52,668 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:45:52,668 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c0442fda-ef57-41e3-96b0-002fe5d679a8', 'x-compute-request-id': 'req-c0442fda-ef57-41e3-96b0-002fe5d679a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:45:53,717 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.046s 2021-10-27 01:45:53,718 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-53e3d24d-ebc8-4aaa-b6a7-443c1f6d52e9', 'x-compute-request-id': 'req-53e3d24d-ebc8-4aaa-b6a7-443c1f6d52e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:45:54,767 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.046s 2021-10-27 01:45:54,768 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-effd09f2-50f5-45a7-9ee7-abd45d9af37e', 'x-compute-request-id': 'req-effd09f2-50f5-45a7-9ee7-abd45d9af37e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:45:55,815 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:45:55,816 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-26ac67e9-1131-4441-a284-087617009eef', 'x-compute-request-id': 'req-26ac67e9-1131-4441-a284-087617009eef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:45:56,863 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:45:56,864 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9f373bb3-9f9a-479b-9c9c-ab4cca1581e7', 'x-compute-request-id': 'req-9f373bb3-9f9a-479b-9c9c-ab4cca1581e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:45:57,912 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:45:57,913 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a6cd33e5-bda6-4fe4-8335-0bf4325d67ec', 'x-compute-request-id': 'req-a6cd33e5-bda6-4fe4-8335-0bf4325d67ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:45:58,963 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.047s 2021-10-27 01:45:58,963 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6e59d266-96a0-4ee1-9402-49b1b86d2113', 'x-compute-request-id': 'req-6e59d266-96a0-4ee1-9402-49b1b86d2113', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:46:00,011 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:46:00,011 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c4d9eb1e-6044-409f-8e69-a3bb00b7326d', 'x-compute-request-id': 'req-c4d9eb1e-6044-409f-8e69-a3bb00b7326d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:46:01,059 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:46:01,060 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3420bafe-64c7-433a-aa91-bd31f0f95b05', 'x-compute-request-id': 'req-3420bafe-64c7-433a-aa91-bd31f0f95b05', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:46:02,107 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:46:02,108 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c24431d4-9f92-4ba4-a838-df56d03da052', 'x-compute-request-id': 'req-c24431d4-9f92-4ba4-a838-df56d03da052', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:46:03,157 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.046s 2021-10-27 01:46:03,158 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9536594b-89d3-4571-991f-b854ed048374', 'x-compute-request-id': 'req-9536594b-89d3-4571-991f-b854ed048374', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:46:04,207 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.047s 2021-10-27 01:46:04,208 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1609d4df-ab78-4374-a111-8285b7509d83', 'x-compute-request-id': 'req-1609d4df-ab78-4374-a111-8285b7509d83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:46:05,256 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:46:05,256 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fee314d9-ef9c-45bc-9d53-83f90cc12b7e', 'x-compute-request-id': 'req-fee314d9-ef9c-45bc-9d53-83f90cc12b7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:46:06,306 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.046s 2021-10-27 01:46:06,306 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-69d3375c-7de9-4002-8f1a-13ccb7345343', 'x-compute-request-id': 'req-69d3375c-7de9-4002-8f1a-13ccb7345343', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:46:07,354 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.046s 2021-10-27 01:46:07,355 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-269785ec-5eb8-4a16-a8bb-98b4eceeb818', 'x-compute-request-id': 'req-269785ec-5eb8-4a16-a8bb-98b4eceeb818', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:46:08,402 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:46:08,403 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7f25adb8-75d5-47b6-8c8c-cb8cc5f94519', 'x-compute-request-id': 'req-7f25adb8-75d5-47b6-8c8c-cb8cc5f94519', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:46:09,451 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:46:09,451 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4ac27e2a-7533-4e4d-a7a7-e2f07cda0d53', 'x-compute-request-id': 'req-4ac27e2a-7533-4e4d-a7a7-e2f07cda0d53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:46:10,501 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.047s 2021-10-27 01:46:10,501 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1349d960-23b2-44c4-a691-5a846afe0e2a', 'x-compute-request-id': 'req-1349d960-23b2-44c4-a691-5a846afe0e2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:46:11,551 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.046s 2021-10-27 01:46:11,551 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9d0419c2-3ca1-4c4c-8be2-e92024b49e9a', 'x-compute-request-id': 'req-9d0419c2-3ca1-4c4c-8be2-e92024b49e9a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:46:12,600 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.046s 2021-10-27 01:46:12,601 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46: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-95bbfa6e-aca9-4c86-ae7d-185ed17c642c', 'x-compute-request-id': 'req-95bbfa6e-aca9-4c86-ae7d-185ed17c642c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:46:13,649 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:46:13,649 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f8edd17e-1703-45c5-9ccd-50d32e0dfa95', 'x-compute-request-id': 'req-f8edd17e-1703-45c5-9ccd-50d32e0dfa95', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:46:14,847 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.194s 2021-10-27 01:46:14,847 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-45ec0d09-1725-4186-acb6-13145e3bc6aa', 'x-compute-request-id': 'req-45ec0d09-1725-4186-acb6-13145e3bc6aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:46:15,895 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:46:15,895 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1aec20fc-05df-4a60-8412-372012db1403', 'x-compute-request-id': 'req-1aec20fc-05df-4a60-8412-372012db1403', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:46:16,944 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:46:16,944 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8e07cebe-dd9a-452b-adf9-e235064872f4', 'x-compute-request-id': 'req-8e07cebe-dd9a-452b-adf9-e235064872f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:46:17,991 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.044s 2021-10-27 01:46:17,992 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-76f85b6d-6bee-47b9-8143-6f2245a232ea', 'x-compute-request-id': 'req-76f85b6d-6bee-47b9-8143-6f2245a232ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:46:19,041 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:46:19,041 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b6f6d36d-1e6b-4aa0-93b8-48e4b6b70b31', 'x-compute-request-id': 'req-b6f6d36d-1e6b-4aa0-93b8-48e4b6b70b31', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:46:20,095 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.051s 2021-10-27 01:46:20,095 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4dd004fd-0ae2-4876-b71d-646e5d1d7640', 'x-compute-request-id': 'req-4dd004fd-0ae2-4876-b71d-646e5d1d7640', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:46:21,143 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:46:21,143 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b8fabe9d-f03f-4eaa-b9ce-fb4c61f0dabf', 'x-compute-request-id': 'req-b8fabe9d-f03f-4eaa-b9ce-fb4c61f0dabf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:46:22,190 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.044s 2021-10-27 01:46:22,190 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d80e16fc-7cc8-4ee2-8fe5-2011c08f80c0', 'x-compute-request-id': 'req-d80e16fc-7cc8-4ee2-8fe5-2011c08f80c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:46:23,238 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:46:23,239 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1db28c16-0ba0-4ce5-ace4-af848d5a4211', 'x-compute-request-id': 'req-1db28c16-0ba0-4ce5-ace4-af848d5a4211', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:46:24,287 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.044s 2021-10-27 01:46:24,287 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-af38e2ee-45b8-43ab-a751-de61ccf5124a', 'x-compute-request-id': 'req-af38e2ee-45b8-43ab-a751-de61ccf5124a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:46:25,336 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:46:25,337 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6bdd861d-791f-44f6-98ca-93c59d2fcfc6', 'x-compute-request-id': 'req-6bdd861d-791f-44f6-98ca-93c59d2fcfc6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:46:26,387 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.047s 2021-10-27 01:46:26,387 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-edc3ed53-4b5b-4106-ae7d-0ded23d3aa07', 'x-compute-request-id': 'req-edc3ed53-4b5b-4106-ae7d-0ded23d3aa07', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:46:27,437 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.047s 2021-10-27 01:46:27,437 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-502fe8a6-d7ba-4dfe-a7f7-693878f54d19', 'x-compute-request-id': 'req-502fe8a6-d7ba-4dfe-a7f7-693878f54d19', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:46:28,485 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.044s 2021-10-27 01:46:28,485 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6240d409-dcc1-41ca-8a62-3f7cd6d1e701', 'x-compute-request-id': 'req-6240d409-dcc1-41ca-8a62-3f7cd6d1e701', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:46:29,534 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.046s 2021-10-27 01:46:29,534 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b9afbcee-e858-4250-a9aa-e064387969c1', 'x-compute-request-id': 'req-b9afbcee-e858-4250-a9aa-e064387969c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:46:30,581 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.044s 2021-10-27 01:46:30,582 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e761374d-6839-494f-9fee-95924b47a293', 'x-compute-request-id': 'req-e761374d-6839-494f-9fee-95924b47a293', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:46:31,630 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:46:31,631 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cfdae17a-2094-4ca0-a92e-608fc98d4121', 'x-compute-request-id': 'req-cfdae17a-2094-4ca0-a92e-608fc98d4121', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:46:32,678 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.044s 2021-10-27 01:46:32,679 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6e67248c-0fdf-4c0d-8dd1-e9c998a9e031', 'x-compute-request-id': 'req-6e67248c-0fdf-4c0d-8dd1-e9c998a9e031', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:46:33,728 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:46:33,728 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46: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-438fe56c-61c7-4db9-803e-a314ffed9250', 'x-compute-request-id': 'req-438fe56c-61c7-4db9-803e-a314ffed9250', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:46:34,776 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:46:34,776 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-18c84637-4fc2-4cfe-bb97-446b43e53d4c', 'x-compute-request-id': 'req-18c84637-4fc2-4cfe-bb97-446b43e53d4c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:46:35,825 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:46:35,825 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b78d64e8-5e81-4bd1-94a2-ab6ab956033f', 'x-compute-request-id': 'req-b78d64e8-5e81-4bd1-94a2-ab6ab956033f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:46:36,873 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.044s 2021-10-27 01:46:36,873 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-08063ea1-5eaf-484e-8999-3235e9a4c15a', 'x-compute-request-id': 'req-08063ea1-5eaf-484e-8999-3235e9a4c15a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:46:37,921 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:46:37,922 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-227dc5f8-e816-4c6f-8eac-3f82d947f92b', 'x-compute-request-id': 'req-227dc5f8-e816-4c6f-8eac-3f82d947f92b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:46:38,970 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:46:38,970 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-62816597-1f4f-4e73-8117-ba9620bbcd49', 'x-compute-request-id': 'req-62816597-1f4f-4e73-8117-ba9620bbcd49', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:46:40,019 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:46:40,019 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a0481b37-dd6d-48c0-9854-a3cfb15d1fa7', 'x-compute-request-id': 'req-a0481b37-dd6d-48c0-9854-a3cfb15d1fa7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:46:41,068 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.046s 2021-10-27 01:46:41,068 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a6ae877d-767d-4c85-b3d6-f018fe3c5d6a', 'x-compute-request-id': 'req-a6ae877d-767d-4c85-b3d6-f018fe3c5d6a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:46:42,116 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.044s 2021-10-27 01:46:42,116 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1c315891-b670-4c0f-9ad6-4fe23707057c', 'x-compute-request-id': 'req-1c315891-b670-4c0f-9ad6-4fe23707057c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:46:43,165 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:46:43,165 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e058aca8-c62f-4a56-b63f-c21c9b30892e', 'x-compute-request-id': 'req-e058aca8-c62f-4a56-b63f-c21c9b30892e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:46:44,214 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:46:44,214 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9e0a0fb2-8818-4548-9d88-da93254db76d', 'x-compute-request-id': 'req-9e0a0fb2-8818-4548-9d88-da93254db76d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:46:45,261 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.044s 2021-10-27 01:46:45,261 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3a9e7b39-9c94-446d-960c-5bf0a487d9b6', 'x-compute-request-id': 'req-3a9e7b39-9c94-446d-960c-5bf0a487d9b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:46:46,310 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:46:46,310 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-88b5be1a-02d8-4507-b0b0-56064f6061c4', 'x-compute-request-id': 'req-88b5be1a-02d8-4507-b0b0-56064f6061c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:46:47,359 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:46:47,359 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a6e509c1-cb49-4225-b3b7-0108fbebb2ae', 'x-compute-request-id': 'req-a6e509c1-cb49-4225-b3b7-0108fbebb2ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:46:48,406 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.044s 2021-10-27 01:46:48,407 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-59ff758c-ae39-468a-8c88-6fece22e4e55', 'x-compute-request-id': 'req-59ff758c-ae39-468a-8c88-6fece22e4e55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:46:49,455 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:46:49,455 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-11b87157-0e70-439b-991b-5180120c6d0d', 'x-compute-request-id': 'req-11b87157-0e70-439b-991b-5180120c6d0d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:46:50,508 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.050s 2021-10-27 01:46:50,508 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2c0b5e84-b15b-4822-889c-4456689f5cae', 'x-compute-request-id': 'req-2c0b5e84-b15b-4822-889c-4456689f5cae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:46:51,557 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.046s 2021-10-27 01:46:51,557 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3e30d2c5-948f-41f9-be5f-cf928d071d91', 'x-compute-request-id': 'req-3e30d2c5-948f-41f9-be5f-cf928d071d91', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:46:52,605 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:46:52,606 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c10d88b7-4edc-41bb-8c4e-23a1fc2ead2d', 'x-compute-request-id': 'req-c10d88b7-4edc-41bb-8c4e-23a1fc2ead2d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:46:53,654 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:46:53,654 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a6d0e2ce-085b-4a41-ba8a-6ac6a90b2cb1', 'x-compute-request-id': 'req-a6d0e2ce-085b-4a41-ba8a-6ac6a90b2cb1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:46:54,702 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.044s 2021-10-27 01:46:54,702 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46: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-c69fb9c9-ed39-42de-9146-534231f44033', 'x-compute-request-id': 'req-c69fb9c9-ed39-42de-9146-534231f44033', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:46:55,750 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:46:55,750 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7742bbed-bafb-47c4-95e9-c21b0280fe03', 'x-compute-request-id': 'req-7742bbed-bafb-47c4-95e9-c21b0280fe03', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:46:56,800 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.047s 2021-10-27 01:46:56,801 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-322bfbf3-7a3a-41a6-b65f-e7dad9227771', 'x-compute-request-id': 'req-322bfbf3-7a3a-41a6-b65f-e7dad9227771', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:46:57,849 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:46:57,849 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eba09754-11b2-4b71-b057-ec82404b2a26', 'x-compute-request-id': 'req-eba09754-11b2-4b71-b057-ec82404b2a26', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:46:58,898 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:46:58,898 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9ce96c2e-0c80-41ff-8ddb-bfd832be0896', 'x-compute-request-id': 'req-9ce96c2e-0c80-41ff-8ddb-bfd832be0896', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:46:59,946 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:46:59,947 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7d63c60a-2f62-4479-9028-7db99d226a35', 'x-compute-request-id': 'req-7d63c60a-2f62-4479-9028-7db99d226a35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:47:00,995 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.046s 2021-10-27 01:47:00,996 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a321d401-2379-475e-bcde-664ad7f30a52', 'x-compute-request-id': 'req-a321d401-2379-475e-bcde-664ad7f30a52', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:47:02,045 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.046s 2021-10-27 01:47:02,046 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d0afe85d-8fff-4a0d-8242-ec281f9961e7', 'x-compute-request-id': 'req-d0afe85d-8fff-4a0d-8242-ec281f9961e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:47:03,093 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:47:03,093 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9435e8ad-70a3-4c1c-a0e0-e182a0a2e083', 'x-compute-request-id': 'req-9435e8ad-70a3-4c1c-a0e0-e182a0a2e083', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:47:04,142 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:47:04,142 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1279d6bd-46bb-45c4-a412-d43534e36ce0', 'x-compute-request-id': 'req-1279d6bd-46bb-45c4-a412-d43534e36ce0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:47:05,190 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.044s 2021-10-27 01:47:05,190 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-39c9c9f2-c903-45f2-a55b-3bc2acbf5337', 'x-compute-request-id': 'req-39c9c9f2-c903-45f2-a55b-3bc2acbf5337', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:47:06,238 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.044s 2021-10-27 01:47:06,238 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-73c4192f-8480-4a15-880e-74b2424b54c6', 'x-compute-request-id': 'req-73c4192f-8480-4a15-880e-74b2424b54c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:47:07,286 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:47:07,286 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-711a75da-c701-4de0-a3ea-566024e30bc4', 'x-compute-request-id': 'req-711a75da-c701-4de0-a3ea-566024e30bc4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:47:08,333 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.044s 2021-10-27 01:47:08,334 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b1eea170-ac53-4ae8-8501-e3e92eeef277', 'x-compute-request-id': 'req-b1eea170-ac53-4ae8-8501-e3e92eeef277', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:47:09,382 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:47:09,383 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d1bcad44-e2e5-48a7-ae5f-9010f2c42d2d', 'x-compute-request-id': 'req-d1bcad44-e2e5-48a7-ae5f-9010f2c42d2d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:47:10,431 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:47:10,431 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-093ac852-4a54-44b8-9b29-444b09798db3', 'x-compute-request-id': 'req-093ac852-4a54-44b8-9b29-444b09798db3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:47:11,480 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:47:11,480 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b5702f82-e477-48d2-9d96-83a37ab32aac', 'x-compute-request-id': 'req-b5702f82-e477-48d2-9d96-83a37ab32aac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:47:12,529 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.046s 2021-10-27 01:47:12,529 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-70250e39-60c0-404f-9957-cfa02e2e8222', 'x-compute-request-id': 'req-70250e39-60c0-404f-9957-cfa02e2e8222', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:47:13,577 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:47:13,578 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9e7338da-398a-46ca-b323-8680ab828609', 'x-compute-request-id': 'req-9e7338da-398a-46ca-b323-8680ab828609', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:47:14,626 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:47:14,626 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47: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-cc3d5637-0824-4db6-aa5f-cddf24013811', 'x-compute-request-id': 'req-cc3d5637-0824-4db6-aa5f-cddf24013811', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:47:15,675 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:47:15,675 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-92de0898-91bd-4a1c-9153-4d9401d8b368', 'x-compute-request-id': 'req-92de0898-91bd-4a1c-9153-4d9401d8b368', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:47:16,724 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.046s 2021-10-27 01:47:16,725 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6d03b688-1bdc-42c3-bd26-2ec4a46c7ba6', 'x-compute-request-id': 'req-6d03b688-1bdc-42c3-bd26-2ec4a46c7ba6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:47:17,772 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:47:17,773 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0883376b-1225-421b-812a-9860a62d83b2', 'x-compute-request-id': 'req-0883376b-1225-421b-812a-9860a62d83b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:47:18,821 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:47:18,821 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eebb3109-270f-46f4-90e9-56d7e48720f3', 'x-compute-request-id': 'req-eebb3109-270f-46f4-90e9-56d7e48720f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:47:19,868 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.044s 2021-10-27 01:47:19,869 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e3c66ed7-4fab-46c4-846e-af4010559778', 'x-compute-request-id': 'req-e3c66ed7-4fab-46c4-846e-af4010559778', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:47:20,917 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:47:20,917 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2001b1c1-d3a1-4e09-b8cb-87df6328af41', 'x-compute-request-id': 'req-2001b1c1-d3a1-4e09-b8cb-87df6328af41', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:47:21,965 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:47:21,965 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-689a6413-670c-47bb-ac88-343052f79606', 'x-compute-request-id': 'req-689a6413-670c-47bb-ac88-343052f79606', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:47:23,013 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:47:23,014 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-105ad680-65a9-411c-96e0-649c596e89b7', 'x-compute-request-id': 'req-105ad680-65a9-411c-96e0-649c596e89b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:47:24,062 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:47:24,062 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aec30d43-7b87-4fe8-920d-5b2d75132029', 'x-compute-request-id': 'req-aec30d43-7b87-4fe8-920d-5b2d75132029', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:47:25,109 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:47:25,109 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a4b2088a-2c46-4677-b206-e0038405ea7d', 'x-compute-request-id': 'req-a4b2088a-2c46-4677-b206-e0038405ea7d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:47:26,158 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:47:26,158 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4c9a8d87-c906-45de-89bc-b81d9dc2093f', 'x-compute-request-id': 'req-4c9a8d87-c906-45de-89bc-b81d9dc2093f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:47:27,211 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.050s 2021-10-27 01:47:27,211 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-26953be9-d22f-4b29-b5fa-67679bda2a20', 'x-compute-request-id': 'req-26953be9-d22f-4b29-b5fa-67679bda2a20', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:47:28,259 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.044s 2021-10-27 01:47:28,260 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1c6ad962-c2d3-4ca1-a3d9-957f0b68060f', 'x-compute-request-id': 'req-1c6ad962-c2d3-4ca1-a3d9-957f0b68060f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:47:29,308 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:47:29,308 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6cd5a2b6-e71c-4da2-9dc5-a59dac5ecad6', 'x-compute-request-id': 'req-6cd5a2b6-e71c-4da2-9dc5-a59dac5ecad6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:47:30,356 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:47:30,357 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47: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-2bd1180f-33fc-4b5b-8eb8-cd8c20aa6af3', 'x-compute-request-id': 'req-2bd1180f-33fc-4b5b-8eb8-cd8c20aa6af3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:47:31,405 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:47:31,405 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dc648aed-0855-4e56-ae89-c43da94a12e2', 'x-compute-request-id': 'req-dc648aed-0855-4e56-ae89-c43da94a12e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:47:32,454 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.046s 2021-10-27 01:47:32,455 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d6b6307e-957a-45b9-a61b-7aa3030a66e2', 'x-compute-request-id': 'req-d6b6307e-957a-45b9-a61b-7aa3030a66e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:47:33,502 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:47:33,502 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3e048674-5a28-4427-a47f-4569ecd69c64', 'x-compute-request-id': 'req-3e048674-5a28-4427-a47f-4569ecd69c64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:47:34,550 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.044s 2021-10-27 01:47:34,550 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-26210f14-b017-41e3-9a09-468d83519112', 'x-compute-request-id': 'req-26210f14-b017-41e3-9a09-468d83519112', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:47:35,600 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.046s 2021-10-27 01:47:35,600 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5669dbc5-4da6-4e60-b513-59b64eee9d8c', 'x-compute-request-id': 'req-5669dbc5-4da6-4e60-b513-59b64eee9d8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:47:36,654 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.051s 2021-10-27 01:47:36,654 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1cf17608-589c-4697-a0bb-57d6006342a7', 'x-compute-request-id': 'req-1cf17608-589c-4697-a0bb-57d6006342a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:47:37,702 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:47:37,703 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3290101c-56b1-4354-87ea-fdee5b1e77d7', 'x-compute-request-id': 'req-3290101c-56b1-4354-87ea-fdee5b1e77d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:47:38,751 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.046s 2021-10-27 01:47:38,752 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7466c39e-fa88-4cab-9f57-a92354ab8032', 'x-compute-request-id': 'req-7466c39e-fa88-4cab-9f57-a92354ab8032', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:47:39,800 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:47:39,800 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47: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-8c59be07-ce2c-4382-8a3e-0c19dd433c12', 'x-compute-request-id': 'req-8c59be07-ce2c-4382-8a3e-0c19dd433c12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:47:40,849 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.046s 2021-10-27 01:47:40,850 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47: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-c9c54ae0-1307-41d5-b23c-d56d4a3617de', 'x-compute-request-id': 'req-c9c54ae0-1307-41d5-b23c-d56d4a3617de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:47:41,898 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:47:41,898 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47: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-e9ba9c8a-1bd7-4bdf-a665-cc52e78e36b6', 'x-compute-request-id': 'req-e9ba9c8a-1bd7-4bdf-a665-cc52e78e36b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:47:42,946 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:47:42,947 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47: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-c06455fc-acfd-464d-a061-ae786988d01c', 'x-compute-request-id': 'req-c06455fc-acfd-464d-a061-ae786988d01c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:47:43,995 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:47:43,995 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47: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-8555bdce-065b-4ae2-a4db-0c1058960398', 'x-compute-request-id': 'req-8555bdce-065b-4ae2-a4db-0c1058960398', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:47:45,043 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:47:45,043 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47: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-d6b1c6d8-f184-4ad7-8b88-16f6ef2e3080', 'x-compute-request-id': 'req-d6b1c6d8-f184-4ad7-8b88-16f6ef2e3080', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:47:46,092 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.046s 2021-10-27 01:47:46,092 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47: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-a8f930af-ff20-4447-8c23-c188a38aa894', 'x-compute-request-id': 'req-a8f930af-ff20-4447-8c23-c188a38aa894', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:47:47,141 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.046s 2021-10-27 01:47:47,142 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47: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-e7898617-2cdf-4306-b476-dd22b661af34', 'x-compute-request-id': 'req-e7898617-2cdf-4306-b476-dd22b661af34', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:47:48,191 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.046s 2021-10-27 01:47:48,191 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47: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-f3f01c67-6696-49fd-968d-4886ce07213e', 'x-compute-request-id': 'req-f3f01c67-6696-49fd-968d-4886ce07213e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:47:49,239 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:47:49,239 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47: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-530fc858-b7de-4b96-bb68-10f7465613dc', 'x-compute-request-id': 'req-530fc858-b7de-4b96-bb68-10f7465613dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:47:50,287 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:47:50,287 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47: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-b3c2a2b1-2953-464a-9aab-2f635ce0565f', 'x-compute-request-id': 'req-b3c2a2b1-2953-464a-9aab-2f635ce0565f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:47:51,340 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.050s 2021-10-27 01:47:51,341 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47: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-924da8c7-13eb-499a-b7b4-09ee195f6ac2', 'x-compute-request-id': 'req-924da8c7-13eb-499a-b7b4-09ee195f6ac2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:47:52,389 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.046s 2021-10-27 01:47:52,390 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47: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-03928511-2b32-4d5e-9208-cdd6b0842a28', 'x-compute-request-id': 'req-03928511-2b32-4d5e-9208-cdd6b0842a28', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:47:53,438 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:47:53,438 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47: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-ed41dfe8-e09a-4bdb-b0f0-5a3768621170', 'x-compute-request-id': 'req-ed41dfe8-e09a-4bdb-b0f0-5a3768621170', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:47:54,486 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:47:54,487 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47: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-88910e9a-a5d3-45f9-a362-6ddb2a9befe3', 'x-compute-request-id': 'req-88910e9a-a5d3-45f9-a362-6ddb2a9befe3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:47:55,534 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.044s 2021-10-27 01:47:55,534 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47: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-13d1d767-c5fb-441b-9cf8-e76a872c4f4f', 'x-compute-request-id': 'req-13d1d767-c5fb-441b-9cf8-e76a872c4f4f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:47:56,583 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:47:56,583 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47: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-f29d8db5-8512-47ca-8c40-744b2606e21a', 'x-compute-request-id': 'req-f29d8db5-8512-47ca-8c40-744b2606e21a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:47:57,631 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.044s 2021-10-27 01:47:57,631 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47: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-1a246f3c-dc07-489d-95b7-eb389de58270', 'x-compute-request-id': 'req-1a246f3c-dc07-489d-95b7-eb389de58270', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:47:58,679 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:47:58,680 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47: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-9eb9fa67-0b12-464d-9116-6c37f528778b', 'x-compute-request-id': 'req-9eb9fa67-0b12-464d-9116-6c37f528778b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:47:59,728 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:47:59,728 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47: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-b28da1f2-d7f4-4be7-a289-3992bb50e5ea', 'x-compute-request-id': 'req-b28da1f2-d7f4-4be7-a289-3992bb50e5ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:48:00,777 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.046s 2021-10-27 01:48:00,777 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48: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-515afccc-651d-4074-af9e-c9f934965b39', 'x-compute-request-id': 'req-515afccc-651d-4074-af9e-c9f934965b39', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:48:02,031 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.250s 2021-10-27 01:48:02,031 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48: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-3a046b5b-bd8b-40f9-a948-8aec0ec839d3', 'x-compute-request-id': 'req-3a046b5b-bd8b-40f9-a948-8aec0ec839d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:48:03,086 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.051s 2021-10-27 01:48:03,086 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48: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-c8c2ece5-3249-47f4-8303-71968f87e279', 'x-compute-request-id': 'req-c8c2ece5-3249-47f4-8303-71968f87e279', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:48:04,134 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:48:04,135 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48: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-0a13e0b5-bcbb-4c60-ab6c-5c9756c601f5', 'x-compute-request-id': 'req-0a13e0b5-bcbb-4c60-ab6c-5c9756c601f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:48:05,183 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:48:05,183 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48: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-0f98ff9e-430c-4d66-bd1c-437504dde114', 'x-compute-request-id': 'req-0f98ff9e-430c-4d66-bd1c-437504dde114', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:48:06,232 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.046s 2021-10-27 01:48:06,233 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48: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-1c9d6378-115d-4fec-ae0d-bd5bff1a0bb5', 'x-compute-request-id': 'req-1c9d6378-115d-4fec-ae0d-bd5bff1a0bb5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:48:07,284 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.048s 2021-10-27 01:48:07,284 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48: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-a5dffdf4-25ff-4d1b-8c6e-f186d7fd6809', 'x-compute-request-id': 'req-a5dffdf4-25ff-4d1b-8c6e-f186d7fd6809', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:48:08,332 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:48:08,333 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48: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-d964b676-5464-4d24-ac17-e8493f724324', 'x-compute-request-id': 'req-d964b676-5464-4d24-ac17-e8493f724324', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:48:09,381 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:48:09,381 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48: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-452ecf58-729b-4b36-a261-342684100999', 'x-compute-request-id': 'req-452ecf58-729b-4b36-a261-342684100999', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:48:10,429 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:48:10,430 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48: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-abe3d733-c8d5-4724-b278-266dffc97e67', 'x-compute-request-id': 'req-abe3d733-c8d5-4724-b278-266dffc97e67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:48:11,479 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:48:11,479 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48: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-4b81b8f8-8a6c-4974-84e3-7f7ffc172194', 'x-compute-request-id': 'req-4b81b8f8-8a6c-4974-84e3-7f7ffc172194', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:48:12,527 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.046s 2021-10-27 01:48:12,527 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48: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-8081c879-41ec-436b-8650-337003f30bbe', 'x-compute-request-id': 'req-8081c879-41ec-436b-8650-337003f30bbe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:48:13,576 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.046s 2021-10-27 01:48:13,577 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48: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-f9bcb609-a506-4b57-b050-66e2b7aa2aec', 'x-compute-request-id': 'req-f9bcb609-a506-4b57-b050-66e2b7aa2aec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:48:14,625 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:48:14,625 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48: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-eadfb1b8-c188-4e8d-a7d7-bd5278f13281', 'x-compute-request-id': 'req-eadfb1b8-c188-4e8d-a7d7-bd5278f13281', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:48:15,674 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:48:15,674 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48: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-8b2cae54-5a55-4c86-85bb-d5199cf34db0', 'x-compute-request-id': 'req-8b2cae54-5a55-4c86-85bb-d5199cf34db0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:48:16,722 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:48:16,722 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48: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-bc170c73-4fdd-48c0-ac8a-d73e47478801', 'x-compute-request-id': 'req-bc170c73-4fdd-48c0-ac8a-d73e47478801', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:48:17,771 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.046s 2021-10-27 01:48:17,771 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48: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-a5f9f941-3ca9-4f5a-bebf-8136ba1154d3', 'x-compute-request-id': 'req-a5f9f941-3ca9-4f5a-bebf-8136ba1154d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:48:18,818 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.044s 2021-10-27 01:48:18,818 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48: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-f50bcedc-62e5-411c-baeb-251f90b87161', 'x-compute-request-id': 'req-f50bcedc-62e5-411c-baeb-251f90b87161', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:48:19,867 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:48:19,867 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48: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-3a9bfe36-bd87-46d9-bd1d-2a5e61956551', 'x-compute-request-id': 'req-3a9bfe36-bd87-46d9-bd1d-2a5e61956551', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:48:20,914 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.044s 2021-10-27 01:48:20,915 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48: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-38fde93c-14df-4672-9f16-728427a40143', 'x-compute-request-id': 'req-38fde93c-14df-4672-9f16-728427a40143', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:48:21,964 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.047s 2021-10-27 01:48:21,965 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48: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-209313d3-601e-47fd-afb5-48835219bc50', 'x-compute-request-id': 'req-209313d3-601e-47fd-afb5-48835219bc50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:48:23,013 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:48:23,014 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48: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-1ad670a5-d893-4eee-b36c-ba8431e6ed91', 'x-compute-request-id': 'req-1ad670a5-d893-4eee-b36c-ba8431e6ed91', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:48:24,062 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.046s 2021-10-27 01:48:24,063 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48: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-15c4a959-341e-4e95-92d5-2c830f8a4eee', 'x-compute-request-id': 'req-15c4a959-341e-4e95-92d5-2c830f8a4eee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:48:25,112 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.046s 2021-10-27 01:48:25,112 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48: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-3792cae2-a6ee-40ab-99a3-61196c615698', 'x-compute-request-id': 'req-3792cae2-a6ee-40ab-99a3-61196c615698', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:48:26,160 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:48:26,160 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48: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-3011eb8c-7f7d-4a13-a2ae-187b33b00b01', 'x-compute-request-id': 'req-3011eb8c-7f7d-4a13-a2ae-187b33b00b01', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:48:27,208 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:48:27,209 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48: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-a5d45708-2ac1-4fe8-ac64-b1da9f26f9c8', 'x-compute-request-id': 'req-a5d45708-2ac1-4fe8-ac64-b1da9f26f9c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:48:28,257 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:48:28,257 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48: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-892d12dc-8322-4514-b54d-edd56a1d8c92', 'x-compute-request-id': 'req-892d12dc-8322-4514-b54d-edd56a1d8c92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:48:29,306 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.046s 2021-10-27 01:48:29,306 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48: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-1479ee93-c79f-4488-b44f-f0509ba448e1', 'x-compute-request-id': 'req-1479ee93-c79f-4488-b44f-f0509ba448e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:48:30,355 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:48:30,355 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48: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-04ca1601-1bdd-40df-9cc3-d245404269ef', 'x-compute-request-id': 'req-04ca1601-1bdd-40df-9cc3-d245404269ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:48:31,402 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:48:31,403 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48: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-31a21bf4-5adc-41dc-b85f-e2404737b7ed', 'x-compute-request-id': 'req-31a21bf4-5adc-41dc-b85f-e2404737b7ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:48:32,451 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.046s 2021-10-27 01:48:32,452 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48: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-4577449f-fa71-453f-be7a-e0ffcb5ae85e', 'x-compute-request-id': 'req-4577449f-fa71-453f-be7a-e0ffcb5ae85e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:48:33,500 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:48:33,501 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48: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-4dd44617-5ab5-4c4c-9c00-72104ffd4dc9', 'x-compute-request-id': 'req-4dd44617-5ab5-4c4c-9c00-72104ffd4dc9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:48:34,549 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:48:34,549 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48: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-5a1d8144-d462-4351-b60b-aff09a2f5990', 'x-compute-request-id': 'req-5a1d8144-d462-4351-b60b-aff09a2f5990', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:48:35,598 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.045s 2021-10-27 01:48:35,598 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48: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-f75cb8a3-ed6f-4860-bf27-506acea3bc93', 'x-compute-request-id': 'req-f75cb8a3-ed6f-4860-bf27-506acea3bc93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:48:36,646 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.044s 2021-10-27 01:48:36,646 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48: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-71860809-7b16-4ffa-87de-2d26e882797f', 'x-compute-request-id': 'req-71860809-7b16-4ffa-87de-2d26e882797f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:48:37,698 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments 0.048s 2021-10-27 01:48:37,698 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48: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-ce4dca28-e162-45c9-a871-0a902b642761', 'x-compute-request-id': 'req-ce4dca28-e162-45c9-a871-0a902b642761', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "volumeId": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "serverId": "09c974ea-9b13-4805-919e-4e1889c26939", "device": "/dev/sdb"}]}' 2021-10-27 01:48:38,809 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 POST http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/action 0.107s 2021-10-27 01:48:38,810 122975 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, 27 Oct 2021 01:48:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '76329', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6c5cd96c-f24c-46c5-8e65-7ed20ccc2cbd', 'x-compute-request-id': 'req-6c5cd96c-f24c-46c5-8e65-7ed20ccc2cbd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939/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-10-27 01:48:38,812 122975 DEBUG [tempest.common.waiters] Console output for 09c974ea-9b13-4805-919e-4e1889c26939 body= [ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: x87 FPU will use FXSAVE [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable [ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data [ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.3 present. [ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016 [ 0.000000] Hypervisor detected: Microsoft Hyper-V [ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c [ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035 [ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500 [ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V [ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush [ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT [ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM) [ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026) [ 0.000000] ACPI: FACS 0x000000003FFFF000 000040 [ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001) [ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug [ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug [ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug [ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff] [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffeffff] [ 0.000000] Reserved but unavailable: 98 pages [ 0.000000] ACPI: PM-Timer IO Port: 0x408 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] e820: [mem 0x40000000-0xffffffff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on bare hardware [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] random: get_random_bytes called from start_kernel+0x99/0x51b with crng_init=0 [ 0.000000] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:1 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] percpu: Embedded 45 pages/cpu @ (ptrval) s147456 r8192 d28672 u2097152 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 257913 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0 [ 0.000000] Memory: 926704K/1048120K available (12300K kernel code, 2283K rwdata, 3972K rodata, 2248K init, 2372K bss, 121416K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] ftrace: allocating 37806 entries in 148 pages [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=1. [ 0.000000] Tasks RCU enabled. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1 [ 0.000000] NR_IRQS: 524544, nr_irqs: 256, preallocated irqs: 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] ACPI: Core revision 20170831 [ 0.000000] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.000000] APIC: Switch to symmetric I/O mode setup [ 0.004000] clocksource: hyperv_clocksource_tsc_page: mask: 0xffffffffffffffff max_cycles: 0x24e6a1710, max_idle_ns: 440795202120 ns [ 0.136000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.140000] tsc: Detected 1995.190 MHz processor [ 0.140000] Calibrating delay loop (skipped), value calculated using timer frequency.. 3990.38 BogoMIPS (lpj=7980760) [ 0.144011] pid_max: default: 32768 minimum: 301 [ 0.148064] Security Framework initialized [ 0.152007] Yama: becoming mindful. [ 0.156000] AppArmor: AppArmor initialized [ 0.156284] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.160124] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.164038] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.168027] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.172597] CPU: Physical Processor ID: 0 [ 0.176263] mce: CPU supports 1 MCE banks [ 0.180204] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8 [ 0.184011] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0 [ 0.188010] Spectre V2 : Mitigation: Full generic retpoline [ 0.192011] Speculative Store Bypass: Vulnerable [ 0.295847] Freeing SMP alternatives memory: 36K [ 0.309376] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2430L 0 @ 2.00GHz (family: 0x6, model: 0x2d, stepping: 0x7) [ 0.312140] Performance Events: unsupported p6 CPU model 45 no PMU driver, software events only. [ 0.316115] Hierarchical SRCU implementation. [ 0.324055] NMI watchdog: Perf event create on CPU 0 failed with -2 [ 0.328009] NMI watchdog: Perf NMI watchdog permanently disabled [ 0.332151] smp: Bringing up secondary CPUs ... [ 0.336008] smp: Brought up 1 node, 1 CPU [ 0.340006] smpboot: Max logical packages: 1 [ 0.344006] smpboot: Total of 1 processors activated (3990.38 BogoMIPS) [ 0.348592] devtmpfs: initialized [ 0.352105] x86/mm: Memory block size: 128MB [ 0.360239] evm: security.selinux [ 0.364007] evm: security.SMACK64 [ 0.368007] evm: security.SMACK64EXEC [ 0.376010] evm: security.SMACK64TRANSMUTE [ 0.380012] evm: security.SMACK64MMAP [ 0.384007] evm: security.apparmor [ 0.388010] evm: security.ima [ 0.392036] evm: security.capability [ 0.396240] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.400025] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.404106] pinctrl core: initialized pinctrl subsystem [ 0.413034] NET: Registered protocol family 16 [ 0.416187] audit: initializing netlink subsys (disabled) [ 0.420245] cpuidle: using governor ladder [ 0.428021] audit: type=2000 audit(1635298428.420:1): state=initialized audit_enabled=0 res=1 [ 0.432026] cpuidle: using governor menu [ 0.436101] ACPI: bus type PCI registered [ 0.440013] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.446099] PCI: Using configuration type 1 for base access [ 0.452948] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages [ 0.456344] ACPI: Added _OSI(Module Device) [ 0.460015] ACPI: Added _OSI(Processor Device) [ 0.464007] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.468016] ACPI: Added _OSI(Processor Aggregator Device) [ 0.472042] ACPI: Added _OSI(Linux-Dell-Video) [ 0.489139] ACPI: Interpreter enabled [ 0.492017] ACPI: (supports S0 S5) [ 0.496008] ACPI: Using IOAPIC for interrupt routing [ 0.500092] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.504504] ACPI: Enabled 1 GPEs in block 00 to 0F [ 0.606773] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.608020] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.612056] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.616039] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.624012] PCI host bridge to bus 0000:00 [ 0.628024] pci_bus 0000:00: root bus resource [mem 0xfe0000000-0xfffffffff window] [ 0.632019] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.636009] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.640008] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.644037] pci_bus 0000:00: root bus resource [mem 0xf8000000-0xfffbffff window] [ 0.648017] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.700744] pci 0000:00:07.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.704011] pci 0000:00:07.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.708009] pci 0000:00:07.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.712008] pci 0000:00:07.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.720569] * Found PM-Timer Bug on the chipset. Due to workarounds for a bug, [ 0.720569] * this clock source is slow. Consider trying other clock sources [ 0.740817] pci 0000:00:07.3: quirk: [io 0x0400-0x043f] claimed by PIIX4 ACPI [ 0.857033] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 9 10 *11 12 14 15) [ 0.860995] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. [ 0.868292] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. [ 0.877115] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. [ 0.884222] SCSI subsystem initialized [ 0.888276] pci 0000:00:08.0: vgaarb: setting as boot VGA device [ 0.892000] pci 0000:00:08.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none [ 0.892021] pci 0000:00:08.0: vgaarb: bridge control possible [ 0.896037] vgaarb: loaded [ 0.900110] pps_core: LinuxPPS API ver. 1 registered [ 0.904010] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.908037] PTP clock support registered [ 0.912117] EDAC MC: Ver: 3.0.0 [ 0.922953] hv_vmbus: Vmbus version:4.0 [ 0.924140] PCI: Using ACPI for IRQ routing [ 0.928222] NetLabel: Initializing [ 0.932028] NetLabel: domain hash size = 128 [ 0.936072] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO [ 0.940736] NetLabel: unlabeled traffic allowed by default [ 0.944249] clocksource: Switched to clocksource hyperv_clocksource_tsc_page [ 0.971070] VFS: Disk quotas dquot_6.6.0 [ 0.981280] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.991391] AppArmor: AppArmor Filesystem Enabled [ 1.007288] pnp: PnP ACPI init [ 1.048194] system 00:06: [io 0x01e0-0x01ef] has been reserved [ 1.052940] system 00:06: [io 0x0160-0x016f] has been reserved [ 1.061650] system 00:06: [io 0x0278-0x027f] has been reserved [ 1.075260] system 00:06: [io 0x0378-0x037f] has been reserved [ 1.086236] system 00:06: [io 0x0678-0x067f] has been reserved [ 1.094672] system 00:06: [io 0x0778-0x077f] has been reserved [ 1.109868] system 00:06: [io 0x04d0-0x04d1] has been reserved [ 1.116283] system 00:07: [io 0x0400-0x043f] has been reserved [ 1.138010] system 00:07: [io 0x0370-0x0371] has been reserved [ 1.146650] system 00:07: [io 0x0440-0x044f] has been reserved [ 1.158960] system 00:07: [mem 0xfec00000-0xfec00fff] could not be reserved [ 1.173974] system 00:07: [mem 0xfee00000-0xfee00fff] has been reserved [ 1.181446] system 00:08: [mem 0x00000000-0x0009ffff] could not be reserved [ 1.196285] system 00:08: [mem 0x000c0000-0x000dffff] could not be reserved [ 1.208677] system 00:08: [mem 0x000e0000-0x000fffff] could not be reserved [ 1.215972] system 00:08: [mem 0x00100000-0xf7ffffff] could not be reserved [ 1.225978] system 00:08: [mem 0xfffc0000-0xffffffff] has been reserved [ 1.239108] pnp: PnP ACPI: found 9 devices [ 1.254523] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.267265] NET: Registered protocol family 2 [ 1.273124] TCP established hash table entries: 8192 (order: 4, 65536 bytes) [ 1.280461] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.287133] TCP: Hash tables configured (established 8192 bind 8192) [ 1.297414] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.314975] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.328565] NET: Registered protocol family 1 [ 1.340751] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.358744] pci 0000:00:08.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] [ 1.371107] Unpacking initramfs... [ 1.680409] random: fast init done [ 1.940613] Freeing initrd memory: 13088K [ 1.963425] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.975509] software IO TLB [mem 0x3a600000-0x3e600000] (64MB) mapped at [ (ptrval)- (ptrval)] [ 1.992344] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3984dcddca4, max_idle_ns: 881590726873 ns [ 2.008637] Scanning for low memory corruption every 60 seconds [ 2.025435] Initialise system trusted keyrings [ 2.031912] Key type blacklist registered [ 2.036433] workingset: timestamp_bits=36 max_order=18 bucket_order=0 [ 2.049104] zbud: loaded [ 2.053238] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 2.061492] fuse init (API version 7.26) [ 2.077230] Key type asymmetric registered [ 2.085731] Asymmetric key parser 'x509' registered [ 2.114143] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244) [ 2.132324] io scheduler noop registered (default) [ 2.146635] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.175794] ACPI: Power Button [PWRF] [ 2.185519] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.222786] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.264985] 00:04: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A [ 2.295528] Linux agpgart interface v0.103 [ 2.328272] loop: module loaded [ 2.335771] hv_vmbus: registering driver hv_storvsc [ 2.390546] scsi host0: storvsc_host_t [ 2.409690] scsi 0:0:0:0: Direct-Access Msft Virtual Disk 1.0 PQ: 0 ANSI: 5 [ 2.453774] scsi host1: storvsc_host_t [ 2.468032] sd 0:0:0:0: Attached scsi generic sg0 type 0 [ 2.485970] ata_piix 0000:00:07.1: Hyper-V Virtual Machine detected, ATA device ignore set [ 2.514425] scsi host2: ata_piix [ 2.520541] scsi host3: ata_piix [ 2.538670] ata1: PATA max UDMA/33 cmd 0x1f0 ctl 0x3f6 bmdma 0xffa0 irq 14 [ 2.554444] ata2: PATA max UDMA/33 cmd 0x170 ctl 0x376 bmdma 0xffa8 irq 15 [ 2.558734] sd 0:0:0:0: [sda] 2080768 512-byte logical blocks: (1.07 GB/1016 MiB) [ 2.581407] libphy: Fixed MDIO Bus: probed [ 2.585286] tun: Universal TUN/TAP device driver, 1.6 [ 2.589515] sd 0:0:0:0: [sda] Write Protect is off [ 2.605546] PPP generic driver version 2.4.2 [ 2.613804] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12 [ 2.642821] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 2.657998] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 2.670337] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 2.679761] mousedev: PS/2 mouse device common for all mice [ 2.702978] rtc_cmos 00:00: RTC can wake from S4 [ 4.129694] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 4.301142] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 4.309007] sda: sda1 [ 4.384575] rtc_cmos 00:00: alarms up to one month, 114 bytes nvram [ 4.414079] device-mapper: uevent: version 1.0.3 [ 4.569408] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@redhat.com [ 4.579118] NET: Registered protocol family 10 [ 4.594538] sd 0:0:0:0: [sda] Attached SCSI disk [ 4.604337] Segment Routing with IPv6 [ 4.627064] NET: Registered protocol family 17 [ 4.650014] Key type dns_resolver registered [ 4.668514] RAS: Correctable Errors collector initialized. [ 4.689075] registered taskstats version 1 [ 4.693157] Loading compiled-in X.509 certificates [ 4.704960] Loaded X.509 cert 'Build time autogenerated kernel key: aff4079af16f4619e3b7b2cd46b8d3777d9de144' [ 4.718532] zswap: loaded using pool lzo/zbud [ 4.727545] Key type big_key registered [ 4.737108] Key type trusted registered [ 4.790952] Key type encrypted registered [ 4.804260] AppArmor: AppArmor sha1 policy hashing enabled [ 4.819152] ima: No TPM chip found, activating TPM-bypass! (rc=-19) [ 4.832988] evm: HMAC attrs: 0x1 [ 4.854901] rtc_cmos 00:00: setting system clock to 2021-10-27 01:33:55 UTC (1635298435) [ 4.863310] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.873650] EDD information not available. [ 5.410272] ata2.00: ATAPI: Virtual CD, , max MWDMA2 [ 5.438436] ata2.00: configured for MWDMA2 [ 5.465400] scsi 3:0:0:0: CD-ROM Msft Virtual CD/ROM 1.0 PQ: 0 ANSI: 5 [ 5.488531] sr 3:0:0:0: [sr0] scsi3-mmc drive: 0x/0x tray [ 5.501215] cdrom: Uniform CD-ROM driver Revision: 3.20 [ 5.511990] sr 3:0:0:0: Attached scsi generic sg1 type 5 [ 5.537350] Freeing unused kernel memory: 2248K [ 5.548095] Write protecting the kernel read-only data: 18432k [ 5.560966] Freeing unused kernel memory: 2008K [ 5.568273] Freeing unused kernel memory: 124K [ 5.596702] x86/mm: Checked W+X mappings: passed, no W+X pages found. [ 5.618240] x86/mm: Checking user space page tables [ 5.649630] x86/mm: Checked W+X mappings: passed, no W+X pages found. Loading, please wait... starting version 229 [ 5.725275] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 5.732357] random: udevadm: uninitialized urandom read (16 bytes read) [ 5.743388] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 5.759319] random: udevadm: uninitialized urandom read (16 bytes read) [ 5.775272] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 5.800229] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 5.830919] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 5.851434] random: udevadm: uninitialized urandom read (16 bytes read) [ 5.861980] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 5.875602] random: udevadm: uninitialized urandom read (16 bytes read) [ 6.118618] hv_vmbus: registering driver hv_netvsc [ 6.131750] hv_utils: Registering HyperV Utility Driver [ 6.151749] hv_vmbus: registering driver hv_util [ 6.179402] hidraw: raw HID events driver (C) Jiri Kosina [ 6.201026] hv_vmbus: registering driver hyperv_keyboard [ 6.277591] hv_vmbus: registering driver hid_hyperv [ 6.375062] input: AT Translated Set 2 keyboard as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/device:07/VMBUS:01/d34b2567-b9b6-42b9-8778-0a4ec0b955bf/serio2/input/input3 [ 6.403116] hv_utils: Heartbeat IC version 3.0 [ 6.710038] input: Microsoft Vmbus HID-compliant Mouse as /devices/0006:045E:0621.0001/input/input4 [ 6.730578] hid-generic 0006:045E:0621.0001: input: <UNKNOWN> HID v0.01 Mouse [Microsoft Vmbus HID-compliant Mouse] on [ 6.748261] hv_utils: Shutdown IC version 3.0 [ 6.758523] hv_utils: TimeSync IC version 4.0 [ 6.767110] hv_utils: VSS IC version 5.0 Begin: Loading essential drivers ... [ 6.936055] raid6: sse2x1 gen() 2418 MB/s [ 6.992896] raid6: sse2x1 xor() 1548 MB/s [ 7.057384] raid6: sse2x2 gen() 2898 MB/s [ 7.124047] raid6: sse2x2 xor() 2207 MB/s [ 7.180045] raid6: sse2x4 gen() 3209 MB/s [ 7.232047] raid6: sse2x4 xor() 3413 MB/s [ 7.249764] raid6: using algorithm sse2x4 gen() 3209 MB/s [ 7.259750] raid6: .... xor() 3413 MB/s, rmw enabled [ 7.270763] raid6: using intx1 recovery algorithm [ 7.287970] xor: measuring software checksum speed [ 7.344033] prefetch64-sse: 8091.000 MB/sec [ 7.400163] generic_sse: 9186.000 MB/sec [ 7.411908] xor: using function: generic_sse (9186.000 MB/sec) [ 7.436298] async_tx: api initialized (async) done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running scripts/local-top ... done. Begin: Running /scripts/local-premount ... [ 7.788065] Btrfs loaded, crc32c=crc32c-generic Scanning for Btrfs filesystems done. Warning: fsck nt present, so skipping root file system [ 8.037383] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null) done. Begin: Running /scripts/local-bottom ... done. Begin: Running /scripts/init-botom ... done. [ 8.385174] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN) [ 8.405988] systemd[1]: Detected virtualization microsoft. [ 8.420341] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 8.541480] systemd[1]: Set hostname to <ubuntu>. [ 8.566183] systemd[1]: Initializing machine ID from random generator. [ 8.586822] systemd[1]: Installed transient /etc/machine-id file. [ 9.019393] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 9.118779] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 9.249746] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 9.310818] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Listening on udev Control Socket. [[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[0;32m OK [0m] Created slice System Slice. Starting Remount Root and Kernel File Systems... [[0;32m OK [0m] Created slice system-getty.slice. Mounting POSIX essage Queue Fie System... [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. Starting Createlist of required st... nodes for the current kernel...[ 10.228594] EXT4-fs (sda1): re-mounted. Opts: (null) Mounting Huge Pages File System... Starting Load Kernel Modules... Mounting Debug File System...[ 10.461409] Loading iSCSI transport class v2.0-870. [[0;32m OK [0m] [ 10.551610] iscsi: registered transport (tcp) Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m[ 10.656131] iscsi: registered transport (iser) ] Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [m] Listening on Device-mapper event daemon FIFOs. Starting Monitoing of LVM2 mirors... dmeventd or progress polling... [[0;32m OK [0m] Created slice User and Session Slice. [[0;32m OK [0m] Reached target Swap. [[0;32m OK [0m] Reached target Slices. [[0;32m OK [0m] Listening on Journal Audit Socket. Starting Journa Service... [[0;32m OK [0m] Mounted Debug File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted Huge Pages File System. [[0;32m OK [0m] Started JournalService. [[0;32m OK [0m] Started Remount Root and Kernel File Systems. [[0;32m OK [0m] Started Create ist of required sta...ce nodes for the current kernel. [[0;32m OK [0m] Started Load Kernel Modules. [[0;32m OK [0m] Started LVM2 metadata daemon. Mounting FUSE Control File System... Mounting Configuration File System... Starting Apply Kernel Variables... Starting Create Static Device Nodes in /dev... Starting Initial cloud-init job (pre-networking)... Starting Load/Save Random Seed... Starting udev Coldplug all Devices... Starting Flush Journal to Persistent Storage... [[0;32m OK [0m] Mounted FUSE Cotrol File System. [[0;32m OK [0m] Mounted Configuration File System. [[0;32m OK [0m] Started Monitoring of LVM2 mrrors,...ng dmeventd or progress polling. [[0;32m OK [0m] Started Apply Kernel Variables. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. [[0;32m OK [0m] Started Load/Save Random Seed. Starting udev Krnel Device Manger... [[0;32m OK [0m] Reached target Local File Systems (Pre). [[0;32m OK [0m] Reached target Local File Systems. Starting LSB: AppArmor initialization... Starting Commit a transient machine-id on disk... [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[0;32m OK [0m] Started udev Coldplug all Devices. [[0;32m OK [0m] Started Commit transient machne-id on disk. [[0;32m OK [0m] Started udev Kernel Device Manager. Starting Create Volatile Files and Directories... [[0;32m OK [0m] Started Create Volatile Files and Directories. [[0;32m OK [0m] Found device /dev/ttyS0. [[0;32m OK [0m] Started LSB: AppArmor initialization. [[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. Starting Network Time Synchroniation... Starting Update UTMP about System Boot/Shutdown... [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[0;32m OK [0m] Started Network Ttion. [[0;32m OK [0m] Reached target System Time Synchronized. [ 21.004874] cloud-init[332]: Cloud-init v. 18.2 running 'init-local' at Wed, 27 Oct 2021 01:4:08 +0000. Up 17.69 seconds. [[0;32m OK [0m] Started Initial cloud-init job (pre-networking). [[0;32m OK [0m] Reached target Network (Pre). Starting Raise network interfaces... [[0;32m OK [0m] Started Raise network interfaces. [[0;32m OK [m] Reached target Network. Starting Initial cloud-init job (metadata service crawler)... [ 32.399411] cloud-init[661]: Cloud-init v. 18.2 running 'init' at Wed, 27 Oct 2021 01:34:15 +0000. Up 24.23 seconds. [[ 32.660236] [0;32m OK [0mcloud-init] [661]: ci-info: +++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++Started Initial cloud-init job (metadata service crawler). [ 32.813259] [cloud-init[661]: [0;32m OK [0mci-info: +--------+------+-----------------------------+-----------------+-------+-------------------+] Reached target Cloud-config availability. [[ 33.106940] cloud-init[0;32m OK [0m[661]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |] Reached target System Initialization. [ 33.305793] [cloud-init[0;32m OK [0m[661]: ] ci-info: +--------+------+------------------------------+-----------------+-------+-------------------+Started ACPI Events Check. [ [0;32m OK [0m[ 33.495953] ] Reached target Paths.cloud-init[661]: ci-info: | eth0 | True | 172.20.0.14 | 255.255.255.240 | . | fa:16:3e:1c:84:2f |[[0;32m OK [0m ] [ 33.675369] Started Daily Ceanup of Temporary Directories.cloud-init [661]: [ci-info: | eth0 | True | fe80::f816:3eff:fe1c:842f/64 | . | link | fa:16:3e:1c:84:2f | [0;32m OK [0m[ 33.817225] ] cloud-init[661]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |Listening on ACPID Listen Socket. [[ 33.958460] [0;32m OK [0mcloud-init[661]: ] Started Daily apt download activities.ci-info: | lo | True | ::1/128 | . | host | . | [ [ 34.131820] [0;32m OK [0m] cloud-init[661]: ci-info: +--------+------+------------------------------+-----------------+-------+-------------------+Started Daily apt upgrade and clean activities. [[0;32m OK [m[ 34.401705] cloud-init[661]: ] ci-info: +++++++++++++++++++++++++++++++Route Iv4 info++++++++++++++++++++++++++++++Reached target Timers. [ 34.644595] cloud-init[661]: ci-info: +------+-----------------+-----------+-----------------+-----------+-------+ [ 34.794219] [cloud-init[0;32m OK [0m[661]: ] ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |Listening on D-Bus System Message Bus Socket. [[0;32m OK [m ] [ 35.036563] Reached target Sockets. [cloud-init[0;32m OK [m[661]: ] ci-info: +-------+-----------------+------------+-----------------+-----------+-------+Reached target Basic System. Starting LSB: Record successfulboot for GRUB...[ 35.253686] cloud-init[661]: ci-info: | 0 | 0.0.0.0 | 172.20.0.1 | 0.0.0.0 | eth0 | UG | [ 35.253805] cloud-init[661]: ci-info: | 1 | 169.254.169.254 | 172.20.0.1 | 255.255.255.255 | eth0 | UGH | [ 35.253900] cloud-init[661]: ci-info: | 2 | 172.20.0.0 | 0.0.0.0 | 255.255.255.240 | eth0 | U | [ 35.254008] cloud-init[661]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+ [ 35.254656] cloud-init[661]: Generating public/private ra key pair. [ 35.254781] clod-init[661]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key. [ 35.254876] cloud-init[661]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. [ 35.254966] cloud-init[661] The key fingerprint is: [ 35.255061] cloud-init[661]: SHA256:iEG/6yMi6xHmHe3CCdoiUKzyHiKvJogLT5t7e2HyJ+4 rot@tempest-attachvolumetestjson-server-210231453 [ 35.255151] cloud-init[661]: The key's randmart image is:[ 35.255243] cloud-init[661]: +---[RSA 2048]----+ [ 35.255464] cloud-init[661]: | . | [ 35.255606] cloud-init[661]: | . . . | [ 35.255763] cloud-init[661]: | o . . | [ 35.255887] cloud-init[661]: | o .o o | [ 35.255992] cloud-init[661]: |++ ...o S | [ 35.256110] clud-init[661]: |*o= = o. | [ 35.25627] cloud-init[661]: |Xo== =.. | [[0;32m OK [0m] Started Deferre execution scheuler.[ 35.667316] cloud-init[661]: [|OOo++.= . |[0;32m OK [0m ] [ 36.005237] cloud-init[661]: |B*B+.*E+ | [ 36.054244] cloud-init[661]: +----[SHA256]----+ [ 36.121915] cloud-init[661]: Started Regularbackground progam processing daemon.Generating public/private dsa key pair. [[ 36.294109] [0;32m OK [0mcloud-init] Started ACPI event daemon.[661]: Your identificaion has been saed in /etc/ssh/ssh_host_dsa_key [[0;32m OK [0m] Started Uattended Upgrades Shutdown. [ 36.438155] cloud-init [661]: Starting LSB: M monitoring daeon...Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. [[ 36.642266] [0;32m OK [0mcloud-init] [661]: Started D-Bus System Message Bus.The key fingerprint is: [ 36.793603] cloud-init[661]: SHA256:xkDc4vVce2YDaog8TTbJRblcA8pcpxQG1Nzo0SDgE root@tempestattachvolumetesjson-server-210231453 [ 36.917417] cloud-init[661]: The key's randoart image is: [ 37.048340] cloud-init[661]: +---[DSA 1024]----+ [ 37.126387] cloud-init[661]: | E+BO+**o.. | [ 37.230217] Starting Login Service...cloud-init[661]: | . o.==X*ooo | [ 37.494401] [cloud-init[0;32m OK [0m[661]: ] Reached target etwork is Online. | + *o**=+B. | [ 37.673477] cloud-initStarting OpenBSD Secure Shell server...[661]: | . +.o*..= o | Starting /etc/rc.local Compatibility...[ 37.894907] cloud-init[661]: | . .o.S | Starting Apply the settings specified in cloud-config...[ 38.211316] cloud-init [661]: Starting iSCSI initiator daemon (iscsid)...| .. | [ 38.526832] [[0;32m OK [0mcloud-init] [661]: Started OpenBSD Secure Shell server.| | [ 39.012664] [cloud-init[0;32m OK [m[661]: ] | |Started /etc/rc.local Compatibility. [ 39.311997] cloud-init[661]: [| |[0;32m OK [0m [ 39.714289] cloud-init] [661]: Started iSCSI initiator daemon (iscsid).+----[SHA256]-----+ [ 39.924292] cloud-init[[0;32m OK [m] Started Login Service. [[0;32m OK [0m] Started LSB: MDmonitoring daemn.[661]: Generating publc/private ecdsa key pair. [ 40.787578] cloud-init[661]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Starting Login to default iSCSI targets...[ 40.935422] cloud-init[661]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.[ [0;32m OK [0m[ 41.097876] cloud-init] [661]: Started Login t default iSCSI argets. The key fingerpint is: [ 41.159848] cloud-init[661]: SHA256:08OIgsE/9GiOUFVfsAUktS4n94OXNMg6WrsAw+ZVu1A root@tempest-attachvolumetestjson-server-210231453 [ 41.160068] cloud-init[661]: The key's randomart image is: [ 41.160180] cloud-init[661]: +---[ECDSA 256]--+ [ 41.160277] cloud-init[661]: | ..oo=oo | [ 41.160378] cloud-init[661]: | . . o = | [ 41.160516] [[0;32m OK [0m] Reached target Remote File Systms (Pre). [[0;32m OK [0m] Reached target Remote File Systems. Starting LSB: automatic crash report generation... Starting LSB: Set the CPU Frequency Scaling governor to "ondemand"... Starting Permit User Sessions.. [[0;32m OK [m] Started Permit User Sessions. cloud-init[661]: [| + . E + |[0;32m OK [0m] Started LSB: Set the CPU Frequency Scaling governor to "ondemand". [[0;32m OK [0m] Started LSB: automatic crash report generation. [[0;32m OK [0m] Started Serial Getty on ttyS0. [[0;32m OK [0m ] [ 42.633665] Started Getty on tty1.cloud-init[661]: | o = = = = |[ [0;32m OK [0m] [ 42.777021] cloud-initReached target ogin Prompts.[661]: |. * O * S * | [ 42.870342] cloud-init[661]: | + B + B = + | [ 42.949820] cloud-init[661]: | o o = . = | [ 43.093321] cloud-init[661]: | + o . . | [ 43.215860] cloud-init[[661]: [0;32m OK [0m| . o. | [ 43.342031] ] cloud-initStarted LSB: Reord successful boot for GRUB.[661]: +----[SHA256]-----+ [ 43.411474] cloud-iit[661]: Generating public/private ed25519 key pair. [ 43.411599] cloud-init[661]: Your identification has been saved in /etc/ssh/ssh_host_e25519_key. [[0;32m OK [0m] Reached target Multi-User System. [ 43.665656] [cloud-init[0;32m OK [m[661]: ] Reached target Graphical Interfce.Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. Starting UpdateUTMP about Systm Runlevel Changes... [ 44.188443] cloud-init[661]: The key fingerprint is: [[ 44.348791] cloud-init[0;32m OK [0m[661]: SHA256:bTePmSA//4QUiWbKB1zN/D37euuy2NWVxdcR7KnGj0 root@tempest-attachvolumetestjson-server-210231453] Started Update UTMP about System Runlevel Changs. [ 44.586206] cloud-init[661]: The key's randomart image is: [ 44.796854] cloud-init[661]: +--[ED25519 256--+ [ 44.907081] cloud-init[661]: | .+ o.| [ 45.047387] cloud-init[661]: | . . .+. oo| [ 45.127752] cloud-init[661]: | o + o.o.*| [ 45.251752] cloud-init[661]: | . * oE=| [ 45.335683] cloud-init[661]: | S = = o.=| [ 45.429566] cloud-init[661]: | = + % .o| [ 45.556282] cloud-init[661]: | o B o.o| [ 45.672843] cloud-init[661]: | ooo. o| [ 45.767155] cloud-init[661]: | ..+=.| [ 45.875545] cloud-init[661]: +----[SHA256]-----+ Ubuntu 16.04.4 LTS tempest-attachvolumetestjson-server-210231453 ttyS0 tempest-attachvolumetestjson-sever-210231453 login: [ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: x87 FPU will use FXSAVE [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable [ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data [ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.3 present. [ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016 [ 0.000000] Hypervisor detected: Microsoft Hyper-V [ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c [ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035 [ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500 [ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V [ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush [ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT [ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM) [ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026) [ 0.000000] ACPI: FACS 0x000000003FFFF000 000040 [ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001) [ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug [ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug [ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug [ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff] [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffeffff] [ 0.000000] Reserved but unavailable: 98 pages [ 0.000000] ACPI: PM-Timer IO Port: 0x408 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] e820: [mem 0x40000000-0xffffffff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on bare hardware [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] random: get_random_bytes called from start_kernel+0x99/0x51b with crng_init=0 [ 0.000000] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:1 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] percpu: Embedded 45 pages/cpu @ (ptrval) s147456 r8192 d28672 u2097152 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 257913 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0 [ 0.000000] Memory: 926704K/1048120K available (12300K kernel code, 2283K rwdata, 3972K rodata, 2248K init, 2372K bss, 121416K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] ftrace: allocating 37806 entries in 148 pages [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=1. [ 0.000000] Tasks RCU enabled. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1 [ 0.000000] NR_IRQS: 524544, nr_irqs: 256, preallocated irqs: 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] ACPI: Core revision 20170831 [ 0.000000] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.000000] APIC: Switch to symmetric I/O mode setup [ 0.004000] clocksource: hyperv_clocksource_tsc_page: mask: 0xffffffffffffffff max_cycles: 0x24e6a1710, max_idle_ns: 440795202120 ns [ 0.108000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.112000] tsc: Detected 1995.190 MHz processor [ 0.112000] Calibrating delay loop (skipped), value calculated using timer frequency.. 3990.38 BogoMIPS (lpj=7980760) [ 0.116009] pid_max: default: 32768 minimum: 301 [ 0.120086] Security Framework initialized [ 0.124009] Yama: becoming mindful. [ 0.128068] AppArmor: AppArmor initialized [ 0.132256] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.136104] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140000] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.140013] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.144579] CPU: Physical Processor ID: 0 [ 0.148000] mce: CPU supports 1 MCE banks [ 0.148131] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8 [ 0.152004] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0 [ 0.156006] Spectre V2 : Mitigation: Full generic retpoline [ 0.160004] Speculative Store Bypass: Vulnerable [ 0.213109] Freeing SMP alternatives memory: 36K [ 0.218591] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2430L 0 @ 2.00GHz (family: 0x6, model: 0x2d, stepping: 0x7) [ 0.220108] Performance Events: unsupported p6 CPU model 45 no PMU driver, software events only. [ 0.224073] Hierarchical SRCU implementation. [ 0.233324] NMI watchdog: Perf event create on CPU 0 failed with -2 [ 0.236010] NMI watchdog: Perf NMI watchdog permanently disabled [ 0.240098] smp: Bringing up secondary CPUs ... [ 0.244006] smp: Brought up 1 node, 1 CPU [ 0.248033] smpboot: Max logical packages: 1 [ 0.252006] smpboot: Total of 1 processors activated (3990.38 BogoMIPS) [ 0.256508] devtmpfs: initialized [ 0.260089] x86/mm: Memory block size: 128MB [ 0.264261] evm: security.selinux [ 0.268009] evm: security.SMACK64 [ 0.272005] evm: security.SMACK64EXEC [ 0.276004] evm: security.SMACK64TRANSMUTE [ 0.280005] evm: security.SMACK64MMAP [ 0.284004] evm: security.apparmor [ 0.288004] evm: security.ima [ 0.292004] evm: security.capability [ 0.296197] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.300042] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.304074] pinctrl core: initialized pinctrl subsystem [ 0.308272] NET: Registered protocol family 16 [ 0.312177] audit: initializing netlink subsys (disabled) [ 0.320009] audit: type=2000 audit(1635298550.316:1): state=initialized audit_enabled=0 res=1 [ 0.324117] cpuidle: using governor ladder [ 0.328009] cpuidle: using governor menu [ 0.332061] ACPI: bus type PCI registered [ 0.336005] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.341618] PCI: Using configuration type 1 for base access [ 0.351191] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages [ 0.352400] ACPI: Added _OSI(Module Device) [ 0.356013] ACPI: Added _OSI(Processor Device) [ 0.360006] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.364005] ACPI: Added _OSI(Processor Aggregator Device) [ 0.368025] ACPI: Added _OSI(Linux-Dell-Video) [ 0.381550] ACPI: Interpreter enabled [ 0.384014] ACPI: (supports S0 S5) [ 0.388006] ACPI: Using IOAPIC for interrupt routing [ 0.392065] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.396484] ACPI: Enabled 1 GPEs in block 00 to 0F [ 0.440666] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.444027] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.448020] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.452027] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.456679] PCI host bridge to bus 0000:00 [ 0.460009] pci_bus 0000:00: root bus resource [mem 0xfe0000000-0xfffffffff window] [ 0.464009] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.468075] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.472009] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.476036] pci_bus 0000:00: root bus resource [mem 0xf8000000-0xfffbffff window] [ 0.480009] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.538097] pci 0000:00:07.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.540007] pci 0000:00:07.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.544007] pci 0000:00:07.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.548007] pci 0000:00:07.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.556006] * Found PM-Timer Bug on the chipset. Due to workarounds for a bug, [ 0.556006] * this clock source is slow. Consider trying other clock sources [ 0.574922] pci 0000:00:07.3: quirk: [io 0x0400-0x043f] claimed by PIIX4 ACPI [ 0.628313] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 9 10 *11 12 14 15) [ 0.632772] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. [ 0.640635] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. [ 0.644771] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. [ 0.648707] SCSI subsystem initialized [ 0.652334] pci 0000:00:08.0: vgaarb: setting as boot VGA device [ 0.656000] pci 0000:00:08.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none [ 0.656009] pci 0000:00:08.0: vgaarb: bridge control possible [ 0.660005] vgaarb: loaded [ 0.664074] pps_core: LinuxPPS API ver. 1 registered [ 0.668038] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.676010] PTP clock support registered [ 0.680091] EDAC MC: Ver: 3.0.0 [ 0.686369] hv_vmbus: Vmbus version:4.0 [ 0.688174] PCI: Using ACPI for IRQ routing [ 0.692204] NetLabel: Initializing [ 0.696018] NetLabel: domain hash size = 128 [ 0.699546] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO [ 0.700719] NetLabel: unlabeled traffic allowed by default [ 0.704202] clocksource: Switched to clocksource hyperv_clocksource_tsc_page [ 0.729762] VFS: Disk quotas dquot_6.6.0 [ 0.734997] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.740174] AppArmor: AppArmor Filesystem Enabled [ 0.746758] pnp: PnP ACPI init [ 0.759350] system 00:06: [io 0x01e0-0x01ef] has been reserved [ 0.764638] system 00:06: [io 0x0160-0x016f] has been reserved [ 0.770443] system 00:06: [io 0x0278-0x027f] has been reserved [ 0.776014] system 00:06: [io 0x0378-0x037f] has been reserved [ 0.781002] system 00:06: [io 0x0678-0x067f] has been reserved [ 0.785993] system 00:06: [io 0x0778-0x077f] has been reserved [ 0.791847] system 00:06: [io 0x04d0-0x04d1] has been reserved [ 0.797372] system 00:07: [io 0x0400-0x043f] has been reserved [ 0.802230] system 00:07: [io 0x0370-0x0371] has been reserved [ 0.823066] system 00:07: [io 0x0440-0x044f] has been reserved [ 0.828285] system 00:07: [mem 0xfec00000-0xfec00fff] could not be reserved [ 0.834780] system 00:07: [mem 0xfee00000-0xfee00fff] has been reserved [ 0.841249] system 00:08: [mem 0x00000000-0x0009ffff] could not be reserved [ 0.846076] system 00:08: [mem 0x000c0000-0x000dffff] could not be reserved [ 0.853234] system 00:08: [mem 0x000e0000-0x000fffff] could not be reserved [ 0.858453] system 00:08: [mem 0x00100000-0xf7ffffff] could not be reserved [ 0.864303] system 00:08: [mem 0xfffc0000-0xffffffff] has been reserved [ 0.870297] pnp: PnP ACPI: found 9 devices [ 0.881132] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.888394] NET: Registered protocol family 2 [ 0.895771] TCP established hash table entries: 8192 (order: 4, 65536 bytes) [ 0.901618] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 0.906631] TCP: Hash tables configured (established 8192 bind 8192) [ 0.911585] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 0.924670] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 0.930968] NET: Registered protocol family 1 [ 0.935587] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.943517] pci 0000:00:08.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] [ 0.952462] Unpacking initramfs... [ 1.265324] Freeing initrd memory: 13088K [ 1.271812] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.277491] software IO TLB [mem 0x3a600000-0x3e600000] (64MB) mapped at [ (ptrval)- (ptrval)] [ 1.283963] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3984dcddca4, max_idle_ns: 881590726873 ns [ 1.290346] Scanning for low memory corruption every 60 seconds [ 1.295794] Initialise system trusted keyrings [ 1.301232] Key type blacklist registered [ 1.305902] workingset: timestamp_bits=36 max_order=18 bucket_order=0 [ 1.312508] zbud: loaded [ 1.317255] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.322966] fuse init (API version 7.26) [ 1.328756] Key type asymmetric registered [ 1.333267] Asymmetric key parser 'x509' registered [ 1.339014] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244) [ 1.344743] io scheduler noop registered (default) [ 1.349764] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.355468] ACPI: Power Button [PWRF] [ 1.360394] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.392725] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.425108] 00:04: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A [ 1.434325] Linux agpgart interface v0.103 [ 1.442022] loop: module loaded [ 1.448251] hv_vmbus: registering driver hv_storvsc [ 1.458039] random: fast init done [ 1.465125] scsi host0: storvsc_host_t [ 1.475380] scsi 0:0:0:0: Direct-Access Msft Virtual Disk 1.0 PQ: 0 ANSI: 5 [ 1.497752] scsi host1: storvsc_host_t [ 1.508573] sd 0:0:0:0: Attached scsi generic sg0 type 0 [ 1.529767] scsi 1:0:0:0: Direct-Access MSFT Virtual HD 10.0 PQ: 0 ANSI: 5 [ 1.543501] ata_piix 0000:00:07.1: Hyper-V Virtual Machine detected, ATA device ignore set [ 1.558738] sd 0:0:0:0: [sda] 2080768 512-byte logical blocks: (1.07 GB/1016 MiB) [ 1.569918] scsi host2: ata_piix [ 1.578204] sd 0:0:0:0: [sda] Write Protect is off [ 1.591335] scsi host3: ata_piix [ 1.596350] ata1: PATA max UDMA/33 cmd 0x1f0 ctl 0x3f6 bmdma 0xffa0 irq 14 [ 1.603144] ata2: PATA max UDMA/33 cmd 0x170 ctl 0x376 bmdma 0xffa8 irq 15 [ 1.620516] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 1.626911] libphy: Fixed MDIO Bus: probed [ 1.631349] tun: Universal TUN/TAP device driver, 1.6 [ 1.636504] PPP generic driver version 2.4.2 [ 1.641797] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12 [ 1.670037] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.676314] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.682279] mousedev: PS/2 mouse device common for all mice [ 1.694541] rtc_cmos 00:00: RTC can wake from S4 [ 1.726948] sda: sda1 [ 1.737551] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.748347] rtc_cmos 00:00: alarms up to one month, 114 bytes nvram [ 1.753982] device-mapper: uevent: version 1.0.3 [ 1.759608] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@redhat.com [ 1.765536] NET: Registered protocol family 10 [ 2.784930] sd 1:0:0:0: Attached scsi generic sg1 type 0 [ 2.793015] sd 1:0:0:0: [sdb] 2097152 512-byte logical blocks: (1.07 GB/1.00 GiB) [ 2.799994] sd 1:0:0:0: [sdb] 4096-byte physical blocks [ 2.805309] sd 0:0:0:0: [sda] Attached SCSI disk [ 2.811816] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 2.836942] sd 1:0:0:0: [sdb] Write Protect is off [ 2.845007] Segment Routing with IPv6 [ 2.849756] NET: Registered protocol family 17 [ 2.966353] Key type dns_resolver registered [ 2.973314] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, supports DPO and FUA [ 2.979740] RAS: Correctable Errors collector initialized. [ 2.984983] registered taskstats version 1 [ 2.990334] Loading compiled-in X.509 certificates [ 2.999856] Loaded X.509 cert 'Build time autogenerated kernel key: aff4079af16f4619e3b7b2cd46b8d3777d9de144' [ 3.006590] zswap: loaded using pool lzo/zbud [ 3.023455] Key type big_key registered [ 3.031091] Key type trusted registered [ 3.040144] Key type encrypted registered [ 3.046640] AppArmor: AppArmor sha1 policy hashing enabled [ 3.061911] ima: No TPM chip found, activating TPM-bypass! (rc=-19) [ 3.194086] evm: HMAC attrs: 0x1 [ 3.201508] sd 1:0:0:0: [sdb] Attached SCSI disk [ 3.230323] rtc_cmos 00:00: setting system clock to 2021-10-27 01:35:54 UTC (1635298554) [ 3.236246] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 3.240739] EDD information not available. [ 3.744798] ata2.00: ATAPI: Virtual CD, , max MWDMA2 [ 3.757344] ata2.00: configured for MWDMA2 [ 3.777321] scsi 3:0:0:0: CD-ROM Msft Virtual CD/ROM 1.0 PQ: 0 ANSI: 5 [ 3.794858] sr 3:0:0:0: [sr0] scsi3-mmc drive: 0x/0x tray [ 3.799950] cdrom: Uniform CD-ROM driver Revision: 3.20 [ 3.819005] sr 3:0:0:0: Attached scsi generic sg2 type 5 [ 3.828269] Freeing unused kernel memory: 2248K [ 3.840058] Write protecting the kernel read-only data: 18432k [ 3.847489] Freeing unused kernel memory: 2008K [ 3.853040] Freeing unused kernel memory: 124K [ 3.868789] x86/mm: Checked W+X mappings: passed, no W+X pages found. [ 3.874597] x86/mm: Checking user space page tables [ 3.891678] x86/mm: Checked W+X mappings: passed, no W+X pages found. Loading, please wait... starting version 229 [ 3.953352] random: udevadm: uninitialized urandom read (16 bytes read) [ 3.959951] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 3.966088] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 3.972428] random: udevadm: uninitialized urandom read (16 bytes read) [ 3.978816] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 3.988078] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 4.005555] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 4.013719] random: udevadm: uninitialized urandom read (16 bytes read) [ 4.018926] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 4.024642] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 4.173675] hv_vmbus: registering driver hv_netvsc [ 4.183546] hv_utils: Registering HyperV Utility Driver [ 4.188303] hv_vmbus: registering driver hv_util [ 4.225232] hidraw: raw HID events driver (C) Jiri Kosina [ 4.248895] hv_vmbus: registering driver hyperv_keyboard [ 4.301272] hv_vmbus: registering driver hid_hyperv [ 4.335584] input: AT Translated Set 2 keyboard as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/device:07/VMBUS:01/d34b2567-b9b6-42b9-8778-0a4ec0b955bf/serio2/input/input3 [ 4.361351] input: Microsoft Vmbus HID-compliant Mouse as /devices/0006:045E:0621.0001/input/input4 [ 4.380798] hid 0006:045E:0621.0001: input: <UNKNOWN> HID v0.01 Mouse [Microsoft Vmbus HID-compliant Mouse] on [ 4.464695] hv_utils: Heartbeat IC version 3.0 [ 4.474483] hv_utils: Shutdown IC version 3.0 [ 4.485103] hv_utils: TimeSync IC version 4.0 [ 4.499330] hv_utils: VSS IC version 5.0 Begin: Loading essential drivers ... [ 4.740090] raid6: sse2x1 gen() 4717 MB/s [ 4.792036] raid6: sse2x1 xor() 3796 MB/s [ 4.844044] raid6: sse2x2 gen() 5694 MB/s [ 4.896053] raid6: sse2x2 xor() 3699 MB/s [ 4.948038] raid6: sse2x4 gen() 7145 MB/s [ 5.000064] raid6: sse2x4 xor() 5304 MB/s [ 5.007096] raid6: using algorithm sse2x4 gen() 7145 MB/s [ 5.013495] raid6: .... xor() 5304 MB/s, rmw enabled [ 5.020515] raid6: using intx1 recovery algorithm [ 5.029055] xor: measuring software checksum speed [ 5.072039] prefetch64-sse: 10107.000 MB/sec [ 5.116031] generic_sse: 9410.000 MB/sec [ 5.122331] xor: using function: prefetch64-sse (10107.000 MB/sec) [ 5.132456] async_tx: api initialized (async) done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... [ 5.320113] Btrfs loaded, crc32c=crc32c-generic Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 5.527457] EXT4-fs (sda1): INFO: recovery required on readonly filesystem [ 5.532993] EXT4-fs (sda1): write access will be enabled during recovery [ 6.131471] EXT4-fs (sda1): recovery complete [ 6.156135] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null) done. Begin: Running /scripts/local-bottom ... done. Begin: Running /scripts/init-bottom ... done. [ 6.920726] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN) [ 6.933181] systemd[1]: Detected virtualization microsoft. [ 6.947553] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 7.077889] systemd[1]: Set hostname to <tempest-attachvolumetestjson-server-210231453>. [ 7.941331] systemd[1]: Created slice System Slice. [[0;32m OK [m] Created slice System Slice. [ 8.094414] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 8.232804] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 8.331390] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 8.425206] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [m] Started Dispatch Password Requests to Console Directory Watch. [ 8.489277] systemd[1]: Mounting Debug File System... Mounting Debug File System... [[0;32m OK [0m] Reached target Encrypted Volume. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. Mounting Huge Pages File System... [[0;32m OK [0m] Listening on udev Kernel Socket. Starting Load Kernel Modules... [ 8.891323] Loading iSCSI transport class v2.0-870. Mounting POSIX Message Queue File System... [[ 8.961028] iscsi: registered transport (tcp) [0;32m OK [0m] Listening on LVM2 metadata daemon socket. [[0;32m OK [0m[ 9.049376] iscsi: registered transport (iser) ] Created slice system-serial\x2dgetty.slice. Starting Createlist of required st... nodes for the current kernel... [[0;32m OK [0m] Set up automount Arbitrary Executab...ats File ystem Automount Point. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on udev Control Socket. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. Starting Remount Root and Kernel File Systems... [[ 9.664201] EXT4-fs (sda1): re-mounted. Opts: (null) [0;32m OK [0m] Listening on Journal Audit Sockt. Starting Monitoing of LVM2 mirors... dmeventd or progress polling... [[0;32m OK [m] Created slice User and Session lice. [[0;32m OK [0m] Reached target lices. [[0;32m OK [0m] Created slice system-getty.slice. Starting Journal Service... [[0;32m OK [0m] Reached target wap. [[0;32m OK [0m] Mounted Debug File System. [[0;32m OK [0m] Mounted POSIX Message Queue Fil System. [[0;32m OK [m] Mounted Huge Paes File System. [[0;32m OK [0m] Started Journal Service. [[0;32m OK [0m] Started Load Kenel Modules. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current ernel. [[0;32m OK [0m] Started Remount Root and Kernel File Systems. [[0;32m OK [0m] Started LVM2 metadata daemon. Starting udev Coldplug all Devices... Starting Load/Save Random Seed... Starting Initial cloud-init job(pre-networking... Starting Create Static Device Ndes in /dev... Starting Apply Kernel Variables.. Mounting FUSE Control File Systm... Mounting Configuration File System... Starting Flush ournal to Persistent Storage... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [m] Mounted Configuration File System. [[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling. [[0;32m OK [0m] Started Load/Sae Random Seed. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. [[0;32m OK [0m] Started Apply Kernel Variables. [[0;32m OK [m] Started udev Coldplug all Devices. Starting udev Kernel Device Manager... [[0;32m OK [0m] Reached target Local File Systems (Pre). [[0;32m OK [0m] Reached target Local File Systems. Starting LSB: AppArmor initialization... [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[0;32m OK [0m] Started udev Kernel Device Manager. Starting Create Volatile Files and Directories... [[0;32m OK [0m] Started Create Volatile Files and Directories. [[0;32m OK [0m] Found device /dv/ttyS0. [[0;32m OK [0m] Started LSB: AppArmor initialization. [[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. Starting Network Time Synchronization... Starting Update UTMP about System Boot/Shutdown... [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Found device /sys/subsystem/net/devices/eth0. [[0;32m OK [0m] Reached target System Time Synchronized. [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [ 20.307821] cloud-init[361]: Cloud-init v. 18.2 running 'init-local' at Wed, 27 Oct 2021 01:36:10 +0000. Up 18.02 seconds. [[0;32m OK [0m] Started Initial cloud-init job (pre-networking). [[0;32m OK [0m] Reached target Network (Pre). Starting Raise network interfaces... [[0;32m OK [0m] Started ifup for eth0. [[0;32m OK [0m] Started Raise network interfaces. Starting Initial cloud-init job (metadata service crawler)... [[0;32m OK [0m] Reached target Network. [ 30.743319] cloud-init[713]: Cloud-init v. 18.2 running 'init' at Wed, 27 Oct 2021 01:36:18 +0000. Up 26.69 seconds. [ 31.026643] cloud-init[[0;32m OK [0m[713]: ci-info: +++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++] Started Initial cloud-init job (metadata service crawler). [ 31.385939] [cloud-init[0;32m OK [0m[713]: ci-info: +--------+------+------------------------------+-----------------+-------+-------------------+] Reached target ystem Initialization.[ 31.612980] cloud-init[713]: ci-info: | Device | Up | Address | Mask | Scoe | Hw-Address |[[0;32m OK [0m] Listening on ACPID Listen Socket. [ 31.865360] [cloud-init[713]: ci-info: +--------+------+------------------------------+-----------------+-------+-------------------+[0;32m OK [0m] Listening on D-Bus System Message Bus Socket. [[ 32.156737] [0;32m OK [mcloud-init[713]: ci-info: | eth0 | True | 172.20.0.14 | 255.255.255.240 | . | fa:16:3e:1c:84:2f |] Reached target Sockets. [ 32.369690] [[0;32m OK [0m] cloud-init[713]: ci-info: | eth0 | True | fe80::f816:3eff:fe1c:842f/ . | link | fa:16:3e:1c:84:2f | [ 32.548629] cloud-init[713]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . | [ 32.548744] cloud-init[713]: ci-info: | lo | True | ::1/128 | . | host | . | [ 32.548856] cloudinit[713]: ci-info: +--------+------+------------------------------+-----------------+-------+------------------+ [ 32.548956] cloud-init[713]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++ [ 32.549058] cloud-init[713]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+ [ 32.549150] cloud-init[713]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 32.549241] cloud-init[713]: ci-info: +------+-----------------+------------+-----------------+-----------+-------+ [ 32.549332] cloud-init[713]: ci-info: | 0 | 0.0.0.0 | 172.20.0.1 | 0.0.0.0 | eth0 | UG | [ 32.549422] cloud-init[713]: ci-info: | 1 | 169.254.169.254 | 172.20.0.1 | 255.255.255.255 | eth0 | UGH | [ 32.549513] cloud-init[713]: ci-info: | 2 | 172.20.0.0 | 0.0.0.0 | 255.255.255.240 | eth0 | U | [ 32.549613] cloud-init[713]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+ Started Daily Cleanup of Temporary Directories. [[0;32m OK [0m] Started Daily apt download activities. [[0;32m OK [0m] Started Daily apt upgrade and clean activities. [[0;32m OK [0m] Reached target Timers. [[0;32m OK [0m] Started ACPI Events Check. [[0;32m OK [0m] Reached target Paths. [[0;32m OK [0m] Reached target asic System. [[0;32m OK [0m] Started Unattended Upgrades Shutdown. [[0;32m OK [m] Started D-Bus System Message Bus. Starting Login Service... [[0;32m OK [0m] Started Deferred execution scheduler. [[0;32m OK [m] Started Regularbackground program processing daemon. Starting LSB: MD monitoring daemon... [[0;32m OK [0m] Started ACPI event daemon. Starting LSB: Record successful boot for GRUB... [[0;32m OK [0m] Reached target Network is Online. Starting iSCSI nitiator daemon (iscsid)... Starting /etc/rc.local Compatibility... Starting OpenBSD Secure Shell srver... [[0;32m OK [0m] Reached target loud-config avalability. Starting Apply he settings specified in cloud-config... [[0;32m OK [0m] Started /etc/rc.local Compatibility. [[0;32m OK [0m] Started iSCSI initiator daemon (iscsid). [[0;32m OK [0m] Started OpenBSD Secure Shell server. [[0;32m OK [0m] Started Login Service. [[0;32m OK [0m] Started LSB: MD monitoring daemon. [[0;32m OK [0m] Started LSB: Record successful boot for GRUB. Starting Login to default iSCSI targets... [[0;32m OK [0m] Started Login to default iSCSI targets. [[0;32m OK [0m] Reached target Remote File Systems (Pre). [[0;32m OK [0m] Reached target Remote File Systems. Starting Permit User Sessions... Starting LSB: Set the CPU Frequency Scaling governor to "ondemand"... Starting LSB: automatic crash report generation... [[0;32m OK [0m] Started Permit User Sessions. [[0;32m OK [0m] Started Serial Getty on ttyS0. [[0;32m OK [0m] Started Getty on tty1. [[0;32m OK [0m] Reached target Login Prompts. [[0;32m OK [0m] Started LSB: Set the CPU Frequency Scaling governor to "ondemand". [[0;32m OK [0m] Started LSB: automatic crash report generation. [[0;32m OK [0m] Reached target Multi-User System. [[0;32m OK [0m] Reached target Graphical Interface. Starting Update UTMP about Systm Runlevel Changes... [[0;32m OK [0m] Started Update UTMP about System Runlevel Changes. [ 39.948256] cloud-init[775]: Cloud-init v. 18.2 running 'modules:config' at Wed, 27 Oct 202101:36:30 +0000.Up 38.20 seconds. [[0;32m OK [0m] Started Apply the settings specified in cloud-config. Starting Execute cloud user/final scripts... [[0;32m OK [0m] Created slice User Slice of ubuntu. [[0;32m OK [0m] Started Session 1 of user ubuntu. Starting User Mnager for UID 100... [[0;32m OK [0m] Started User Manager for UID 1000. [ 46.154020] cloud-init[838]: Printing ubuntu user authorized keys [ 46.283084] cloud-init[838]: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDAX8aXgGaZE8VxMDDnJ7NokwuVcDDw1By0u9cnjWgvktrGxlpE2d8tdVW277ZCxw+TkTUcdRrCXr5hYstzBn/dFrRxfDscQpifcSGvZztp6kWYX4UsksjsY+IYzub1wmrGRr876Eue0P80tCwvg3WyLA7kZOfq1/tJpyYScc/sxolX7cN/gC1clayTU8vzZTCbBrrQUOS/ZDliKS4WxbbbQcuu22TuP7IEZIhLOh3WAlx1P/3UKDCj5trI/pq6HS9dJW1rw9TKdVlS7CTWWdLfn1FP8E6trB9M3aNVpqhMHc6q5Qj4vR5+5HYBEfBdCU11VLOY7Eexk0xtXDMFeF Generated-by-Nova Ubuntu 16.04.4 LTS tempest-attachvolumetestjson-server-210231453 ttyS0 tempest-attachvolumetestjson-server-210231453 login: ci-info: ++++++++++Authorized keys from /home/ubuntu/.ssh/authorized_keys for user ubuntu+++++++++++ ci-info: +---------+-------------------------------------------------+---------+-------------------+ ci-info: | Keytype | Fingerprint (md5) | Options | Comment | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ci-info: | ssh-rsa | 63:4a:7b:29:f5:80:a3:8a:d2:c9:4a:d8:b2:0e:2e:d7 | - | Generated-by-Nova | ci-info: +---------+-------------------------------------------------+---------+-------------------+ <14>Oct 27 01:36:39 ec2: <14>Oct 27 01:36:39 ec2: ############################################################# <14>Oct 27 01:36:39 ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- <14>Oct 27 01:36:39 ec2: 1024 SHA256:xkDc4vVcAe2YDaog8TTbJRblRcA8pcpxQG1Nzo0SDgE root@tempest-attachvolumetestjson-server-210231453 (DSA) <14>Oct 27 01:36:39 ec2: 256 SHA256:08OIgsE/9GiOUFVfsAUktS4n94OXNMg6WrsAw+ZVu1A root@tempest-attachvolumetestjson-server-210231453 (ECDSA) <14>Oct 27 01:36:39 ec2: 256 SHA256:bTePmSA//4QUiWbKB1zN/D37euuy2NWVxdcR7KnGFj0 root@tempest-attachvolumetestjson-server-210231453 (ED25519) <14>Oct 27 01:36:39 ec2: 2048 SHA256:iEG/6yMi6xHmHe3CCdoiUKzyHiKvJogLT5t7e2HyJ+4 root@tempest-attachvolumetestjson-server-210231453 (RSA) <14>Oct 27 01:36:39 ec2: -----END SSH HOST KEY FINGERPRINTS----- <14>Oct 27 01:36:39 ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPVtGA96YfMP37Y75n75l42TRphPLWT+W/xZgeq7Da8gOaiUpvSMLctWjLRf26hiHQzzMRBybnYHIdzXl9lAIfI= root@tempest-attachvolumetestjson-server-210231453 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDGffnra5KyqPGlOfdzNto4Pw1eYySRpk5ikFq9TIH5k root@tempest-attachvolumetestjson-server-210231453 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDe1hVp2l7To6s3HOVU3w9n3kNRV9Wxwr0CR8ukUoSbBJiQzyp3lPmMRCINiD47q7KVyYJMbiCmVMm62VyL0jSKCF+n80KS9CSE3LkzRpM2uHhWnvCBEE1gakRn0zMJ9xak2VpP7EhApFCcQp+eIj8aVnpMq5sK+Ebn8rDTdnK1ZoTgQ8qVNiPUmwIFpRCCBcFCKkBNPQet2UlwJVy8Vfxy5tl3KaKY5jYOtfPi7fv7mekfhLwIEUuySTsNUY491C5JwSP4adKcVB7839bqyp6GtyeVZR2JsiEq0GFKl0Zbf3t2HZOdIUAPGclbVbpKcTFghibfI7sFIR7uJew6UnHH root@tempest-attachvolumetestjson-server-210231453 -----END SSH HOST KEY KEYS----- [ 48.564454] cloud-init[838]: Cloud-init v. 18.2 running 'modules:final' at Wed, 27 Oct 2021 01:36:33 +0000. Up 41.14 seconds. [ 48.704774] cloud-init[838]: Cloud-init v. 18.2 finished at Wed, 27 Oct 2021 01:36:40 +0000. Datasource DataSourceConfigDrive [net,ver=2][source=/dev/sr0]. Up 48.37 seconds 2021-10-27 01:48:38,853 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:48:38,853 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3cfc82f2-5c8a-438a-841b-9d16d6bb5ca0', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3cfc82f2-5c8a-438a-841b-9d16d6bb5ca0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:48:39,903 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:48:39,903 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-147f00f0-2b18-4cfa-bf5f-fa94c4cb4853', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-147f00f0-2b18-4cfa-bf5f-fa94c4cb4853', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:48:40,951 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:48:40,951 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b7c61f9-70a9-4fea-b3eb-bfe85e5da431', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b7c61f9-70a9-4fea-b3eb-bfe85e5da431', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:48:42,001 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:48:42,001 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7b3987d-b5bb-4aab-aeb7-21405ed847f7', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7b3987d-b5bb-4aab-aeb7-21405ed847f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:48:43,049 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.039s 2021-10-27 01:48:43,049 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c10adfe-876c-471d-be77-36dd3d22b8bc', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c10adfe-876c-471d-be77-36dd3d22b8bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:48:44,100 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.042s 2021-10-27 01:48:44,100 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-869936a8-1a03-46aa-89b0-ae0445dc3dba', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-869936a8-1a03-46aa-89b0-ae0445dc3dba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:48:45,150 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:48:45,150 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1150b6e0-0054-4d38-8550-3f2c9c6bf1ca', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1150b6e0-0054-4d38-8550-3f2c9c6bf1ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:48:46,198 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:48:46,198 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af241146-f0b5-47ab-98a5-a4c035d9c67e', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af241146-f0b5-47ab-98a5-a4c035d9c67e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:48:47,247 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:48:47,247 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f15fcf0c-03da-4730-bfb7-021e29860e4c', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f15fcf0c-03da-4730-bfb7-021e29860e4c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:48:48,295 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:48:48,296 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4df7dbd3-fecc-41ef-b8f5-74c85ac29bb5', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4df7dbd3-fecc-41ef-b8f5-74c85ac29bb5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:48:49,345 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.042s 2021-10-27 01:48:49,346 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-43d30c63-e5c9-4921-b56e-51a3ee8e3b86', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-43d30c63-e5c9-4921-b56e-51a3ee8e3b86', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:48:50,394 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:48:50,394 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0bd79e01-aac1-484d-b126-9de7ab67014f', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0bd79e01-aac1-484d-b126-9de7ab67014f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:48:51,442 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.039s 2021-10-27 01:48:51,442 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dfbd44a4-0fe1-48ad-9cb2-5c4defe4cc34', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dfbd44a4-0fe1-48ad-9cb2-5c4defe4cc34', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:48:52,498 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.047s 2021-10-27 01:48:52,498 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21de3c82-96ad-40f7-89a8-9330260baaad', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21de3c82-96ad-40f7-89a8-9330260baaad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:48:53,547 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:48:53,547 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b7c9b72-fd59-413d-addd-5fc967b57542', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b7c9b72-fd59-413d-addd-5fc967b57542', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:48:54,595 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.039s 2021-10-27 01:48:54,595 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7144e645-36d7-4bf8-a48b-5d8f44220118', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7144e645-36d7-4bf8-a48b-5d8f44220118', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:48:55,644 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:48:55,645 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99544b3f-0cbc-48e2-8f15-fab9eafa5555', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99544b3f-0cbc-48e2-8f15-fab9eafa5555', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:48:56,694 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:48:56,695 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d1a2a1b-f035-4a11-b967-03700904f954', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d1a2a1b-f035-4a11-b967-03700904f954', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:48:57,743 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:48:57,744 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a89a3f14-dcb6-4bca-89ae-6b20f5c26cc1', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a89a3f14-dcb6-4bca-89ae-6b20f5c26cc1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:48:58,792 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:48:58,792 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5998051c-1ecb-46dd-92a2-c7a0f4031b49', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5998051c-1ecb-46dd-92a2-c7a0f4031b49', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:48:59,842 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:48:59,842 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28cf4767-1ed4-4578-8351-1e77cc7f19da', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28cf4767-1ed4-4578-8351-1e77cc7f19da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:49:00,890 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:49:00,891 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e66f8d2b-1591-4aa0-9baf-0dfc8a05406d', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e66f8d2b-1591-4aa0-9baf-0dfc8a05406d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:49:01,941 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.042s 2021-10-27 01:49:01,942 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9958995e-1ac7-424f-9f1e-7f08282d1bd4', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9958995e-1ac7-424f-9f1e-7f08282d1bd4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:49:02,995 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.046s 2021-10-27 01:49:02,996 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15de76dc-e435-4b81-9c30-7277f09c1cf7', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15de76dc-e435-4b81-9c30-7277f09c1cf7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:49:04,044 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:49:04,045 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75ac857a-5fb4-46e8-97f1-6d098b796de3', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75ac857a-5fb4-46e8-97f1-6d098b796de3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:49:05,094 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:49:05,094 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b3a42af-ced6-4d31-a6e6-587cd041aed5', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b3a42af-ced6-4d31-a6e6-587cd041aed5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:49:06,142 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:49:06,143 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42952c21-30e5-4cdc-b3ff-66522f3b87e2', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42952c21-30e5-4cdc-b3ff-66522f3b87e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:49:07,192 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:49:07,193 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb85fb8c-fc23-4d87-9b61-95f06a329ccd', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb85fb8c-fc23-4d87-9b61-95f06a329ccd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:49:08,241 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:49:08,241 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee1e0755-e40e-4caf-81f7-219f4eeb4652', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee1e0755-e40e-4caf-81f7-219f4eeb4652', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:49:09,292 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.042s 2021-10-27 01:49:09,292 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68d84e7a-ee2b-4d83-b8e6-94939bc3edb8', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68d84e7a-ee2b-4d83-b8e6-94939bc3edb8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:49:10,342 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.042s 2021-10-27 01:49:10,342 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dad39040-02ec-474d-b0a8-61735ae22e67', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dad39040-02ec-474d-b0a8-61735ae22e67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:49:11,391 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:49:11,391 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bbe0a2f9-aab9-4293-9fcd-f6eae2f0062e', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bbe0a2f9-aab9-4293-9fcd-f6eae2f0062e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:49:12,440 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:49:12,440 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29a8a568-1fb4-4d30-a8af-82526861354c', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29a8a568-1fb4-4d30-a8af-82526861354c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:49:13,488 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:49:13,489 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-367bf546-b58a-4575-82d5-b591bf200e79', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-367bf546-b58a-4575-82d5-b591bf200e79', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:49:14,536 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:49:14,537 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e7f32c7-1b24-47a6-8200-71de2d34b549', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e7f32c7-1b24-47a6-8200-71de2d34b549', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:49:15,586 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:49:15,586 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1fc5b7e-c072-41ae-9a71-7ba8c1369043', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f1fc5b7e-c072-41ae-9a71-7ba8c1369043', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:49:16,636 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.043s 2021-10-27 01:49:16,637 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-477950c0-d8b0-4b0c-8982-6a60eaf00c8f', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-477950c0-d8b0-4b0c-8982-6a60eaf00c8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:49:17,686 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.042s 2021-10-27 01:49:17,687 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b281b229-8df0-4768-a3dd-f44c70c351cc', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b281b229-8df0-4768-a3dd-f44c70c351cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:49:18,735 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:49:18,735 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea1d27a2-34a4-4f9a-baea-a6e6511c9114', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea1d27a2-34a4-4f9a-baea-a6e6511c9114', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:49:19,784 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:49:19,784 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f641979a-79d4-4269-a7aa-6c91ae186a21', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f641979a-79d4-4269-a7aa-6c91ae186a21', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:49:20,832 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:49:20,832 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8fee5de-f9c8-42d4-bce7-f1a864c13709', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8fee5de-f9c8-42d4-bce7-f1a864c13709', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:49:21,881 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:49:21,882 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-611412c8-17e3-4866-99e0-d30c8ad8b02c', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-611412c8-17e3-4866-99e0-d30c8ad8b02c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:49:22,930 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:49:22,930 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d874746e-c40c-496a-9751-c6ef7717639a', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d874746e-c40c-496a-9751-c6ef7717639a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:49:23,989 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.050s 2021-10-27 01:49:23,990 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0323a72f-2604-478d-af6e-1ed5dbf4a272', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0323a72f-2604-478d-af6e-1ed5dbf4a272', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:49:25,039 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.042s 2021-10-27 01:49:25,040 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7520fb4-83fc-4d81-8434-46de00340ff5', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7520fb4-83fc-4d81-8434-46de00340ff5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:49:26,088 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:49:26,089 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83a47a07-f8ba-44d0-a0e8-9695a5ffb920', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83a47a07-f8ba-44d0-a0e8-9695a5ffb920', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:49:27,138 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:49:27,138 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-292625b2-be59-44c1-befd-e4fefeb43681', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-292625b2-be59-44c1-befd-e4fefeb43681', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:49:28,187 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:49:28,187 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28afbc65-cf88-4d2a-b0e6-b95ca2c38dc8', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28afbc65-cf88-4d2a-b0e6-b95ca2c38dc8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:49:29,235 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:49:29,235 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15369a3c-539d-413b-a209-cab5681bf6ab', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15369a3c-539d-413b-a209-cab5681bf6ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:49:30,283 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:49:30,284 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41f19c78-6766-4b2e-b02b-37ddc04a73ed', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41f19c78-6766-4b2e-b02b-37ddc04a73ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:49:31,332 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.042s 2021-10-27 01:49:31,333 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d499623a-6d43-4d45-8e1d-4f5ec40a59c4', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d499623a-6d43-4d45-8e1d-4f5ec40a59c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:49:32,386 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.045s 2021-10-27 01:49:32,386 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-063348f2-41d9-45a8-bbff-b1d97408becd', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-063348f2-41d9-45a8-bbff-b1d97408becd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:49:33,435 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:49:33,436 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91feb1af-2eef-4313-a38b-0a254627ed12', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91feb1af-2eef-4313-a38b-0a254627ed12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:49:34,484 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:49:34,485 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-298bac8c-7a63-4b89-ac10-15c67b624200', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-298bac8c-7a63-4b89-ac10-15c67b624200', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:49:35,534 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:49:35,534 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c691683-f991-4419-adf4-6c40ce25d13f', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c691683-f991-4419-adf4-6c40ce25d13f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:49:36,582 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:49:36,582 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-38282659-caea-42e1-9d6a-af86b466e53e', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38282659-caea-42e1-9d6a-af86b466e53e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:49:37,631 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:49:37,631 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d447727-4de2-4826-8322-c6491fc554d4', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d447727-4de2-4826-8322-c6491fc554d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:49:38,681 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:49:38,681 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7649da83-d41b-4564-bc5f-340b16b32965', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7649da83-d41b-4564-bc5f-340b16b32965', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:49:39,730 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:49:39,730 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c89e8c4-2925-4d1b-b0fc-9a96a714f13d', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c89e8c4-2925-4d1b-b0fc-9a96a714f13d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:49:40,779 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:49:40,780 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-418b00d2-a6e7-4787-965f-880c00225d8c', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-418b00d2-a6e7-4787-965f-880c00225d8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:49:41,828 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:49:41,828 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0109627-743c-4a83-b537-7044710661dc', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0109627-743c-4a83-b537-7044710661dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:49:42,877 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:49:42,878 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-218b6bad-f0c4-4abd-8af7-a996e3878827', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-218b6bad-f0c4-4abd-8af7-a996e3878827', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:49:43,927 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:49:43,927 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-19022fa6-4f83-4a93-8c97-429938d48f10', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-19022fa6-4f83-4a93-8c97-429938d48f10', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:49:44,977 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:49:44,978 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a21e424d-e717-4579-9768-e21140515fc8', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a21e424d-e717-4579-9768-e21140515fc8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:49:46,026 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:49:46,027 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ec5d4a1-518a-4ed1-9e69-ae79db2d062e', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ec5d4a1-518a-4ed1-9e69-ae79db2d062e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:49:47,076 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:49:47,076 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1aa2ab87-8d83-473d-9347-cad60eaa8120', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1aa2ab87-8d83-473d-9347-cad60eaa8120', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:49:48,125 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:49:48,125 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c4f50ef-5c30-463d-99d5-c96509e5fdde', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c4f50ef-5c30-463d-99d5-c96509e5fdde', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:49:49,173 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:49:49,173 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-162a71ca-ecc3-4204-a13e-f5a27c7c8b5a', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-162a71ca-ecc3-4204-a13e-f5a27c7c8b5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:49:50,222 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:49:50,223 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b71c9e6e-4b34-49a5-82c7-a6495919c9ab', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b71c9e6e-4b34-49a5-82c7-a6495919c9ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:49:51,272 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:49:51,272 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95ccf818-ddb8-4699-9ada-78f4c302e8ba', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95ccf818-ddb8-4699-9ada-78f4c302e8ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:49:52,320 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:49:52,321 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2392c662-088b-4283-ab7b-5174237a848a', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2392c662-088b-4283-ab7b-5174237a848a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:49:53,370 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.042s 2021-10-27 01:49:53,371 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-282fd1f5-16b3-4738-a6a1-5f6d2ee67629', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-282fd1f5-16b3-4738-a6a1-5f6d2ee67629', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:49:54,420 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:49:54,420 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-54252de3-7005-4d09-9f21-79701c4a8db6', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54252de3-7005-4d09-9f21-79701c4a8db6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:49:55,476 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.048s 2021-10-27 01:49:55,477 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-079817ba-dbd5-4d4d-8db9-50acd939333b', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-079817ba-dbd5-4d4d-8db9-50acd939333b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:49:56,525 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:49:56,526 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb2e9312-ca0f-4039-b2ef-8f502448c041', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb2e9312-ca0f-4039-b2ef-8f502448c041', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:49:57,574 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:49:57,575 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07b543ce-4bc4-4796-9fca-632dd8a9a4c0', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07b543ce-4bc4-4796-9fca-632dd8a9a4c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:49:58,624 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:49:58,624 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fdc9e241-acdc-42fa-a262-8977375bcc28', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fdc9e241-acdc-42fa-a262-8977375bcc28', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:49:59,672 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:49:59,673 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03c99009-b5a1-4518-97d0-2c10bb185abe', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03c99009-b5a1-4518-97d0-2c10bb185abe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:50:00,721 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.039s 2021-10-27 01:50:00,721 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be67dc30-f8ca-4d50-9d65-40a9ae3c0426', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be67dc30-f8ca-4d50-9d65-40a9ae3c0426', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:50:01,772 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.043s 2021-10-27 01:50:01,772 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-951f9852-fe6a-493c-9454-07e52fd0d127', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-951f9852-fe6a-493c-9454-07e52fd0d127', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:50:02,824 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.043s 2021-10-27 01:50:02,824 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ba196df-75e7-463a-bc5f-225b3821f8f7', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ba196df-75e7-463a-bc5f-225b3821f8f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:50:03,871 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.039s 2021-10-27 01:50:03,871 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e4e567ae-d399-4ffb-b04e-702b23f94036', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e4e567ae-d399-4ffb-b04e-702b23f94036', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:50:04,920 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:50:04,920 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18d0b575-6524-49e6-8dec-a0f02d5c70a2', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18d0b575-6524-49e6-8dec-a0f02d5c70a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:50:05,970 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.042s 2021-10-27 01:50:05,971 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c28f5e9f-cca9-4a7c-a0de-297c8239665a', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c28f5e9f-cca9-4a7c-a0de-297c8239665a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:50:07,019 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:50:07,019 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0a9c2b6-58e5-4ff1-9094-9cab2dda8a5c', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0a9c2b6-58e5-4ff1-9094-9cab2dda8a5c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:50:08,069 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.042s 2021-10-27 01:50:08,070 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c5cdb03f-e9d0-42b1-9c9d-a3c040046fad', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c5cdb03f-e9d0-42b1-9c9d-a3c040046fad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:50:09,118 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:50:09,118 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3727a8af-5759-4fc0-bf73-8eef0094e91a', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3727a8af-5759-4fc0-bf73-8eef0094e91a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:50:10,169 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.043s 2021-10-27 01:50:10,170 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-300e6403-6294-4f4d-8590-28306f32e821', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-300e6403-6294-4f4d-8590-28306f32e821', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:50:11,228 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:50:11,228 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b83b7c28-42af-4c93-b9b4-c65bb1970944', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b83b7c28-42af-4c93-b9b4-c65bb1970944', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:50:12,277 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:50:12,277 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db14a5c8-6a8e-41cd-98ad-1cb9645dffdb', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db14a5c8-6a8e-41cd-98ad-1cb9645dffdb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:50:13,325 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:50:13,325 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ee35db0-dcbc-4355-b407-d365cf0d6775', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ee35db0-dcbc-4355-b407-d365cf0d6775', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:50:14,374 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:50:14,374 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab477f50-1935-4c5a-b7a3-0ff0bb8c34f5', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab477f50-1935-4c5a-b7a3-0ff0bb8c34f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:50:15,422 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:50:15,422 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-770aacec-d65a-44e1-8b2d-06eacca29705', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-770aacec-d65a-44e1-8b2d-06eacca29705', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:50:16,471 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.042s 2021-10-27 01:50:16,472 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-57c16b01-f1d6-4316-bc71-4dbd2629e43c', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-57c16b01-f1d6-4316-bc71-4dbd2629e43c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:50:17,518 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.039s 2021-10-27 01:50:17,519 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83cceaf7-bab8-40c8-b527-8648dbf21a4b', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83cceaf7-bab8-40c8-b527-8648dbf21a4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:50:18,568 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:50:18,569 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-069d57fd-be7a-4c53-9634-a80a42ceeb52', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-069d57fd-be7a-4c53-9634-a80a42ceeb52', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:50:19,620 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.044s 2021-10-27 01:50:19,620 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ae36657-1a87-496b-ad08-f93f02552ebd', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ae36657-1a87-496b-ad08-f93f02552ebd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:50:20,670 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:50:20,671 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-08d4cc0b-7d67-44ab-9846-33daacdf7e34', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-08d4cc0b-7d67-44ab-9846-33daacdf7e34', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:50:21,719 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:50:21,719 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d332bf2-8b80-44df-8d37-1c1da6474887', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d332bf2-8b80-44df-8d37-1c1da6474887', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:50:22,767 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:50:22,768 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0799daa9-2a84-46d4-a6b0-90cc4a9865a9', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0799daa9-2a84-46d4-a6b0-90cc4a9865a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:50:23,816 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.039s 2021-10-27 01:50:23,816 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d58a2e6-b649-466b-b053-eb800e9829b6', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d58a2e6-b649-466b-b053-eb800e9829b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:50:24,866 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:50:24,867 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-931b50da-d883-4697-ba90-b14d22da35c3', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-931b50da-d883-4697-ba90-b14d22da35c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:50:25,916 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:50:25,916 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-191db136-009c-4a10-a34e-57181d04f232', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-191db136-009c-4a10-a34e-57181d04f232', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:50:26,968 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.043s 2021-10-27 01:50:26,968 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33f0d0ee-6298-43fa-8f50-10da6eed12fd', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33f0d0ee-6298-43fa-8f50-10da6eed12fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:50:28,016 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.039s 2021-10-27 01:50:28,016 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f319df1e-ce2e-4da7-921a-757a7b22802c', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f319df1e-ce2e-4da7-921a-757a7b22802c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:50:29,067 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.042s 2021-10-27 01:50:29,067 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b9efb7b5-c65c-42c2-bc61-5a88d912d291', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b9efb7b5-c65c-42c2-bc61-5a88d912d291', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:50:30,116 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:50:30,116 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-156da9c2-d49e-4391-a6d4-efe69f6e036a', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-156da9c2-d49e-4391-a6d4-efe69f6e036a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:50:31,165 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:50:31,165 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7e01b31-4afb-451b-9465-609c569b5f7a', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c7e01b31-4afb-451b-9465-609c569b5f7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:50:32,214 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:50:32,214 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f85a39bd-45a7-4ecc-b00f-033dd40c13ad', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f85a39bd-45a7-4ecc-b00f-033dd40c13ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:50:33,263 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:50:33,263 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab6391d1-67df-4cca-9770-03188df58c31', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab6391d1-67df-4cca-9770-03188df58c31', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:50:34,315 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.044s 2021-10-27 01:50:34,316 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42b73e15-6b68-453f-b1ea-6b5068fc7fc3', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42b73e15-6b68-453f-b1ea-6b5068fc7fc3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:50:35,364 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:50:35,365 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f728506-f3a4-4e25-a894-561ffb495d27', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f728506-f3a4-4e25-a894-561ffb495d27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:50:36,423 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.050s 2021-10-27 01:50:36,423 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-098da1ee-f964-4892-a831-a09b5d469fd1', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-098da1ee-f964-4892-a831-a09b5d469fd1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:50:37,474 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.043s 2021-10-27 01:50:37,475 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc4d75fd-e140-45ae-8084-646a7519d724', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc4d75fd-e140-45ae-8084-646a7519d724', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:50:38,523 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:50:38,523 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cbc904e0-e1b4-47e7-bab5-881e843d32d4', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cbc904e0-e1b4-47e7-bab5-881e843d32d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:50:39,572 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:50:39,572 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4091f1cb-d4e6-48b9-b627-b0d1d92a57d3', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4091f1cb-d4e6-48b9-b627-b0d1d92a57d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:50:40,621 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:50:40,621 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b3c5383-bd3b-4f33-9b8c-15a805616c10', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b3c5383-bd3b-4f33-9b8c-15a805616c10', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:50:41,670 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:50:41,670 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8850e203-775f-40a8-9126-b48ed5ba8d3c', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8850e203-775f-40a8-9126-b48ed5ba8d3c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:50:42,719 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:50:42,720 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d33aceb2-22b9-4f8a-b6cf-0bdf9dd8c290', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d33aceb2-22b9-4f8a-b6cf-0bdf9dd8c290', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:50:43,768 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:50:43,769 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63186e9f-d9af-40d6-8ad2-760b16bc610d', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63186e9f-d9af-40d6-8ad2-760b16bc610d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:50:44,819 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:50:44,819 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-538b6dff-faaa-42bf-96ed-6b77921a090c', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-538b6dff-faaa-42bf-96ed-6b77921a090c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:50:45,867 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:50:45,867 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7dc740a-3b62-4d48-a65e-cccb34686cbb', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c7dc740a-3b62-4d48-a65e-cccb34686cbb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:50:46,917 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:50:46,917 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18eeaa04-1943-49b1-8eff-f8f8f1f6d274', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18eeaa04-1943-49b1-8eff-f8f8f1f6d274', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:50:47,968 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.042s 2021-10-27 01:50:47,968 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0c136bb-c406-4443-a6c6-06c399cf158f', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c0c136bb-c406-4443-a6c6-06c399cf158f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:50:49,017 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:50:49,018 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4980fe49-d32c-407f-b051-f8c7e6bc8785', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4980fe49-d32c-407f-b051-f8c7e6bc8785', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:50:50,064 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.039s 2021-10-27 01:50:50,065 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e896b67-90ba-41f2-bbb6-8836273c6b29', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e896b67-90ba-41f2-bbb6-8836273c6b29', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:50:51,115 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:50:51,115 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55a42b7a-147e-4dbe-b324-e488d7b0b14f', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55a42b7a-147e-4dbe-b324-e488d7b0b14f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:50:52,166 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.043s 2021-10-27 01:50:52,166 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ef9b0263-08d2-4c32-a5d1-048164b9dcb5', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ef9b0263-08d2-4c32-a5d1-048164b9dcb5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:50:53,214 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:50:53,215 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba746f4f-321f-43dd-93a6-023ea709d9bb', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba746f4f-321f-43dd-93a6-023ea709d9bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:50:54,263 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:50:54,263 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-026ae8d9-e058-4be8-bda3-5206e0669004', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-026ae8d9-e058-4be8-bda3-5206e0669004', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:50:55,312 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:50:55,313 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30775ba5-8833-4a33-9beb-926b914c5950', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30775ba5-8833-4a33-9beb-926b914c5950', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:50:56,361 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:50:56,362 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa34d515-8f09-4895-b724-8c945259366a', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa34d515-8f09-4895-b724-8c945259366a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:50:57,411 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:50:57,411 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a5bb25a-0ed8-4284-98ee-7f82e12279f7', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a5bb25a-0ed8-4284-98ee-7f82e12279f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:50:58,461 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:50:58,461 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-14eb2bfc-fcdb-4042-af29-71757bbec18a', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14eb2bfc-fcdb-4042-af29-71757bbec18a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:50:59,509 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:50:59,510 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6766e9de-665b-4174-847c-fe4fb20f290e', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6766e9de-665b-4174-847c-fe4fb20f290e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:51:00,560 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.042s 2021-10-27 01:51:00,560 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15fc1347-ef78-4a8b-b170-d416cd998153', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15fc1347-ef78-4a8b-b170-d416cd998153', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:51:01,610 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:51:01,610 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-699abeb2-a6d0-4f4f-8140-f96c60068d64', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-699abeb2-a6d0-4f4f-8140-f96c60068d64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:51:02,657 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:51:02,658 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2adabddf-1a14-4d6f-b5c2-b231b2152269', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2adabddf-1a14-4d6f-b5c2-b231b2152269', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:51:03,708 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.042s 2021-10-27 01:51:03,709 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8d1e6f7-63b8-47a5-8b8b-db131890b652', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8d1e6f7-63b8-47a5-8b8b-db131890b652', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:51:04,757 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:51:04,758 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-81b8c8fd-6f4f-41b6-9273-199157437dca', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-81b8c8fd-6f4f-41b6-9273-199157437dca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:51:05,807 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:51:05,807 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-138a7b18-5df7-4c82-9cb5-d34467dd003f', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-138a7b18-5df7-4c82-9cb5-d34467dd003f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:51:06,858 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.042s 2021-10-27 01:51:06,858 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ae5a348-466f-41d2-a18d-5f2532684eeb', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ae5a348-466f-41d2-a18d-5f2532684eeb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:51:07,907 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:51:07,908 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-08ee046e-d9ae-4932-abe8-d0738a51cf78', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-08ee046e-d9ae-4932-abe8-d0738a51cf78', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:51:08,958 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:51:08,959 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7407e77-d244-4e04-bfc0-6a76c249531c', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7407e77-d244-4e04-bfc0-6a76c249531c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:51:10,007 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:51:10,007 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-017ff89d-5efa-449a-8d63-fd099b141707', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-017ff89d-5efa-449a-8d63-fd099b141707', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:51:11,056 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:51:11,056 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a01e6b35-1d47-4b8d-bbcc-d3f7019eb373', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a01e6b35-1d47-4b8d-bbcc-d3f7019eb373', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:51:12,105 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:51:12,105 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8ee91c6-6fa0-4a5d-8e01-91eca3182f8b', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8ee91c6-6fa0-4a5d-8e01-91eca3182f8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:51:13,153 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:51:13,153 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b4572533-b19e-4cd3-8f08-4e1da2427d26', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b4572533-b19e-4cd3-8f08-4e1da2427d26', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:51:14,203 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.042s 2021-10-27 01:51:14,203 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb17f54b-4e48-45d7-890f-e08af318d4a2', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb17f54b-4e48-45d7-890f-e08af318d4a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:51:15,252 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:51:15,253 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-72e14c01-9ca0-44b3-a40a-3a8e8966b591', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-72e14c01-9ca0-44b3-a40a-3a8e8966b591', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:51:16,302 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:51:16,302 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa92d81a-ed9e-4208-bcec-e18673518435', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa92d81a-ed9e-4208-bcec-e18673518435', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:51:17,351 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:51:17,352 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c627ef1-27f4-4db6-afe5-f6e93dd46d48', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c627ef1-27f4-4db6-afe5-f6e93dd46d48', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:51:18,401 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:51:18,401 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd1afec7-d003-4054-80cc-fc0a73d72cb0', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd1afec7-d003-4054-80cc-fc0a73d72cb0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:51:19,450 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:51:19,450 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e100beb6-3ee1-41f2-a46d-41594903741e', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e100beb6-3ee1-41f2-a46d-41594903741e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:51:20,498 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:51:20,498 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-00642d45-ba35-4550-aefe-261b3ccd3800', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00642d45-ba35-4550-aefe-261b3ccd3800', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:51:21,547 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:51:21,547 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ce5a4bb-8877-446a-a1a7-cbf56d70cea9', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ce5a4bb-8877-446a-a1a7-cbf56d70cea9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:51:22,600 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.043s 2021-10-27 01:51:22,600 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb04e167-cde4-4be1-a7fa-859c36c465bd', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb04e167-cde4-4be1-a7fa-859c36c465bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:51:23,648 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:51:23,648 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7bc66806-56c6-4f36-b9a6-9b54489b7c16', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7bc66806-56c6-4f36-b9a6-9b54489b7c16', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:51:24,696 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:51:24,697 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c198f65d-8df4-4894-a954-fe18610ebd23', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c198f65d-8df4-4894-a954-fe18610ebd23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:51:25,745 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:51:25,746 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d98e7fd-08f6-490a-82ed-7b68e2e052e9', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d98e7fd-08f6-490a-82ed-7b68e2e052e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:51:26,794 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:51:26,794 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d32161b6-f4e3-493a-b69d-862013c7113f', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d32161b6-f4e3-493a-b69d-862013c7113f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:51:27,842 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:51:27,843 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f52ad61f-7527-4145-8bad-7ff665f1305e', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f52ad61f-7527-4145-8bad-7ff665f1305e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:51:28,891 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:51:28,892 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96f6240d-4331-480f-9ff8-ab452c451a35', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96f6240d-4331-480f-9ff8-ab452c451a35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:51:29,941 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:51:29,941 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b46b296-70f5-419a-925c-6a8e96208f74', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b46b296-70f5-419a-925c-6a8e96208f74', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:51:30,990 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:51:30,990 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9368aa24-d6de-4998-8dd3-f5ecd6b7af45', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9368aa24-d6de-4998-8dd3-f5ecd6b7af45', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:51:32,038 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:51:32,038 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-506701f4-d347-4143-8a57-040172380d18', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-506701f4-d347-4143-8a57-040172380d18', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:51:33,087 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.042s 2021-10-27 01:51:33,088 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4bf84f17-4b00-4f72-88f3-03664957fd45', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4bf84f17-4b00-4f72-88f3-03664957fd45', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:51:34,135 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:51:34,136 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c99edaf-3792-47f6-8b1c-3de7da7ef438', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c99edaf-3792-47f6-8b1c-3de7da7ef438', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:51:35,185 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:51:35,185 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41010429-8e9d-4e69-a96d-c900fab90583', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41010429-8e9d-4e69-a96d-c900fab90583', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:51:36,239 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.045s 2021-10-27 01:51:36,239 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ec2fec2-8211-4da5-b769-039f7f08726e', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ec2fec2-8211-4da5-b769-039f7f08726e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:51:37,288 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:51:37,288 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-baddac2c-184e-4f1c-a2b8-5c55b4df4305', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-baddac2c-184e-4f1c-a2b8-5c55b4df4305', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:51:38,337 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:51:38,337 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-78e46660-3b5f-4c62-b9ed-7407100511b5', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-78e46660-3b5f-4c62-b9ed-7407100511b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:51:39,386 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:51:39,386 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f2a269fb-ab9d-488d-99c3-94f2555ba69e', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f2a269fb-ab9d-488d-99c3-94f2555ba69e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:51:40,434 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:51:40,434 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83adc21b-9370-47b8-8489-b04468c3f035', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83adc21b-9370-47b8-8489-b04468c3f035', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:51:41,482 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:51:41,483 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f260f0d1-566a-4a0d-bfe6-2d0e3be00821', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f260f0d1-566a-4a0d-bfe6-2d0e3be00821', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:51:42,529 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.039s 2021-10-27 01:51:42,530 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-adbd4c92-8ba0-4586-a6ad-6d30b6702b15', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-adbd4c92-8ba0-4586-a6ad-6d30b6702b15', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:51:43,582 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.044s 2021-10-27 01:51:43,582 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9059b43a-adf0-463b-bafa-c2ebd8e853cc', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9059b43a-adf0-463b-bafa-c2ebd8e853cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:51:44,633 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.043s 2021-10-27 01:51:44,634 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1e8385d-e7aa-46a7-8a1b-1df65cff3e50', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1e8385d-e7aa-46a7-8a1b-1df65cff3e50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:51:45,684 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.042s 2021-10-27 01:51:45,684 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d17f25c6-5441-47d4-919f-f97467e41221', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d17f25c6-5441-47d4-919f-f97467e41221', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:51:46,734 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:51:46,734 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f50fabda-2d63-4d3c-9ef6-3c1fdb7e7fdf', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f50fabda-2d63-4d3c-9ef6-3c1fdb7e7fdf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:51:47,782 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:51:47,782 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b17292f5-045e-4825-b27b-478d3cf629ca', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b17292f5-045e-4825-b27b-478d3cf629ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:51:48,832 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.042s 2021-10-27 01:51:48,833 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c502cb2-a936-4e7b-878b-d0cb67a8b612', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c502cb2-a936-4e7b-878b-d0cb67a8b612', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:51:49,881 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:51:49,881 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-646ae190-c333-4e1f-97c4-fb49942972bf', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-646ae190-c333-4e1f-97c4-fb49942972bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:51:50,931 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:51:50,931 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65a6667a-fe54-4cce-9009-fef238c81d1b', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65a6667a-fe54-4cce-9009-fef238c81d1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:51:51,983 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.044s 2021-10-27 01:51:51,983 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-66b4e72d-a4ab-421d-8721-0b12ba21a9c6', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-66b4e72d-a4ab-421d-8721-0b12ba21a9c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:51:53,032 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:51:53,033 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da3f3dd2-e423-44fd-bc12-92c96b2b810b', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da3f3dd2-e423-44fd-bc12-92c96b2b810b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:51:54,080 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.039s 2021-10-27 01:51:54,081 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-92aa020d-479b-4e15-8e5f-eb9b36fc9095', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-92aa020d-479b-4e15-8e5f-eb9b36fc9095', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:51:55,130 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:51:55,131 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0e67b51-4678-4a1d-8b91-d0a2db2cee30', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0e67b51-4678-4a1d-8b91-d0a2db2cee30', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:51:56,179 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:51:56,180 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-93f7d048-65b0-4934-bd7f-0419f71f9375', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-93f7d048-65b0-4934-bd7f-0419f71f9375', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:51:57,228 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:51:57,229 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e201c5f7-7a6c-4d2b-b8fa-656e61ec7e2a', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e201c5f7-7a6c-4d2b-b8fa-656e61ec7e2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:51:58,279 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.042s 2021-10-27 01:51:58,279 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd2cd6e0-ef29-450c-866b-8c4685355bc3', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd2cd6e0-ef29-450c-866b-8c4685355bc3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:51:59,337 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.049s 2021-10-27 01:51:59,337 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a7068c4-0f8d-4c96-8969-cc0031f70575', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a7068c4-0f8d-4c96-8969-cc0031f70575', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:52:00,389 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.044s 2021-10-27 01:52:00,390 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6eb70156-96a3-4517-adde-cb39ac8da853', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6eb70156-96a3-4517-adde-cb39ac8da853', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:52:01,439 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:52:01,439 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6868fc48-a9c4-428c-98ad-a96dc8b7945a', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6868fc48-a9c4-428c-98ad-a96dc8b7945a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:52:02,492 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.045s 2021-10-27 01:52:02,492 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d165fd88-ef93-48d8-92b3-2804209a6b42', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d165fd88-ef93-48d8-92b3-2804209a6b42', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:52:03,540 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:52:03,541 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e93beed-7c40-4444-a4fd-973b85d67758', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e93beed-7c40-4444-a4fd-973b85d67758', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:52:04,589 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:52:04,590 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99cfc30a-3753-470b-9957-e4143192ddbc', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99cfc30a-3753-470b-9957-e4143192ddbc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:52:05,639 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:52:05,639 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f026772-3b58-491a-9d61-4bf7496ccf97', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f026772-3b58-491a-9d61-4bf7496ccf97', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:52:06,690 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.042s 2021-10-27 01:52:06,691 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15fdac99-9b8d-4ee0-ac0e-0a8febed2fb3', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15fdac99-9b8d-4ee0-ac0e-0a8febed2fb3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:52:07,741 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.042s 2021-10-27 01:52:07,741 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a06300e-48a6-46ff-8b1f-19def28fd52f', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a06300e-48a6-46ff-8b1f-19def28fd52f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:52:08,790 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:52:08,791 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-976c29f0-6fc9-4b61-8f08-f821b6d4494c', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-976c29f0-6fc9-4b61-8f08-f821b6d4494c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:52:09,839 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:52:09,839 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-62e0eab2-0df1-46c5-89e2-7e08f92a1c6f', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62e0eab2-0df1-46c5-89e2-7e08f92a1c6f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:52:10,888 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:52:10,888 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7998fa94-3900-4fb5-af03-c0b45f504a36', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7998fa94-3900-4fb5-af03-c0b45f504a36', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:52:11,937 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:52:11,938 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1e2308e-9979-49be-b071-1c3408a9e27c', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1e2308e-9979-49be-b071-1c3408a9e27c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:52:12,986 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:52:12,986 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02c088c6-04b2-4f2f-b04a-0fc97d06fa64', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02c088c6-04b2-4f2f-b04a-0fc97d06fa64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:52:14,035 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:52:14,035 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a962b48-4f42-4a77-8048-74916345f580', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a962b48-4f42-4a77-8048-74916345f580', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:52:15,091 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.047s 2021-10-27 01:52:15,091 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1507d6e-4396-4568-a0c6-76242b379409', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1507d6e-4396-4568-a0c6-76242b379409', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:52:16,142 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.042s 2021-10-27 01:52:16,142 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-504a5980-a317-448b-9496-c80ddb6de970', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-504a5980-a317-448b-9496-c80ddb6de970', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:52:17,191 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:52:17,192 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ee5c51e-1796-42a5-bc52-58a2746d37c2', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ee5c51e-1796-42a5-bc52-58a2746d37c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:52:18,240 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:52:18,240 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5cc6798a-87ff-4358-9f43-635dab067736', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5cc6798a-87ff-4358-9f43-635dab067736', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:52:19,289 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:52:19,289 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-57e74fcd-71de-4d58-91b5-adac612ab098', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-57e74fcd-71de-4d58-91b5-adac612ab098', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:52:20,338 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:52:20,338 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b76cb816-5a82-4e0d-b6a2-ab897b2db36d', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b76cb816-5a82-4e0d-b6a2-ab897b2db36d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:52:21,387 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:52:21,387 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8e07b93-3eda-44c8-9830-606fbe2a8428', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f8e07b93-3eda-44c8-9830-606fbe2a8428', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:52:22,437 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:52:22,437 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ce8dab2-b35a-4fc5-a7f8-2fa8a8e4b606', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ce8dab2-b35a-4fc5-a7f8-2fa8a8e4b606', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:52:23,487 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.042s 2021-10-27 01:52:23,488 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5480ca7-6568-4f8d-be3c-077f83845e43', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5480ca7-6568-4f8d-be3c-077f83845e43', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:52:24,537 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:52:24,538 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a418873-947b-4d84-88e8-cf58eab8e4db', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a418873-947b-4d84-88e8-cf58eab8e4db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:52:25,586 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:52:25,587 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f9ddc43c-abbe-4010-a4c9-d13a90f74fb3', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f9ddc43c-abbe-4010-a4c9-d13a90f74fb3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:52:26,636 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:52:26,637 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-185b0b5a-6902-4437-bce8-bbcedd61a3c9', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-185b0b5a-6902-4437-bce8-bbcedd61a3c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:52:27,686 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:52:27,686 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-babdec18-3ee9-4393-9807-0457234fa7cb', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-babdec18-3ee9-4393-9807-0457234fa7cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:52:28,735 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:52:28,735 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e018b76-56fe-4d4e-b70a-34ec3846e17e', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e018b76-56fe-4d4e-b70a-34ec3846e17e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:52:29,785 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:52:29,786 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a14f4efe-b904-4815-9525-205ca77880bc', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a14f4efe-b904-4815-9525-205ca77880bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:52:30,836 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.043s 2021-10-27 01:52:30,837 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3542efec-c481-4339-85fa-3ad5a0a420ec', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3542efec-c481-4339-85fa-3ad5a0a420ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:52:31,887 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.042s 2021-10-27 01:52:31,888 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-682fdfee-6318-42e2-8d53-212d443e2b7e', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-682fdfee-6318-42e2-8d53-212d443e2b7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:52:32,937 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:52:32,938 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2acfcd27-74da-4df2-8bcd-0f3488ce8415', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2acfcd27-74da-4df2-8bcd-0f3488ce8415', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:52:33,986 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:52:33,986 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ffdf57df-4327-472e-af5a-4f71ec687b26', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ffdf57df-4327-472e-af5a-4f71ec687b26', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:52:35,036 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:52:35,036 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56a2b096-975e-46f2-8065-15306a52fc6e', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56a2b096-975e-46f2-8065-15306a52fc6e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:52:36,084 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:52:36,084 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68b2d965-d1d1-4c93-abff-9b548b6fe548', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68b2d965-d1d1-4c93-abff-9b548b6fe548', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:52:37,151 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.059s 2021-10-27 01:52:37,151 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a21893ce-0fd5-4961-9df5-d2112f90db45', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a21893ce-0fd5-4961-9df5-d2112f90db45', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:52:38,202 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.042s 2021-10-27 01:52:38,202 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27e31677-4f2b-4a39-acf7-8527b0a5a797', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27e31677-4f2b-4a39-acf7-8527b0a5a797', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:52:39,251 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:52:39,252 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fbc51995-77f1-4caf-aa2a-83c9df944177', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fbc51995-77f1-4caf-aa2a-83c9df944177', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:52:40,300 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:52:40,301 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5820fcb3-2665-494e-8af0-1329bba04de2', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5820fcb3-2665-494e-8af0-1329bba04de2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:52:41,350 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:52:41,350 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-237079bb-758f-4b8a-bf0e-a549578d95df', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-237079bb-758f-4b8a-bf0e-a549578d95df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:52:42,398 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:52:42,398 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5fe72ccc-d1bb-4863-862f-90cb951d792d', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5fe72ccc-d1bb-4863-862f-90cb951d792d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:52:43,445 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:52:43,446 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f478665-3e7c-42a1-9702-61a80f9e85c5', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f478665-3e7c-42a1-9702-61a80f9e85c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:52:44,497 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.044s 2021-10-27 01:52:44,498 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-90185dfe-7732-4082-93a4-31c43ae89875', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-90185dfe-7732-4082-93a4-31c43ae89875', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:52:45,551 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.044s 2021-10-27 01:52:45,551 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7bca982a-5182-4b60-b667-9cee73455f87', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7bca982a-5182-4b60-b667-9cee73455f87', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:52:46,601 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.042s 2021-10-27 01:52:46,602 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5497b9c4-c121-4e44-bfad-ecf21645af3a', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5497b9c4-c121-4e44-bfad-ecf21645af3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:52:47,650 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:52:47,650 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99e9833b-222c-41e9-ba71-ad492e55ed15', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99e9833b-222c-41e9-ba71-ad492e55ed15', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:52:48,698 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:52:48,699 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-861d53cd-262b-4772-a634-13067bef0694', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-861d53cd-262b-4772-a634-13067bef0694', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:52:49,748 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:52:49,748 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a68aa7d5-8897-4e4d-be17-79f17e6d41b0', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a68aa7d5-8897-4e4d-be17-79f17e6d41b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:52:50,796 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:52:50,796 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe0bcc58-9722-4836-9cfd-675fb66013c7', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe0bcc58-9722-4836-9cfd-675fb66013c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:52:51,847 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:52:51,847 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b9ee22c3-20de-42ec-844a-12691b668e31', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b9ee22c3-20de-42ec-844a-12691b668e31', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:52:52,908 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.053s 2021-10-27 01:52:52,908 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3625919e-4884-45bb-82a0-b7dc7f93b26c', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3625919e-4884-45bb-82a0-b7dc7f93b26c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:52:53,960 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.043s 2021-10-27 01:52:53,961 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc6eef7b-0a71-4e94-bb1a-b10e042ae72a', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc6eef7b-0a71-4e94-bb1a-b10e042ae72a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:52:55,008 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:52:55,008 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b6b7a73-4a28-43cb-bd3d-fe067f8f4afd', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b6b7a73-4a28-43cb-bd3d-fe067f8f4afd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:52:56,058 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:52:56,059 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c58a4334-2554-4d75-8014-1e8a8ac960b4', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c58a4334-2554-4d75-8014-1e8a8ac960b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:52:57,107 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:52:57,107 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6935844-0884-4749-b509-9376a4c65ba4', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6935844-0884-4749-b509-9376a4c65ba4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:52:58,155 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:52:58,156 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff69b3cd-3eba-45fa-a200-9b56470f2fb2', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff69b3cd-3eba-45fa-a200-9b56470f2fb2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:52:59,205 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:52:59,205 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-89489720-6023-4262-b57e-0a5aba9c4f51', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-89489720-6023-4262-b57e-0a5aba9c4f51', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:53:00,255 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:53:00,255 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e975aa7-e8de-4fe5-b908-5e716b53c71e', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e975aa7-e8de-4fe5-b908-5e716b53c71e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:53:01,308 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.044s 2021-10-27 01:53:01,308 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e9ce987a-b834-4fc0-b178-c67bb616cb34', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e9ce987a-b834-4fc0-b178-c67bb616cb34', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:53:02,399 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.083s 2021-10-27 01:53:02,399 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b522668a-95ab-461f-a04d-cfd4accaf003', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b522668a-95ab-461f-a04d-cfd4accaf003', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:53:03,447 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:53:03,448 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0740bd19-75e6-4ad8-a731-f1ce7e5f923c', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0740bd19-75e6-4ad8-a731-f1ce7e5f923c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:53:04,497 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:53:04,497 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a24b7c0-b516-4ceb-8fd2-d0a2e4887b90', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a24b7c0-b516-4ceb-8fd2-d0a2e4887b90', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:53:05,545 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:53:05,545 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-10f8faf8-7c70-422b-b13f-09c27100dfab', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10f8faf8-7c70-422b-b13f-09c27100dfab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:53:06,599 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.045s 2021-10-27 01:53:06,599 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d551b51-dacd-4711-8a44-cfd44bff4a2f', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d551b51-dacd-4711-8a44-cfd44bff4a2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:53:07,647 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:53:07,647 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f4eed78-615e-4889-ac5d-032de11f7606', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f4eed78-615e-4889-ac5d-032de11f7606', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:53:08,696 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:53:08,697 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5892e04a-e4cc-4c2f-afa8-f579cc929eb1', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5892e04a-e4cc-4c2f-afa8-f579cc929eb1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:53:09,748 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.044s 2021-10-27 01:53:09,749 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-52047f9d-7eed-4cbc-8177-2f3039104ec7', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-52047f9d-7eed-4cbc-8177-2f3039104ec7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:53:10,797 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:53:10,798 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f9f3cc55-5505-4dc6-a039-8f96f3b5219d', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f9f3cc55-5505-4dc6-a039-8f96f3b5219d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:53:11,845 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:53:11,846 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ca2ad47-8aa4-4001-8ec3-21d95f24a454', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ca2ad47-8aa4-4001-8ec3-21d95f24a454', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:53:12,893 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.039s 2021-10-27 01:53:12,894 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-54efcddb-2497-429e-b4c1-4d5b79aa27ff', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54efcddb-2497-429e-b4c1-4d5b79aa27ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:53:13,942 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:53:13,942 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f769388-6b53-439e-919e-4daf133f785e', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f769388-6b53-439e-919e-4daf133f785e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:53:14,994 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.043s 2021-10-27 01:53:14,994 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7af7a8b9-d4cc-4d70-b5a9-1acb4fbe586b', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7af7a8b9-d4cc-4d70-b5a9-1acb4fbe586b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:53:16,044 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:53:16,044 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82345ac1-e573-4461-803d-90fdd92239a3', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82345ac1-e573-4461-803d-90fdd92239a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:53:17,093 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:53:17,094 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5277c34-99b0-4e6a-9766-16cd9aa97b69', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5277c34-99b0-4e6a-9766-16cd9aa97b69', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:53:18,143 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:53:18,143 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b759b69-c73e-409b-bc9b-ce5b61d6dee4', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b759b69-c73e-409b-bc9b-ce5b61d6dee4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:53:19,192 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:53:19,192 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a838cc1f-0c9c-4d41-a088-ce207ca632da', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a838cc1f-0c9c-4d41-a088-ce207ca632da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:53:20,241 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:53:20,241 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad11b988-5856-4d80-b95a-a38011b1ec3d', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad11b988-5856-4d80-b95a-a38011b1ec3d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:53:21,289 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:53:21,290 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe7f028b-fbcc-46ab-a34e-30bf97391d03', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe7f028b-fbcc-46ab-a34e-30bf97391d03', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:53:22,339 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:53:22,339 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4805f73f-4d1e-4fc7-b0da-5122865a780e', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4805f73f-4d1e-4fc7-b0da-5122865a780e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:53:23,389 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.042s 2021-10-27 01:53:23,390 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd38e5e8-da1e-48b2-87d0-3563b2513743', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd38e5e8-da1e-48b2-87d0-3563b2513743', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:53:24,439 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:53:24,439 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a311ffce-f6c8-42e4-bae2-5576f62a275a', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a311ffce-f6c8-42e4-bae2-5576f62a275a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:53:25,488 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:53:25,489 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-afe08868-a5e2-474d-a1cb-87c88e084865', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-afe08868-a5e2-474d-a1cb-87c88e084865', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:53:26,538 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:53:26,538 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e2a51f4-d071-426f-a726-1f9f20e0e226', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e2a51f4-d071-426f-a726-1f9f20e0e226', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:53:27,586 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:53:27,586 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1552f7cf-5229-44ca-8a52-603de4f421c5', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1552f7cf-5229-44ca-8a52-603de4f421c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:53:28,633 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:53:28,634 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ca3e45e-93a2-4cbf-8708-4b723a5ae50d', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ca3e45e-93a2-4cbf-8708-4b723a5ae50d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:53:29,681 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:53:29,682 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff7b3218-d99e-4969-8e1d-005e2446f8dc', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff7b3218-d99e-4969-8e1d-005e2446f8dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:53:30,736 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.047s 2021-10-27 01:53:30,736 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69598691-e670-46e0-b41d-d0b884c26b37', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69598691-e670-46e0-b41d-d0b884c26b37', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:53:31,790 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.046s 2021-10-27 01:53:31,790 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-381e61c4-7bcc-47c7-b72c-9f70fdcaaafa', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-381e61c4-7bcc-47c7-b72c-9f70fdcaaafa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:53:32,840 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:53:32,840 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17c3e3b5-abdf-4df9-bc1c-15bfb9e1f694', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17c3e3b5-abdf-4df9-bc1c-15bfb9e1f694', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:53:33,889 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:53:33,889 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-588ac1e8-0015-414c-abd0-a8d3ab5bcb20', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-588ac1e8-0015-414c-abd0-a8d3ab5bcb20', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:53:34,937 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.039s 2021-10-27 01:53:34,937 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bdd6a22f-8554-410a-9bd0-364d9b3d0ca8', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bdd6a22f-8554-410a-9bd0-364d9b3d0ca8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:53:35,987 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.042s 2021-10-27 01:53:35,988 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ca3afda-e229-4a16-a826-2e3105bdd420', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ca3afda-e229-4a16-a826-2e3105bdd420', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:53:37,037 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:53:37,037 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74325ad1-f8df-4e53-a939-c03c169a76f4', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74325ad1-f8df-4e53-a939-c03c169a76f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:53:38,092 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.047s 2021-10-27 01:53:38,093 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-44ae32d9-4c30-46cd-8345-a9b74876b709', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-44ae32d9-4c30-46cd-8345-a9b74876b709', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:53:39,141 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:53:39,142 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0da931d-55c0-4f5d-b665-5525be742a70', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c0da931d-55c0-4f5d-b665-5525be742a70', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:53:40,195 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.045s 2021-10-27 01:53:40,196 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ddfb76b9-2d68-4653-95d8-9e1b0296b8b8', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ddfb76b9-2d68-4653-95d8-9e1b0296b8b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:53:41,244 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:53:41,244 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-78864ebf-11a5-4f4c-810b-b4f1c491d1d0', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-78864ebf-11a5-4f4c-810b-b4f1c491d1d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:53:42,294 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:53:42,294 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f2394839-67b4-4e76-ac74-50cdcfc2d91f', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f2394839-67b4-4e76-ac74-50cdcfc2d91f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:53:43,342 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:53:43,342 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a1e2aeb-500f-4810-8316-6a9ac21dfd63', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a1e2aeb-500f-4810-8316-6a9ac21dfd63', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:53:44,392 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.042s 2021-10-27 01:53:44,393 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-288f9e83-0724-47f3-bcf0-229f60db4bba', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-288f9e83-0724-47f3-bcf0-229f60db4bba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:53:45,441 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.039s 2021-10-27 01:53:45,441 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3662fdc-a170-421a-960e-e3de0b68eb77', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3662fdc-a170-421a-960e-e3de0b68eb77', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:53:46,492 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.042s 2021-10-27 01:53:46,492 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-155c29cb-2fa5-48fe-b5e0-e658721c9c28', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-155c29cb-2fa5-48fe-b5e0-e658721c9c28', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:53:47,543 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.043s 2021-10-27 01:53:47,544 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1202e9e4-d9d0-4839-8e9b-f822cee55cd6', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1202e9e4-d9d0-4839-8e9b-f822cee55cd6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:53:48,593 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:53:48,593 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e1089a6-333a-4acf-ae44-50bfd9b5a743', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e1089a6-333a-4acf-ae44-50bfd9b5a743', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:53:49,642 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:53:49,642 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c18678ad-a143-40f3-b51d-84af3b77816f', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c18678ad-a143-40f3-b51d-84af3b77816f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:53:50,692 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:53:50,693 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-428835b8-d7a9-4ab9-b3e8-fbc4c4da5a51', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-428835b8-d7a9-4ab9-b3e8-fbc4c4da5a51', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:53:51,740 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:53:51,741 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d02aea21-1486-4371-83a5-4bcb7629a32b', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d02aea21-1486-4371-83a5-4bcb7629a32b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:53:52,794 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.046s 2021-10-27 01:53:52,795 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5bae3137-9d4f-42dc-b86f-6d8cb3020253', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5bae3137-9d4f-42dc-b86f-6d8cb3020253', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:53:53,844 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:53:53,844 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-78789fba-bf25-4c85-a932-1d9bd6e6a4eb', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-78789fba-bf25-4c85-a932-1d9bd6e6a4eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:53:54,894 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:53:54,894 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a2179e29-0bef-48d5-8334-41ff2df71c19', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a2179e29-0bef-48d5-8334-41ff2df71c19', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:53:55,943 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.042s 2021-10-27 01:53:55,943 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7cb5873-226a-40f5-97ef-a6b2678803c2', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7cb5873-226a-40f5-97ef-a6b2678803c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:53:56,992 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:53:56,993 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-70626da7-68e0-4530-b094-0ad74e13188f', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-70626da7-68e0-4530-b094-0ad74e13188f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:53:58,041 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:53:58,041 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e5f39c8-aff4-4e6c-b828-98070af9eb8f', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e5f39c8-aff4-4e6c-b828-98070af9eb8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:53:59,090 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:53:59,091 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-959f1f5e-e20e-4673-a3f3-c334702f066b', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-959f1f5e-e20e-4673-a3f3-c334702f066b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:54:00,146 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.047s 2021-10-27 01:54:00,146 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e121336-e775-4e62-aac0-a31156904150', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e121336-e775-4e62-aac0-a31156904150', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:54:01,200 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.045s 2021-10-27 01:54:01,200 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff94b67a-42b6-4559-8d13-95e61b8151f7', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff94b67a-42b6-4559-8d13-95e61b8151f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:54:02,250 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:54:02,250 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5099f586-4783-49fa-b13c-06ae5555faac', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5099f586-4783-49fa-b13c-06ae5555faac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:54:03,297 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:54:03,298 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3b4b8b4-d145-4133-bc66-bcd1e17acc39', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3b4b8b4-d145-4133-bc66-bcd1e17acc39', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:54:04,350 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.044s 2021-10-27 01:54:04,350 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aed0a047-0263-416b-b009-d1e369c716fd', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aed0a047-0263-416b-b009-d1e369c716fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:54:05,398 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:54:05,399 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63660ba0-f28f-47dc-a196-ab9216a02b05', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63660ba0-f28f-47dc-a196-ab9216a02b05', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:54:06,447 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:54:06,448 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68856d9f-6754-4bc6-a027-a20b25caa600', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68856d9f-6754-4bc6-a027-a20b25caa600', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:54:07,496 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:54:07,496 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e605dcc8-90b8-494b-881b-17f09acb6b7f', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e605dcc8-90b8-494b-881b-17f09acb6b7f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:54:08,556 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.050s 2021-10-27 01:54:08,556 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b26bf121-6a59-4c93-80ad-e02f80709e23', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b26bf121-6a59-4c93-80ad-e02f80709e23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:54:09,604 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:54:09,604 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab748c15-1376-4361-ab56-d7139f059f33', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab748c15-1376-4361-ab56-d7139f059f33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:54:10,653 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:54:10,653 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-302a8b79-827d-48d3-b5e7-faa0ff94e88a', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-302a8b79-827d-48d3-b5e7-faa0ff94e88a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:54:11,701 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:54:11,701 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4af13dc0-9511-43c5-84f0-b5e17dbea8e6', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4af13dc0-9511-43c5-84f0-b5e17dbea8e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:54:12,751 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:54:12,751 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-801ad1bf-6555-428a-a13a-18be3cebd0d0', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-801ad1bf-6555-428a-a13a-18be3cebd0d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:54:13,799 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:54:13,800 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-08066e84-10aa-4881-9ca5-34649060fdf3', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-08066e84-10aa-4881-9ca5-34649060fdf3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:54:14,853 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.044s 2021-10-27 01:54:14,853 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-906e6607-d04b-4d89-a4ee-4c776ea19c79', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-906e6607-d04b-4d89-a4ee-4c776ea19c79', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:54:15,903 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.042s 2021-10-27 01:54:15,904 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-73334980-211b-4451-b7d0-8f6fa78a1cbd', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-73334980-211b-4451-b7d0-8f6fa78a1cbd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:54:16,952 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:54:16,953 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff1fa460-bcd0-4acd-841f-dbdb992d2cc7', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff1fa460-bcd0-4acd-841f-dbdb992d2cc7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:54:18,001 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:54:18,002 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2908b2d-f117-47ae-9ff1-80d2dac08bca', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2908b2d-f117-47ae-9ff1-80d2dac08bca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:54:19,054 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.043s 2021-10-27 01:54:19,054 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ee7158e-bca3-4f16-a617-574b6c5d6169', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ee7158e-bca3-4f16-a617-574b6c5d6169', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:54:20,102 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:54:20,103 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-787d1bcb-7fd9-466f-967c-271c0544f9e0', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-787d1bcb-7fd9-466f-967c-271c0544f9e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:54:21,151 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:54:21,151 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c302ecde-6b59-4d11-b9a6-41b4f4dd6fb0', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c302ecde-6b59-4d11-b9a6-41b4f4dd6fb0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:54:22,202 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.043s 2021-10-27 01:54:22,203 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ba1bb73-a2da-45d6-9b36-52d0fffcd65c', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ba1bb73-a2da-45d6-9b36-52d0fffcd65c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:54:23,255 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.043s 2021-10-27 01:54:23,255 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f987a8b-0856-4ae7-936a-29c641212669', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f987a8b-0856-4ae7-936a-29c641212669', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:54:24,307 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.043s 2021-10-27 01:54:24,307 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e53980cc-d9af-44dc-8b5d-36193e351e82', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e53980cc-d9af-44dc-8b5d-36193e351e82', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:54:25,355 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.039s 2021-10-27 01:54:25,355 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-225b796e-9926-444a-8874-0f4d3094cda1', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-225b796e-9926-444a-8874-0f4d3094cda1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:54:26,405 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:54:26,406 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-31b240b2-bbf8-4307-ac0a-915d7256dc25', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31b240b2-bbf8-4307-ac0a-915d7256dc25', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:54:27,454 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:54:27,455 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc2c552f-96b4-4dbb-9f14-8f29a461c01b', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc2c552f-96b4-4dbb-9f14-8f29a461c01b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:54:28,504 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:54:28,504 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a0c0a08-1563-4fde-a574-95cfda904503', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a0c0a08-1563-4fde-a574-95cfda904503', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:54:29,553 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:54:29,553 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6bbe132d-9c4c-4a89-9789-6e6162abaa43', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6bbe132d-9c4c-4a89-9789-6e6162abaa43', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:54:30,603 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:54:30,603 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-efd52c05-945f-497f-a24e-9764f43459ed', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-efd52c05-945f-497f-a24e-9764f43459ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:54:31,654 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.043s 2021-10-27 01:54:31,654 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64c317af-c3e0-4e65-9a92-a07988db84c7', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64c317af-c3e0-4e65-9a92-a07988db84c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:54:32,703 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:54:32,703 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7210c9bb-056c-46d2-88cb-25065aa238ab', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7210c9bb-056c-46d2-88cb-25065aa238ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:54:33,752 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:54:33,752 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6bcd49a4-0216-4c09-b70c-488a202091f5', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6bcd49a4-0216-4c09-b70c-488a202091f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:54:34,801 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:54:34,801 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e94a3ac-2841-44b1-a133-3020721a8e33', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e94a3ac-2841-44b1-a133-3020721a8e33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:54:35,849 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.040s 2021-10-27 01:54:35,850 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d77bdcc3-94ee-4006-be6c-bc5a2a823c68', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d77bdcc3-94ee-4006-be6c-bc5a2a823c68', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:54:36,898 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.041s 2021-10-27 01:54:36,899 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-659581ec-73e9-42f6-8746-1be2f08aebd1', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-659581ec-73e9-42f6-8746-1be2f08aebd1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:54:37,949 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.042s 2021-10-27 01:54:37,949 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f1d3d94-8559-4686-a3c4-74ed6f601bdd', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f1d3d94-8559-4686-a3c4-74ed6f601bdd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:54:39,002 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc 0.045s 2021-10-27 01:54:39,003 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-220453f0-602d-48a3-a90b-94f336f0469e', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-220453f0-602d-48a3-a90b-94f336f0469e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc'} Body: b'{"volume": {"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:50.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-1183680394", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/d9eced377e3f4f85826c191384777532/volumes/261e0a78-bc59-4d16-af7b-1a216903b5bc"}], "user_id": "ec1f566372814a95890d41b260573dc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "attachment_id": "487b79b5-d4b1-4ab1-988a-d05a12c33a02", "volume_id": "261e0a78-bc59-4d16-af7b-1a216903b5bc", "server_id": "09c974ea-9b13-4805-919e-4e1889c26939", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:52.000000"}], "os-vol-tenant-attr:tenant_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 01:54:40,190 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 1.180s 2021-10-27 01:54:40,190 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8c28a3dd-42d5-4726-b17f-9361d98edaf0', 'x-compute-request-id': 'req-8c28a3dd-42d5-4726-b17f-9361d98edaf0', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'' 2021-10-27 01:54:40,397 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.206s 2021-10-27 01:54:40,398 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1719', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9f54cbb5-0f70-44d8-8685-2516ec9f1df2', 'x-compute-request-id': 'req-9f54cbb5-0f70-44d8-8685-2516ec9f1df2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {"tempest-AttachVolumeTestJSON-1298413675-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1c:84:2f"}, {"version": 4, "addr": "172.27.1.39", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1c:84:2f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1607895398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:54:41,697 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.290s 2021-10-27 01:54:41,697 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1719', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-785a169e-99e5-4b73-98ae-dc52a302c35d', 'x-compute-request-id': 'req-785a169e-99e5-4b73-98ae-dc52a302c35d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {"tempest-AttachVolumeTestJSON-1298413675-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1c:84:2f"}, {"version": 4, "addr": "172.27.1.39", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1c:84:2f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1607895398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:54:42,805 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.099s 2021-10-27 01:54:42,806 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fc6d22a9-a089-47f5-b724-50638097108d', 'x-compute-request-id': 'req-fc6d22a9-a089-47f5-b724-50638097108d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:54:43,903 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.090s 2021-10-27 01:54:43,904 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0a23c447-9955-4d8d-a5b2-a3bc1cffca61', 'x-compute-request-id': 'req-0a23c447-9955-4d8d-a5b2-a3bc1cffca61', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:54:45,014 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.102s 2021-10-27 01:54:45,014 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ad01d2cc-918d-4a51-8eda-052ee6d35c2c', 'x-compute-request-id': 'req-ad01d2cc-918d-4a51-8eda-052ee6d35c2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:54:46,106 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.082s 2021-10-27 01:54:46,106 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c3e6a40f-0b6c-4532-8673-e56a70ba3545', 'x-compute-request-id': 'req-c3e6a40f-0b6c-4532-8673-e56a70ba3545', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:54:47,199 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.085s 2021-10-27 01:54:47,200 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-db46ab5b-aecb-45e1-b997-21686e8b4d80', 'x-compute-request-id': 'req-db46ab5b-aecb-45e1-b997-21686e8b4d80', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:54:48,291 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.082s 2021-10-27 01:54:48,291 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fa0c6a1c-3446-4c23-881f-b079fe8e6f44', 'x-compute-request-id': 'req-fa0c6a1c-3446-4c23-881f-b079fe8e6f44', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:54:49,384 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.085s 2021-10-27 01:54:49,385 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3f572256-b7b5-4b30-beb6-6e16eb34846a', 'x-compute-request-id': 'req-3f572256-b7b5-4b30-beb6-6e16eb34846a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:54:50,476 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.083s 2021-10-27 01:54:50,477 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-58de6044-f5e8-4212-a389-1f34f419795f', 'x-compute-request-id': 'req-58de6044-f5e8-4212-a389-1f34f419795f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:54:51,567 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.082s 2021-10-27 01:54:51,568 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-191c4aba-d976-43a9-b39c-2db1a6fd12ec', 'x-compute-request-id': 'req-191c4aba-d976-43a9-b39c-2db1a6fd12ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:54:52,659 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.083s 2021-10-27 01:54:52,659 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8cc2b83e-ef9f-4b84-882c-f220c8524581', 'x-compute-request-id': 'req-8cc2b83e-ef9f-4b84-882c-f220c8524581', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:54:53,753 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.085s 2021-10-27 01:54:53,753 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3b95b86f-c21d-40f9-97cc-9ca64d10f9da', 'x-compute-request-id': 'req-3b95b86f-c21d-40f9-97cc-9ca64d10f9da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:54:54,852 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.090s 2021-10-27 01:54:54,852 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-78d53bbe-20fa-4bbf-9dd9-e07a22be48b3', 'x-compute-request-id': 'req-78d53bbe-20fa-4bbf-9dd9-e07a22be48b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:54:55,952 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.091s 2021-10-27 01:54:55,952 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f4b31d22-003c-4057-9351-70a8a893422d', 'x-compute-request-id': 'req-f4b31d22-003c-4057-9351-70a8a893422d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:54:57,049 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.087s 2021-10-27 01:54:57,049 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-16d48ce9-ec5a-48d7-bc60-3d7849361b62', 'x-compute-request-id': 'req-16d48ce9-ec5a-48d7-bc60-3d7849361b62', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:54:58,146 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.088s 2021-10-27 01:54:58,146 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aec2223b-6c37-412b-a692-b3dd2b175cb3', 'x-compute-request-id': 'req-aec2223b-6c37-412b-a692-b3dd2b175cb3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:54:59,246 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.091s 2021-10-27 01:54:59,246 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0a5cec85-7a7d-4ae0-a06b-ffbb885daa8a', 'x-compute-request-id': 'req-0a5cec85-7a7d-4ae0-a06b-ffbb885daa8a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:55:00,342 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.087s 2021-10-27 01:55:00,342 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1f09c068-1220-4328-a9d9-5e21e0b83be6', 'x-compute-request-id': 'req-1f09c068-1220-4328-a9d9-5e21e0b83be6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:55:01,435 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.083s 2021-10-27 01:55:01,435 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ce4d31b2-5865-421a-8d1e-af3cca5e6a38', 'x-compute-request-id': 'req-ce4d31b2-5865-421a-8d1e-af3cca5e6a38', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:55:02,527 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.083s 2021-10-27 01:55:02,528 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4e88eec5-8667-441e-9e0d-c5a2f4be2cef', 'x-compute-request-id': 'req-4e88eec5-8667-441e-9e0d-c5a2f4be2cef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:55:03,618 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.082s 2021-10-27 01:55:03,618 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6abef513-80d4-428c-a48c-d11b515f9b64', 'x-compute-request-id': 'req-6abef513-80d4-428c-a48c-d11b515f9b64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:55:04,708 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.081s 2021-10-27 01:55:04,708 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-04cb5efc-b428-4a9f-99da-4f914615e881', 'x-compute-request-id': 'req-04cb5efc-b428-4a9f-99da-4f914615e881', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:55:05,800 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.083s 2021-10-27 01:55:05,800 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7afac814-8ebd-4ca1-bba5-2e3b2dcee8ec', 'x-compute-request-id': 'req-7afac814-8ebd-4ca1-bba5-2e3b2dcee8ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:55:06,895 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.087s 2021-10-27 01:55:06,896 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aa23dc04-e80f-41a4-8df9-239140295d57', 'x-compute-request-id': 'req-aa23dc04-e80f-41a4-8df9-239140295d57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:55:08,031 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.127s 2021-10-27 01:55:08,032 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f028866c-4b0c-431a-9c17-19473b901090', 'x-compute-request-id': 'req-f028866c-4b0c-431a-9c17-19473b901090', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:55:09,146 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.104s 2021-10-27 01:55:09,146 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d0d4418c-b0f1-4cbf-98e5-6b0911b64472', 'x-compute-request-id': 'req-d0d4418c-b0f1-4cbf-98e5-6b0911b64472', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:55:10,307 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.152s 2021-10-27 01:55:10,307 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6fbb7530-e082-4f2b-be9f-68465bcbf112', 'x-compute-request-id': 'req-6fbb7530-e082-4f2b-be9f-68465bcbf112', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:55:11,405 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.090s 2021-10-27 01:55:11,406 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-637b12c0-d2fc-49ca-9fbd-4a1e6611faad', 'x-compute-request-id': 'req-637b12c0-d2fc-49ca-9fbd-4a1e6611faad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:55:12,528 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.113s 2021-10-27 01:55:12,528 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4c560a2f-eaad-4c34-879d-df48e0c427cd', 'x-compute-request-id': 'req-4c560a2f-eaad-4c34-879d-df48e0c427cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:55:13,647 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.110s 2021-10-27 01:55:13,647 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c4501442-c952-4e0f-836a-ac3309203e5f', 'x-compute-request-id': 'req-c4501442-c952-4e0f-836a-ac3309203e5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:55:14,739 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.083s 2021-10-27 01:55:14,739 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3260a8d3-e58d-46e0-9b76-9f0cfd9c1eef', 'x-compute-request-id': 'req-3260a8d3-e58d-46e0-9b76-9f0cfd9c1eef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:55:15,830 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.082s 2021-10-27 01:55:15,831 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-af62522c-bb66-456c-8589-29f87d01250d', 'x-compute-request-id': 'req-af62522c-bb66-456c-8589-29f87d01250d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:55:16,941 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.102s 2021-10-27 01:55:16,941 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-baddc56e-3a8c-4c12-a904-fde83a37199b', 'x-compute-request-id': 'req-baddc56e-3a8c-4c12-a904-fde83a37199b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:55:18,131 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.181s 2021-10-27 01:55:18,131 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0a17bc30-cdbe-4b0c-a980-c54e6c633514', 'x-compute-request-id': 'req-0a17bc30-cdbe-4b0c-a980-c54e6c633514', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:55:19,260 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.120s 2021-10-27 01:55:19,260 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b94df6b4-68e0-4232-8d6d-048d8519d100', 'x-compute-request-id': 'req-b94df6b4-68e0-4232-8d6d-048d8519d100', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:55:20,359 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.090s 2021-10-27 01:55:20,359 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ea9b255b-0f85-46a9-993b-f80385da6e00', 'x-compute-request-id': 'req-ea9b255b-0f85-46a9-993b-f80385da6e00', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:55:21,656 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.287s 2021-10-27 01:55:21,656 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c7beabdd-b4b7-4409-992d-cbc57acae52f', 'x-compute-request-id': 'req-c7beabdd-b4b7-4409-992d-cbc57acae52f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:55:22,753 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.087s 2021-10-27 01:55:22,753 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-df48831b-3105-4f25-91bf-705b65096782', 'x-compute-request-id': 'req-df48831b-3105-4f25-91bf-705b65096782', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:55:23,849 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.088s 2021-10-27 01:55:23,849 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a768c24b-972e-440b-a558-ddadcb12a6e3', 'x-compute-request-id': 'req-a768c24b-972e-440b-a558-ddadcb12a6e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:55:24,941 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.083s 2021-10-27 01:55:24,941 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6dbc186e-3728-40a3-9b91-5c8da849568c', 'x-compute-request-id': 'req-6dbc186e-3728-40a3-9b91-5c8da849568c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:55:26,034 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.084s 2021-10-27 01:55:26,034 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-044ad455-5c90-48a9-baa3-a4595da9cecb', 'x-compute-request-id': 'req-044ad455-5c90-48a9-baa3-a4595da9cecb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:55:27,128 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.085s 2021-10-27 01:55:27,128 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6d842b07-ab32-48b1-92db-0e0ff60a89e7', 'x-compute-request-id': 'req-6d842b07-ab32-48b1-92db-0e0ff60a89e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:55:28,220 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.083s 2021-10-27 01:55:28,221 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-090989c5-731a-42ff-9fe0-7427899c2883', 'x-compute-request-id': 'req-090989c5-731a-42ff-9fe0-7427899c2883', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:55:29,312 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.083s 2021-10-27 01:55:29,312 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-40e28653-3c82-45dd-aaed-beb03a0253bf', 'x-compute-request-id': 'req-40e28653-3c82-45dd-aaed-beb03a0253bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:55:30,408 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.087s 2021-10-27 01:55:30,408 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1016e6d1-2dae-4f71-af2f-7ad0dbd6ec61', 'x-compute-request-id': 'req-1016e6d1-2dae-4f71-af2f-7ad0dbd6ec61', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:55:31,500 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.083s 2021-10-27 01:55:31,500 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-00a6bc11-ddfc-4094-97be-c436dcafe6c1', 'x-compute-request-id': 'req-00a6bc11-ddfc-4094-97be-c436dcafe6c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:55:32,591 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.083s 2021-10-27 01:55:32,591 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-42aee29a-4db5-4c4e-9a5b-9170da22788b', 'x-compute-request-id': 'req-42aee29a-4db5-4c4e-9a5b-9170da22788b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:55:33,685 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.084s 2021-10-27 01:55:33,685 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ed6dc991-dde1-4d4f-ade5-1afcc4e8ac61', 'x-compute-request-id': 'req-ed6dc991-dde1-4d4f-ade5-1afcc4e8ac61', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:55:34,776 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.083s 2021-10-27 01:55:34,777 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-05e2a4ce-ac6a-4a19-85fa-d3645ab2d209', 'x-compute-request-id': 'req-05e2a4ce-ac6a-4a19-85fa-d3645ab2d209', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:55:35,869 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.083s 2021-10-27 01:55:35,870 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-85698356-c93e-4d3a-b81e-5774839ef816', 'x-compute-request-id': 'req-85698356-c93e-4d3a-b81e-5774839ef816', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:55:36,967 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.088s 2021-10-27 01:55:36,967 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bdf48d9f-4920-4662-b2e8-70df8de0a716', 'x-compute-request-id': 'req-bdf48d9f-4920-4662-b2e8-70df8de0a716', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:55:38,061 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.085s 2021-10-27 01:55:38,062 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-689d17ea-fb89-4d7c-bbfc-87c614a27d6d', 'x-compute-request-id': 'req-689d17ea-fb89-4d7c-bbfc-87c614a27d6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:55:39,152 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.083s 2021-10-27 01:55:39,153 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-41b91236-c3ad-49a4-9aed-e15717bf7a95', 'x-compute-request-id': 'req-41b91236-c3ad-49a4-9aed-e15717bf7a95', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:55:40,243 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.082s 2021-10-27 01:55:40,243 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4d4721a6-39ac-4d58-9556-6edefeabff26', 'x-compute-request-id': 'req-4d4721a6-39ac-4d58-9556-6edefeabff26', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:55:41,335 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.083s 2021-10-27 01:55:41,335 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-883d2a97-01b6-4b6b-9b8b-934f93c7d3db', 'x-compute-request-id': 'req-883d2a97-01b6-4b6b-9b8b-934f93c7d3db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:55:42,427 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.083s 2021-10-27 01:55:42,427 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-84f18a64-0eee-42cf-aa8f-855d35b426a5', 'x-compute-request-id': 'req-84f18a64-0eee-42cf-aa8f-855d35b426a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:55:43,522 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.087s 2021-10-27 01:55:43,523 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dca50956-c5a8-4c03-9de9-e3c838b3cd1e', 'x-compute-request-id': 'req-dca50956-c5a8-4c03-9de9-e3c838b3cd1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:55:44,614 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.083s 2021-10-27 01:55:44,614 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a8b42901-bf80-471a-8446-b03867490586', 'x-compute-request-id': 'req-a8b42901-bf80-471a-8446-b03867490586', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:55:45,706 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.083s 2021-10-27 01:55:45,706 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ccb2b2ed-00d8-4fa6-ba7c-6f1f1a419f1f', 'x-compute-request-id': 'req-ccb2b2ed-00d8-4fa6-ba7c-6f1f1a419f1f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:55:46,799 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.083s 2021-10-27 01:55:46,799 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1cfd4a69-975c-4c3e-b8c6-8fe67942dd9e', 'x-compute-request-id': 'req-1cfd4a69-975c-4c3e-b8c6-8fe67942dd9e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:55:47,893 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.085s 2021-10-27 01:55:47,893 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-16a42379-fc31-4265-bc4b-39387395336e', 'x-compute-request-id': 'req-16a42379-fc31-4265-bc4b-39387395336e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:55:48,985 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.083s 2021-10-27 01:55:48,986 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bdd460b8-0297-4dd8-bcb5-a4beeb450249', 'x-compute-request-id': 'req-bdd460b8-0297-4dd8-bcb5-a4beeb450249', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:55:50,084 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.090s 2021-10-27 01:55:50,085 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fbe4790d-246b-4cfa-870d-65be812dad24', 'x-compute-request-id': 'req-fbe4790d-246b-4cfa-870d-65be812dad24', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:55:51,177 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.084s 2021-10-27 01:55:51,178 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-12340a06-1ba4-4638-9e82-d320ca042926', 'x-compute-request-id': 'req-12340a06-1ba4-4638-9e82-d320ca042926', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:55:52,267 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.081s 2021-10-27 01:55:52,267 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ca57020f-f018-4075-9924-d7a78ae71f36', 'x-compute-request-id': 'req-ca57020f-f018-4075-9924-d7a78ae71f36', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:55:53,359 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.083s 2021-10-27 01:55:53,360 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0901fd82-0e6a-439e-a533-64144d77cc59', 'x-compute-request-id': 'req-0901fd82-0e6a-439e-a533-64144d77cc59', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:55:54,452 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.083s 2021-10-27 01:55:54,452 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-64ddcb10-de21-41f8-ac99-7e3f87105694', 'x-compute-request-id': 'req-64ddcb10-de21-41f8-ac99-7e3f87105694', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:55:55,546 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.084s 2021-10-27 01:55:55,546 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-956d9700-6418-42e5-96f5-5fa6bd431faf', 'x-compute-request-id': 'req-956d9700-6418-42e5-96f5-5fa6bd431faf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:55:56,641 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.086s 2021-10-27 01:55:56,641 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5e99474d-51d7-47aa-a981-3348be2772cf', 'x-compute-request-id': 'req-5e99474d-51d7-47aa-a981-3348be2772cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:55:57,733 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.083s 2021-10-27 01:55:57,733 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b2e68dc6-59c8-4e33-b486-084ee0ca9b32', 'x-compute-request-id': 'req-b2e68dc6-59c8-4e33-b486-084ee0ca9b32', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:55:58,825 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.084s 2021-10-27 01:55:58,825 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-57dd045d-7dd0-4bd8-9650-b35b6d4545d5', 'x-compute-request-id': 'req-57dd045d-7dd0-4bd8-9650-b35b6d4545d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:55:59,918 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.085s 2021-10-27 01:55:59,919 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3670b53c-7d6d-4727-91fd-c751845928d0', 'x-compute-request-id': 'req-3670b53c-7d6d-4727-91fd-c751845928d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:56:01,011 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.083s 2021-10-27 01:56:01,012 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:56:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-78a4a2bd-360d-4149-b24d-72eebcf155d0', 'x-compute-request-id': 'req-78a4a2bd-360d-4149-b24d-72eebcf155d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:56:02,106 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.085s 2021-10-27 01:56:02,106 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:56:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5a93af95-984b-411f-b882-0274765b535d', 'x-compute-request-id': 'req-5a93af95-984b-411f-b882-0274765b535d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:56:03,204 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.088s 2021-10-27 01:56:03,204 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:56:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c5416715-d5eb-463d-8196-4063323deafd', 'x-compute-request-id': 'req-c5416715-d5eb-463d-8196-4063323deafd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:56:04,295 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.082s 2021-10-27 01:56:04,295 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:56:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-000dd3c1-185f-4f6d-b9d1-ea2881000c58', 'x-compute-request-id': 'req-000dd3c1-185f-4f6d-b9d1-ea2881000c58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:56:05,390 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.085s 2021-10-27 01:56:05,391 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:56:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-27618803-e277-415f-9bc9-449b83fa78fa', 'x-compute-request-id': 'req-27618803-e277-415f-9bc9-449b83fa78fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:56:06,481 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.082s 2021-10-27 01:56:06,481 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:56:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-76e56336-5a47-47dd-b3e1-6c22c2da3d88', 'x-compute-request-id': 'req-76e56336-5a47-47dd-b3e1-6c22c2da3d88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:56:07,575 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.085s 2021-10-27 01:56:07,575 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:56:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-98e14634-5175-472b-b81e-43a3565833fd', 'x-compute-request-id': 'req-98e14634-5175-472b-b81e-43a3565833fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:56:08,680 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.096s 2021-10-27 01:56:08,680 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:56:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5392fafe-1087-49ee-b8f0-4e8729842146', 'x-compute-request-id': 'req-5392fafe-1087-49ee-b8f0-4e8729842146', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:56:09,772 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.083s 2021-10-27 01:56:09,773 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:56:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0293890e-b430-47a6-b08c-a3211bf632c0', 'x-compute-request-id': 'req-0293890e-b430-47a6-b08c-a3211bf632c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:56:10,864 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.083s 2021-10-27 01:56:10,864 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:56:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-68cfd902-8e77-4bb9-b0e1-5e008da6f556', 'x-compute-request-id': 'req-68cfd902-8e77-4bb9-b0e1-5e008da6f556', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:56:11,957 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.085s 2021-10-27 01:56:11,958 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:56:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6d87205f-e567-4d3f-a032-cde1b5886f83', 'x-compute-request-id': 'req-6d87205f-e567-4d3f-a032-cde1b5886f83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:56:13,050 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.083s 2021-10-27 01:56:13,050 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:56:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-da9acb8c-197a-481b-8ebf-714e82d2e49b', 'x-compute-request-id': 'req-da9acb8c-197a-481b-8ebf-714e82d2e49b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:56:14,143 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.084s 2021-10-27 01:56:14,143 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:56:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9a924b84-abcb-4f79-914e-c399074079c3', 'x-compute-request-id': 'req-9a924b84-abcb-4f79-914e-c399074079c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:56:15,238 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.087s 2021-10-27 01:56:15,238 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:56:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aa093b73-ec40-49e9-93a8-c89af6157df9', 'x-compute-request-id': 'req-aa093b73-ec40-49e9-93a8-c89af6157df9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:56:16,331 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.085s 2021-10-27 01:56:16,332 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:56:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f22a4b77-4291-473f-b79a-705cbdc4c20e', 'x-compute-request-id': 'req-f22a4b77-4291-473f-b79a-705cbdc4c20e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:56:17,422 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.083s 2021-10-27 01:56:17,423 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:56:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f1b68927-3cd0-423b-b871-e6b926aa11cc', 'x-compute-request-id': 'req-f1b68927-3cd0-423b-b871-e6b926aa11cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:56:18,513 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.082s 2021-10-27 01:56:18,513 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:56:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9b4f9eed-5444-4c7a-bcc4-a18bd18205e3', 'x-compute-request-id': 'req-9b4f9eed-5444-4c7a-bcc4-a18bd18205e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:56:19,603 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.082s 2021-10-27 01:56:19,604 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:56:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4b5fc817-3468-4da6-99eb-0504353caacc', 'x-compute-request-id': 'req-4b5fc817-3468-4da6-99eb-0504353caacc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:56:20,695 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.083s 2021-10-27 01:56:20,696 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:56:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7b190fdc-c838-4190-90f9-db4e9376f42f', 'x-compute-request-id': 'req-7b190fdc-c838-4190-90f9-db4e9376f42f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:56:21,791 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.087s 2021-10-27 01:56:21,791 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:56:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4d5baae5-81ab-47c3-a6bf-15b897e83d79', 'x-compute-request-id': 'req-4d5baae5-81ab-47c3-a6bf-15b897e83d79', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:56:22,883 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.083s 2021-10-27 01:56:22,883 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:56:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ce5577a4-ba12-44ec-bcf9-805099d25aec', 'x-compute-request-id': 'req-ce5577a4-ba12-44ec-bcf9-805099d25aec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:56:23,977 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.085s 2021-10-27 01:56:23,977 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:56:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-71bfdab5-6cae-4750-9785-e49ecba2ef01', 'x-compute-request-id': 'req-71bfdab5-6cae-4750-9785-e49ecba2ef01', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:56:25,070 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.084s 2021-10-27 01:56:25,070 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:56:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-51938946-5a9f-4252-9ff9-e493c6013914', 'x-compute-request-id': 'req-51938946-5a9f-4252-9ff9-e493c6013914', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:56:26,163 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.085s 2021-10-27 01:56:26,164 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:56:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b012e5f8-271c-4334-881b-4ffd288f548c', 'x-compute-request-id': 'req-b012e5f8-271c-4334-881b-4ffd288f548c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:56:27,255 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.083s 2021-10-27 01:56:27,255 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:56:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a2c95895-93bd-43b8-8355-301980a171eb', 'x-compute-request-id': 'req-a2c95895-93bd-43b8-8355-301980a171eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:56:28,350 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.086s 2021-10-27 01:56:28,350 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:56:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-72eceb3b-21d7-4b46-9a3a-d997e7af8eb9', 'x-compute-request-id': 'req-72eceb3b-21d7-4b46-9a3a-d997e7af8eb9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:56:29,444 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.085s 2021-10-27 01:56:29,444 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:56:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a57139e6-1cb5-4376-8fb2-8e62b98f6461', 'x-compute-request-id': 'req-a57139e6-1cb5-4376-8fb2-8e62b98f6461', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:56:30,537 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.084s 2021-10-27 01:56:30,537 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:56:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-776a9f2a-297d-43d5-9c7d-13fd20069ac1', 'x-compute-request-id': 'req-776a9f2a-297d-43d5-9c7d-13fd20069ac1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:56:31,631 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.086s 2021-10-27 01:56:31,632 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:56:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-65b755a9-3360-4781-b6a5-b2d95eb9c1bb', 'x-compute-request-id': 'req-65b755a9-3360-4781-b6a5-b2d95eb9c1bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:56:32,723 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.083s 2021-10-27 01:56:32,723 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:56:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-36f1c45b-b989-418a-8607-225cbdb2a18d', 'x-compute-request-id': 'req-36f1c45b-b989-418a-8607-225cbdb2a18d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:56:33,814 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.083s 2021-10-27 01:56:33,814 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:56:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-07e995d3-a978-4a7b-9455-68955123ca2f', 'x-compute-request-id': 'req-07e995d3-a978-4a7b-9455-68955123ca2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:56:34,909 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.085s 2021-10-27 01:56:34,910 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:56:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4c3a8f71-fd96-4a20-b136-1e1271cdd3ef', 'x-compute-request-id': 'req-4c3a8f71-fd96-4a20-b136-1e1271cdd3ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:56:36,004 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.085s 2021-10-27 01:56:36,004 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:56:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-12e39a87-6433-426a-8ccf-063650ca32dc', 'x-compute-request-id': 'req-12e39a87-6433-426a-8ccf-063650ca32dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:56:37,097 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.084s 2021-10-27 01:56:37,097 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:56:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6f54b649-192c-4506-9d0d-1c38a90d378a', 'x-compute-request-id': 'req-6f54b649-192c-4506-9d0d-1c38a90d378a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:56:38,188 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.082s 2021-10-27 01:56:38,188 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:56:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8fa71756-c78c-4728-8b8d-72ad2bb3264b', 'x-compute-request-id': 'req-8fa71756-c78c-4728-8b8d-72ad2bb3264b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:56:39,279 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.083s 2021-10-27 01:56:39,280 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:56:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f594edf1-7e60-4f80-81ef-c8beba922ec7', 'x-compute-request-id': 'req-f594edf1-7e60-4f80-81ef-c8beba922ec7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:56:40,371 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.083s 2021-10-27 01:56:40,372 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:56:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2c55732c-a28c-4ba9-9437-93e04e8d657d', 'x-compute-request-id': 'req-2c55732c-a28c-4ba9-9437-93e04e8d657d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:56:41,475 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.094s 2021-10-27 01:56:41,475 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:56:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5c4aa9f3-1685-49c6-8de5-6ca52405ed15', 'x-compute-request-id': 'req-5c4aa9f3-1685-49c6-8de5-6ca52405ed15', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:56:42,574 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.091s 2021-10-27 01:56:42,575 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:56:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3b63d91f-e551-475e-8b5b-8ed60adf3adc', 'x-compute-request-id': 'req-3b63d91f-e551-475e-8b5b-8ed60adf3adc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:56:43,666 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.083s 2021-10-27 01:56:43,666 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:56:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b1bb93cf-ac03-4fe1-aa11-64117043498f', 'x-compute-request-id': 'req-b1bb93cf-ac03-4fe1-aa11-64117043498f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:56:44,758 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.085s 2021-10-27 01:56:44,759 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:56:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-64c9dcf8-d984-4d5a-bd06-6fb23c7a95b1', 'x-compute-request-id': 'req-64c9dcf8-d984-4d5a-bd06-6fb23c7a95b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:56:45,850 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.083s 2021-10-27 01:56:45,851 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:56:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9a4f26e7-fae5-4670-a3bb-d54c9b7b43be', 'x-compute-request-id': 'req-9a4f26e7-fae5-4670-a3bb-d54c9b7b43be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:56:46,943 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.083s 2021-10-27 01:56:46,943 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:56:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-18e93138-d1ee-46da-b75a-565e728c940c', 'x-compute-request-id': 'req-18e93138-d1ee-46da-b75a-565e728c940c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:56:48,038 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.086s 2021-10-27 01:56:48,039 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:56:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a3091fc5-c7ae-432f-b9ba-610deafbdbf4', 'x-compute-request-id': 'req-a3091fc5-c7ae-432f-b9ba-610deafbdbf4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:56:49,132 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.085s 2021-10-27 01:56:49,133 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:56:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6b441b8a-30c4-4a43-9adc-81761da82675', 'x-compute-request-id': 'req-6b441b8a-30c4-4a43-9adc-81761da82675', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:56:50,224 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.083s 2021-10-27 01:56:50,225 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:56:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-82421d40-a7c8-4ff6-b5e7-bd32e316028a', 'x-compute-request-id': 'req-82421d40-a7c8-4ff6-b5e7-bd32e316028a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:56:51,316 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.083s 2021-10-27 01:56:51,316 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:56:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cda05e7b-a32f-46a5-9629-eed4e00c2d97', 'x-compute-request-id': 'req-cda05e7b-a32f-46a5-9629-eed4e00c2d97', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:56:52,407 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.083s 2021-10-27 01:56:52,407 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:56:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-02a09760-3b56-4048-b0a0-4fdf9a299f61', 'x-compute-request-id': 'req-02a09760-3b56-4048-b0a0-4fdf9a299f61', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:56:53,500 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.083s 2021-10-27 01:56:53,500 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:56:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-01e2a0b7-363c-4240-9eb8-f4ab8c02f3c6', 'x-compute-request-id': 'req-01e2a0b7-363c-4240-9eb8-f4ab8c02f3c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:56:54,597 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.087s 2021-10-27 01:56:54,597 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:56:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b30dbc14-5962-4dfb-b393-6b44fdf1fcfe', 'x-compute-request-id': 'req-b30dbc14-5962-4dfb-b393-6b44fdf1fcfe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:56:55,688 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.082s 2021-10-27 01:56:55,688 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:56:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-064b6532-eec6-4d7c-83dc-3afbc606e4ce', 'x-compute-request-id': 'req-064b6532-eec6-4d7c-83dc-3afbc606e4ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:56:56,781 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.084s 2021-10-27 01:56:56,781 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:56:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-63231c98-1ae4-4245-bcea-5c54d0d22df9', 'x-compute-request-id': 'req-63231c98-1ae4-4245-bcea-5c54d0d22df9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:56:57,874 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.083s 2021-10-27 01:56:57,874 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:56:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ffaa6abf-abc6-41e8-92de-575dc4639f85', 'x-compute-request-id': 'req-ffaa6abf-abc6-41e8-92de-575dc4639f85', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:56:58,966 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.083s 2021-10-27 01:56:58,967 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:56:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c3cecba9-4c79-4a60-a1e0-9df15c77de2c', 'x-compute-request-id': 'req-c3cecba9-4c79-4a60-a1e0-9df15c77de2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:57:00,060 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.084s 2021-10-27 01:57:00,060 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:56:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ac88afce-85aa-4bf6-b60f-44801041e6e1', 'x-compute-request-id': 'req-ac88afce-85aa-4bf6-b60f-44801041e6e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:57:01,154 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.086s 2021-10-27 01:57:01,155 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:57:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cfbad2b1-6799-4f05-bf11-0308724919f2', 'x-compute-request-id': 'req-cfbad2b1-6799-4f05-bf11-0308724919f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:57:02,245 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.082s 2021-10-27 01:57:02,246 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:57:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9775262b-f462-40c8-9dca-6f6e7bd02674', 'x-compute-request-id': 'req-9775262b-f462-40c8-9dca-6f6e7bd02674', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:57:03,336 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.082s 2021-10-27 01:57:03,336 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:57:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2443f1b9-d4d9-4aa0-9e81-ca65c41d1a6f', 'x-compute-request-id': 'req-2443f1b9-d4d9-4aa0-9e81-ca65c41d1a6f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:57:04,430 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.085s 2021-10-27 01:57:04,430 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:57:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5130aedf-12b5-4473-a671-2f4a756d9a8c', 'x-compute-request-id': 'req-5130aedf-12b5-4473-a671-2f4a756d9a8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:57:05,522 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.082s 2021-10-27 01:57:05,522 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:57:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aa4c9141-c2d1-466d-8e6d-a31933384261', 'x-compute-request-id': 'req-aa4c9141-c2d1-466d-8e6d-a31933384261', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:57:06,614 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.083s 2021-10-27 01:57:06,615 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:57:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7cfb7aa8-28a8-4054-bbb8-ee19efbadcc4', 'x-compute-request-id': 'req-7cfb7aa8-28a8-4054-bbb8-ee19efbadcc4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:57:07,712 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.088s 2021-10-27 01:57:07,712 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:57:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5b1132b3-36f3-4eec-8087-6921e5b7921d', 'x-compute-request-id': 'req-5b1132b3-36f3-4eec-8087-6921e5b7921d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:57:08,804 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.083s 2021-10-27 01:57:08,804 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:57:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fcbf0c21-0515-4817-bbde-30808d8ff0c9', 'x-compute-request-id': 'req-fcbf0c21-0515-4817-bbde-30808d8ff0c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:57:09,936 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.123s 2021-10-27 01:57:09,936 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:57:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1f7b8d69-2fc8-4379-b32d-95c9ad638f17', 'x-compute-request-id': 'req-1f7b8d69-2fc8-4379-b32d-95c9ad638f17', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:57:11,029 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.084s 2021-10-27 01:57:11,029 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:57:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-59e5ec4b-56c3-4fbb-81c8-de80d65024f8', 'x-compute-request-id': 'req-59e5ec4b-56c3-4fbb-81c8-de80d65024f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:57:12,122 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.084s 2021-10-27 01:57:12,122 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:57:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-72ea5e1d-c6cd-44d4-b272-902615de9f1d', 'x-compute-request-id': 'req-72ea5e1d-c6cd-44d4-b272-902615de9f1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:57:13,218 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.087s 2021-10-27 01:57:13,219 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:57:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ae0b04cd-f97a-430a-8240-b0d6fd7af7af', 'x-compute-request-id': 'req-ae0b04cd-f97a-430a-8240-b0d6fd7af7af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:57:14,313 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.086s 2021-10-27 01:57:14,313 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:57:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-928e425a-7653-456d-b52b-ed3b4f6056f3', 'x-compute-request-id': 'req-928e425a-7653-456d-b52b-ed3b4f6056f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:57:15,405 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.084s 2021-10-27 01:57:15,406 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:57:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7201647d-c3ff-4984-85a0-c165e78d1841', 'x-compute-request-id': 'req-7201647d-c3ff-4984-85a0-c165e78d1841', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:57:16,497 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.083s 2021-10-27 01:57:16,498 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:57:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d01cafd5-f0da-4b06-8d21-02d7e52ef4fd', 'x-compute-request-id': 'req-d01cafd5-f0da-4b06-8d21-02d7e52ef4fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:57:17,592 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.085s 2021-10-27 01:57:17,592 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:57:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-75dabe4b-5a14-4100-bb51-bfe5ca0bd49a', 'x-compute-request-id': 'req-75dabe4b-5a14-4100-bb51-bfe5ca0bd49a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:57:18,684 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.082s 2021-10-27 01:57:18,684 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:57:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5a2c1cc1-f593-46f0-8af7-62bacfb8162e', 'x-compute-request-id': 'req-5a2c1cc1-f593-46f0-8af7-62bacfb8162e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:57:19,779 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.086s 2021-10-27 01:57:19,780 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:57:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-01039c20-8c04-4d7a-b142-9a3424a86b7f', 'x-compute-request-id': 'req-01039c20-8c04-4d7a-b142-9a3424a86b7f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:57:20,877 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.089s 2021-10-27 01:57:20,878 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:57:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-29dc16eb-f5f0-4b0d-a8fc-c945d143656f', 'x-compute-request-id': 'req-29dc16eb-f5f0-4b0d-a8fc-c945d143656f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:57:21,968 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.082s 2021-10-27 01:57:21,968 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:57:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cbf21aa7-4c14-4eff-b337-8e91f2f59a6c', 'x-compute-request-id': 'req-cbf21aa7-4c14-4eff-b337-8e91f2f59a6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:57:23,060 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.083s 2021-10-27 01:57:23,061 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:57:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d6803722-bab5-41ab-87b4-c2fbb7fa77fd', 'x-compute-request-id': 'req-d6803722-bab5-41ab-87b4-c2fbb7fa77fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:57:24,153 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.083s 2021-10-27 01:57:24,154 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:57:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ed5ea1b4-8ac8-41bb-9cee-056ac496e147', 'x-compute-request-id': 'req-ed5ea1b4-8ac8-41bb-9cee-056ac496e147', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:57:25,247 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.085s 2021-10-27 01:57:25,247 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:57:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6b552685-999e-480c-9c16-83ef2d420818', 'x-compute-request-id': 'req-6b552685-999e-480c-9c16-83ef2d420818', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:57:26,341 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.085s 2021-10-27 01:57:26,342 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:57:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7f9d3c40-7d37-4b0b-919f-d2bfffa6e135', 'x-compute-request-id': 'req-7f9d3c40-7d37-4b0b-919f-d2bfffa6e135', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:57:27,434 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.084s 2021-10-27 01:57:27,435 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:57:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-65a05a41-196d-494d-bd78-883d5a378288', 'x-compute-request-id': 'req-65a05a41-196d-494d-bd78-883d5a378288', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:57:28,526 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.083s 2021-10-27 01:57:28,527 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:57:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-abac16d7-0042-4441-95bd-7ae98fc452be', 'x-compute-request-id': 'req-abac16d7-0042-4441-95bd-7ae98fc452be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:57:29,620 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.084s 2021-10-27 01:57:29,620 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:57:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-412da53a-d286-4e67-9944-dc62c2448075', 'x-compute-request-id': 'req-412da53a-d286-4e67-9944-dc62c2448075', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:57:30,713 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.084s 2021-10-27 01:57:30,713 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:57:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d545f8b5-bfdd-45f3-9f1f-5ce016be1c80', 'x-compute-request-id': 'req-d545f8b5-bfdd-45f3-9f1f-5ce016be1c80', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:57:31,803 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.081s 2021-10-27 01:57:31,803 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:57:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d1b02cf7-4606-4908-8b8c-673896308575', 'x-compute-request-id': 'req-d1b02cf7-4606-4908-8b8c-673896308575', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:57:32,898 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.086s 2021-10-27 01:57:32,899 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:57:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-53335130-b726-4a9f-a0e5-98dda08bf94b', 'x-compute-request-id': 'req-53335130-b726-4a9f-a0e5-98dda08bf94b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:57:33,990 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.083s 2021-10-27 01:57:33,990 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:57:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4e1ed0a4-3228-4bff-8dde-667ab732ad34', 'x-compute-request-id': 'req-4e1ed0a4-3228-4bff-8dde-667ab732ad34', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:57:35,082 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.083s 2021-10-27 01:57:35,083 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:57:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1274dd6d-b6ab-4765-8f96-75370f83eec1', 'x-compute-request-id': 'req-1274dd6d-b6ab-4765-8f96-75370f83eec1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:57:36,174 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.083s 2021-10-27 01:57:36,175 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:57:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-49839904-550f-4695-9bc6-6928e5c06b14', 'x-compute-request-id': 'req-49839904-550f-4695-9bc6-6928e5c06b14', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:57:37,266 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.083s 2021-10-27 01:57:37,267 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:57:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e9b44068-2b84-4fc0-b9ac-44b57e05b20b', 'x-compute-request-id': 'req-e9b44068-2b84-4fc0-b9ac-44b57e05b20b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:57:38,359 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.084s 2021-10-27 01:57:38,360 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:57:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cb62579c-1391-4426-84ba-92d0512c092b', 'x-compute-request-id': 'req-cb62579c-1391-4426-84ba-92d0512c092b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:57:39,454 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.085s 2021-10-27 01:57:39,454 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:57:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6033db84-caec-4643-ae22-5ed877f583f3', 'x-compute-request-id': 'req-6033db84-caec-4643-ae22-5ed877f583f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:57:40,549 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.085s 2021-10-27 01:57:40,549 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:57:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a4645e89-0cc7-467a-8283-d4cfee263f9b', 'x-compute-request-id': 'req-a4645e89-0cc7-467a-8283-d4cfee263f9b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:57:41,642 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.084s 2021-10-27 01:57:41,643 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:57:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-73912edd-5eec-4be6-ac3f-aee0e47009e5', 'x-compute-request-id': 'req-73912edd-5eec-4be6-ac3f-aee0e47009e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:57:42,736 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.084s 2021-10-27 01:57:42,737 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:57:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-79bd0da3-db59-4fcd-b12d-93b21fb2f39b', 'x-compute-request-id': 'req-79bd0da3-db59-4fcd-b12d-93b21fb2f39b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:57:43,828 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.083s 2021-10-27 01:57:43,828 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:57:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-928cf2a8-8ea7-4e20-a2da-070357a14133', 'x-compute-request-id': 'req-928cf2a8-8ea7-4e20-a2da-070357a14133', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:57:44,919 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.082s 2021-10-27 01:57:44,920 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:57:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fd29f161-b83c-4177-b663-2b23db6a6cf5', 'x-compute-request-id': 'req-fd29f161-b83c-4177-b663-2b23db6a6cf5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:57:46,012 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.084s 2021-10-27 01:57:46,013 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:57:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-db9b6b1b-d121-4f12-a4cf-48e276bd73d4', 'x-compute-request-id': 'req-db9b6b1b-d121-4f12-a4cf-48e276bd73d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:57:47,108 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.087s 2021-10-27 01:57:47,109 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:57:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-83a2c0c1-4800-4a0f-b749-c602d6ff9c60', 'x-compute-request-id': 'req-83a2c0c1-4800-4a0f-b749-c602d6ff9c60', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:57:48,200 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.083s 2021-10-27 01:57:48,200 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:57:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-338603c3-f282-41a2-a73e-e5918de06aaa', 'x-compute-request-id': 'req-338603c3-f282-41a2-a73e-e5918de06aaa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:57:49,290 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.082s 2021-10-27 01:57:49,291 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:57:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4eb6ee39-421d-4dac-9443-2215d684ea10', 'x-compute-request-id': 'req-4eb6ee39-421d-4dac-9443-2215d684ea10', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:57:50,385 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.086s 2021-10-27 01:57:50,385 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:57:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5b3971b2-844b-4de4-8704-2edd5888b8fc', 'x-compute-request-id': 'req-5b3971b2-844b-4de4-8704-2edd5888b8fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:57:51,480 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.086s 2021-10-27 01:57:51,480 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:57:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-501eed7c-80c1-4a5d-bcad-822e757f4c75', 'x-compute-request-id': 'req-501eed7c-80c1-4a5d-bcad-822e757f4c75', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:57:52,572 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.083s 2021-10-27 01:57:52,572 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:57:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2994c483-b7e9-4eed-9382-b0bd8c3432d0', 'x-compute-request-id': 'req-2994c483-b7e9-4eed-9382-b0bd8c3432d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:57:53,667 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.086s 2021-10-27 01:57:53,667 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:57:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4bc4e6e9-5464-49b1-84ff-295fbf9582e7', 'x-compute-request-id': 'req-4bc4e6e9-5464-49b1-84ff-295fbf9582e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:57:54,760 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.084s 2021-10-27 01:57:54,760 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:57:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dcc83089-80de-4a06-88ea-6524d2675b46', 'x-compute-request-id': 'req-dcc83089-80de-4a06-88ea-6524d2675b46', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:57:55,850 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.081s 2021-10-27 01:57:55,850 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:57:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-21731da8-5e6d-4707-a472-660207161b30', 'x-compute-request-id': 'req-21731da8-5e6d-4707-a472-660207161b30', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:57:56,940 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.081s 2021-10-27 01:57:56,941 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:57:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0a0f4967-8a96-4a9b-a67a-9aa365b0de80', 'x-compute-request-id': 'req-0a0f4967-8a96-4a9b-a67a-9aa365b0de80', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:57:58,034 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.084s 2021-10-27 01:57:58,034 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:57:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6b3c2232-0c12-4468-9ac3-64236ef95b9c', 'x-compute-request-id': 'req-6b3c2232-0c12-4468-9ac3-64236ef95b9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:57:59,125 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.082s 2021-10-27 01:57:59,125 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:57:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-763cb658-1bdc-4bf4-8b85-ee04f1ac5563', 'x-compute-request-id': 'req-763cb658-1bdc-4bf4-8b85-ee04f1ac5563', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:58:00,218 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.085s 2021-10-27 01:58:00,219 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:58:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e7f09776-4d06-4f6e-8f5d-f1ba6e52f6a3', 'x-compute-request-id': 'req-e7f09776-4d06-4f6e-8f5d-f1ba6e52f6a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:58:01,311 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.082s 2021-10-27 01:58:01,311 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:58:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-86722226-d36e-44c8-afa1-7834a98afafd', 'x-compute-request-id': 'req-86722226-d36e-44c8-afa1-7834a98afafd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:58:02,404 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.085s 2021-10-27 01:58:02,405 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:58:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d5b3dda4-ab92-4a4e-9eb3-c60d1b8b025a', 'x-compute-request-id': 'req-d5b3dda4-ab92-4a4e-9eb3-c60d1b8b025a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:58:03,711 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.299s 2021-10-27 01:58:03,711 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:58:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-532f4921-ed0a-41fe-ba13-b2014bd6c33c', 'x-compute-request-id': 'req-532f4921-ed0a-41fe-ba13-b2014bd6c33c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:58:04,802 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.082s 2021-10-27 01:58:04,802 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:58:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d52efe1a-6a8d-4967-88f1-818443e4b26d', 'x-compute-request-id': 'req-d52efe1a-6a8d-4967-88f1-818443e4b26d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:58:05,892 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.081s 2021-10-27 01:58:05,892 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:58:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a85d8f69-09b2-4f1b-a7b6-892133722e8b', 'x-compute-request-id': 'req-a85d8f69-09b2-4f1b-a7b6-892133722e8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:58:06,987 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.086s 2021-10-27 01:58:06,988 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:58:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fc88da29-d701-4715-bc8f-f6ad2dd4a825', 'x-compute-request-id': 'req-fc88da29-d701-4715-bc8f-f6ad2dd4a825', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:58:08,080 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.083s 2021-10-27 01:58:08,080 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:58:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-73feb09f-da04-4f10-9849-2937e6ca2168', 'x-compute-request-id': 'req-73feb09f-da04-4f10-9849-2937e6ca2168', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:58:09,173 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.083s 2021-10-27 01:58:09,173 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:58:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-71c0d6c5-ecb8-404e-9e7b-4b13b73629b4', 'x-compute-request-id': 'req-71c0d6c5-ecb8-404e-9e7b-4b13b73629b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:58:10,266 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.084s 2021-10-27 01:58:10,267 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:58:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a4bad4b1-ebd1-40fa-bfae-bf9604ad8634', 'x-compute-request-id': 'req-a4bad4b1-ebd1-40fa-bfae-bf9604ad8634', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:58:11,358 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.082s 2021-10-27 01:58:11,358 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:58:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7f2de1fd-903c-415d-97fd-0ffedde5037f', 'x-compute-request-id': 'req-7f2de1fd-903c-415d-97fd-0ffedde5037f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:58:12,449 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.082s 2021-10-27 01:58:12,449 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:58:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a2de6936-1080-4a75-beec-1d700a0f510a', 'x-compute-request-id': 'req-a2de6936-1080-4a75-beec-1d700a0f510a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:58:13,793 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.336s 2021-10-27 01:58:13,794 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:58:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f844f65a-10e6-4401-8981-5260306e7c57', 'x-compute-request-id': 'req-f844f65a-10e6-4401-8981-5260306e7c57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:58:14,886 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.083s 2021-10-27 01:58:14,886 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:58:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6219663c-1752-46dc-915a-2aedf7e03877', 'x-compute-request-id': 'req-6219663c-1752-46dc-915a-2aedf7e03877', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:58:15,978 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.084s 2021-10-27 01:58:15,979 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:58:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8f5545bc-a4e3-405c-ae11-ae84a8e2c11e', 'x-compute-request-id': 'req-8f5545bc-a4e3-405c-ae11-ae84a8e2c11e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:58:17,070 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.083s 2021-10-27 01:58:17,071 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:58:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2f132792-7ee9-4392-bb5e-c0ef3120e736', 'x-compute-request-id': 'req-2f132792-7ee9-4392-bb5e-c0ef3120e736', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:58:18,166 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.087s 2021-10-27 01:58:18,167 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:58:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6ee29652-8f55-4e35-8df9-adc9cf8fa917', 'x-compute-request-id': 'req-6ee29652-8f55-4e35-8df9-adc9cf8fa917', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:58:19,259 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.084s 2021-10-27 01:58:19,260 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:58:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9a39cf7a-2e2b-43c1-852f-19a9dc67f5c0', 'x-compute-request-id': 'req-9a39cf7a-2e2b-43c1-852f-19a9dc67f5c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:58:20,352 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.084s 2021-10-27 01:58:20,353 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:58:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2699cff1-cb33-488a-872f-80e4c4de7077', 'x-compute-request-id': 'req-2699cff1-cb33-488a-872f-80e4c4de7077', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:58:21,444 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.083s 2021-10-27 01:58:21,444 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:58:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d943469b-a28e-4909-a015-c70eaa325993', 'x-compute-request-id': 'req-d943469b-a28e-4909-a015-c70eaa325993', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:58:22,535 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.083s 2021-10-27 01:58:22,536 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:58:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f571ec40-120b-4912-a59b-d6b391889439', 'x-compute-request-id': 'req-f571ec40-120b-4912-a59b-d6b391889439', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:58:23,627 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.082s 2021-10-27 01:58:23,628 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:58:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4dd4bf21-4a28-43b6-969f-b76f65406ca9', 'x-compute-request-id': 'req-4dd4bf21-4a28-43b6-969f-b76f65406ca9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:58:24,722 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.085s 2021-10-27 01:58:24,722 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:58:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1a7b1fd5-6759-44fe-af34-765c2c31e22e', 'x-compute-request-id': 'req-1a7b1fd5-6759-44fe-af34-765c2c31e22e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:58:25,815 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.084s 2021-10-27 01:58:25,816 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:58:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-74d914b1-43c7-4e55-8b5c-d70ce8625867', 'x-compute-request-id': 'req-74d914b1-43c7-4e55-8b5c-d70ce8625867', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:58:26,907 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.083s 2021-10-27 01:58:26,907 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:58:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3297d815-9bdb-4120-abee-5f3b469761a7', 'x-compute-request-id': 'req-3297d815-9bdb-4120-abee-5f3b469761a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:58:27,999 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.083s 2021-10-27 01:58:28,000 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:58:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cc998563-9e38-4496-9d40-1928baeb2016', 'x-compute-request-id': 'req-cc998563-9e38-4496-9d40-1928baeb2016', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:58:29,091 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.082s 2021-10-27 01:58:29,091 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:58:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0b32270e-f62b-421c-8ff8-b55e4644facb', 'x-compute-request-id': 'req-0b32270e-f62b-421c-8ff8-b55e4644facb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:58:30,182 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.083s 2021-10-27 01:58:30,182 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:58:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e7e620a7-f1e3-4f1c-96d0-a5bb68663c30', 'x-compute-request-id': 'req-e7e620a7-f1e3-4f1c-96d0-a5bb68663c30', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:58:31,277 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.086s 2021-10-27 01:58:31,277 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:58:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6de912cb-f94e-4cee-9791-7149a211610a', 'x-compute-request-id': 'req-6de912cb-f94e-4cee-9791-7149a211610a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:58:32,368 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.082s 2021-10-27 01:58:32,368 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:58:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ee64611d-23d4-4f8d-ad8c-9feca8925767', 'x-compute-request-id': 'req-ee64611d-23d4-4f8d-ad8c-9feca8925767', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:58:33,459 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.082s 2021-10-27 01:58:33,459 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:58:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6e8892dc-2c19-49d9-a311-4344112f7b13', 'x-compute-request-id': 'req-6e8892dc-2c19-49d9-a311-4344112f7b13', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:58:34,550 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.081s 2021-10-27 01:58:34,550 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:58:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-512c7bfa-5a1c-49a4-aa2f-452e36857451', 'x-compute-request-id': 'req-512c7bfa-5a1c-49a4-aa2f-452e36857451', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:58:35,643 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.083s 2021-10-27 01:58:35,643 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:58:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7aa1e6dc-b2eb-40ae-af7b-039c1101c7ce', 'x-compute-request-id': 'req-7aa1e6dc-b2eb-40ae-af7b-039c1101c7ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:58:36,735 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.083s 2021-10-27 01:58:36,735 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:58:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5570eb55-de49-44a5-918e-f4fe7e7b6b75', 'x-compute-request-id': 'req-5570eb55-de49-44a5-918e-f4fe7e7b6b75', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:58:37,830 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.086s 2021-10-27 01:58:37,830 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:58:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cadca347-6cb3-43e1-94af-5801e75fe4f7', 'x-compute-request-id': 'req-cadca347-6cb3-43e1-94af-5801e75fe4f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:58:38,921 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.083s 2021-10-27 01:58:38,922 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:58:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f2dbe3e8-e58d-4398-884a-aa71373527cd', 'x-compute-request-id': 'req-f2dbe3e8-e58d-4398-884a-aa71373527cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:58:40,063 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.133s 2021-10-27 01:58:40,064 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:58:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-608ef8d2-00fd-4a1a-8060-bf4d2976c7ad', 'x-compute-request-id': 'req-608ef8d2-00fd-4a1a-8060-bf4d2976c7ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:58:41,199 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.126s 2021-10-27 01:58:41,200 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:58:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6f2aa645-6867-4c19-bf86-a789b6eebc15', 'x-compute-request-id': 'req-6f2aa645-6867-4c19-bf86-a789b6eebc15', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:58:42,293 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.085s 2021-10-27 01:58:42,294 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:58:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-73a7dcb2-596b-4a20-a7c4-bd6507fbc2ab', 'x-compute-request-id': 'req-73a7dcb2-596b-4a20-a7c4-bd6507fbc2ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:58:43,385 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.083s 2021-10-27 01:58:43,386 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:58:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3ef1c83b-fd77-41ef-9c98-17b1c083e1eb', 'x-compute-request-id': 'req-3ef1c83b-fd77-41ef-9c98-17b1c083e1eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:58:44,481 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.087s 2021-10-27 01:58:44,481 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:58:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-00671784-18d9-438e-b32c-411fdd73f260', 'x-compute-request-id': 'req-00671784-18d9-438e-b32c-411fdd73f260', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:58:45,573 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.084s 2021-10-27 01:58:45,574 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:58:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-15129163-aec1-4a39-a1b4-e6bb900fbc72', 'x-compute-request-id': 'req-15129163-aec1-4a39-a1b4-e6bb900fbc72', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:58:46,665 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.083s 2021-10-27 01:58:46,666 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:58:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2c7c0397-9b55-4ae2-87a0-6a5bee193a41', 'x-compute-request-id': 'req-2c7c0397-9b55-4ae2-87a0-6a5bee193a41', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:58:47,758 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.084s 2021-10-27 01:58:47,759 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:58:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9b51413b-3e26-4c15-8f37-b5fb2343affe', 'x-compute-request-id': 'req-9b51413b-3e26-4c15-8f37-b5fb2343affe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:58:48,852 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.085s 2021-10-27 01:58:48,852 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:58:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-69e069a9-a960-4190-91e2-6b92c48c7dc4', 'x-compute-request-id': 'req-69e069a9-a960-4190-91e2-6b92c48c7dc4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:58:49,944 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.083s 2021-10-27 01:58:49,945 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:58:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-899538e1-4102-48ae-884a-e6ae36ed8bb3', 'x-compute-request-id': 'req-899538e1-4102-48ae-884a-e6ae36ed8bb3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:58:51,038 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.086s 2021-10-27 01:58:51,038 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:58:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1df550b1-7043-4096-a112-7c0c24a3bc3b', 'x-compute-request-id': 'req-1df550b1-7043-4096-a112-7c0c24a3bc3b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:58:52,130 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.083s 2021-10-27 01:58:52,130 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:58:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9c07b780-3897-47a9-8e41-3cb436bee234', 'x-compute-request-id': 'req-9c07b780-3897-47a9-8e41-3cb436bee234', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:58:53,222 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.082s 2021-10-27 01:58:53,222 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:58:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7fa12011-1d48-4f92-94ed-901badc8a432', 'x-compute-request-id': 'req-7fa12011-1d48-4f92-94ed-901badc8a432', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:58:54,316 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.085s 2021-10-27 01:58:54,317 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:58:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8b05fda7-fe55-4005-9008-1048f40f1736', 'x-compute-request-id': 'req-8b05fda7-fe55-4005-9008-1048f40f1736', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:58:55,409 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.084s 2021-10-27 01:58:55,410 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:58:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fb572272-5d7d-4842-a62e-4d376312c1b6', 'x-compute-request-id': 'req-fb572272-5d7d-4842-a62e-4d376312c1b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:58:56,502 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.083s 2021-10-27 01:58:56,502 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:58:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-762e82fe-708b-4a70-afc0-9593f9ad2204', 'x-compute-request-id': 'req-762e82fe-708b-4a70-afc0-9593f9ad2204', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:58:57,597 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.086s 2021-10-27 01:58:57,597 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:58:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9aad35ea-0716-47f5-a7c0-041801a99704', 'x-compute-request-id': 'req-9aad35ea-0716-47f5-a7c0-041801a99704', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:58:58,689 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.083s 2021-10-27 01:58:58,689 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:58:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c2b4141b-b481-47c8-9b0a-9e5ece8be4dd', 'x-compute-request-id': 'req-c2b4141b-b481-47c8-9b0a-9e5ece8be4dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:58:59,779 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.082s 2021-10-27 01:58:59,780 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:58:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3d70bf4a-9792-42b6-a35c-69c60ea02374', 'x-compute-request-id': 'req-3d70bf4a-9792-42b6-a35c-69c60ea02374', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:59:00,871 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.083s 2021-10-27 01:59:00,872 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:59:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d6edf547-c387-44c7-9b66-73583a892289', 'x-compute-request-id': 'req-d6edf547-c387-44c7-9b66-73583a892289', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:59:01,963 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.083s 2021-10-27 01:59:01,964 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:59:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9081832f-6cc4-477e-822b-5920b1ce4fba', 'x-compute-request-id': 'req-9081832f-6cc4-477e-822b-5920b1ce4fba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:59:03,055 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.083s 2021-10-27 01:59:03,056 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:59:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-67f284e9-df05-4ec9-9af8-9908c745c5e6', 'x-compute-request-id': 'req-67f284e9-df05-4ec9-9af8-9908c745c5e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:59:04,152 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.088s 2021-10-27 01:59:04,152 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:59:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0c734637-6110-46c6-9029-bacbcf19ad35', 'x-compute-request-id': 'req-0c734637-6110-46c6-9029-bacbcf19ad35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:59:05,243 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.082s 2021-10-27 01:59:05,244 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:59:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bb49a3b4-56ca-48aa-8fc0-9940fb8eada7', 'x-compute-request-id': 'req-bb49a3b4-56ca-48aa-8fc0-9940fb8eada7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:59:06,335 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.083s 2021-10-27 01:59:06,336 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:59:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-939d82f6-19a7-4efa-b2e6-d4f44ae3969e', 'x-compute-request-id': 'req-939d82f6-19a7-4efa-b2e6-d4f44ae3969e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:59:07,427 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.083s 2021-10-27 01:59:07,427 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:59:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-63c93c5c-2c26-4a5a-811e-e3ec97e20b0c', 'x-compute-request-id': 'req-63c93c5c-2c26-4a5a-811e-e3ec97e20b0c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:59:08,519 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.084s 2021-10-27 01:59:08,520 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:59:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cb1723e7-44c3-4f4c-b4ce-242da85780b6', 'x-compute-request-id': 'req-cb1723e7-44c3-4f4c-b4ce-242da85780b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:59:09,621 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.092s 2021-10-27 01:59:09,622 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:59:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a9f38f1b-b312-4c8a-ac11-cc9915862e7c', 'x-compute-request-id': 'req-a9f38f1b-b312-4c8a-ac11-cc9915862e7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:59:10,714 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.084s 2021-10-27 01:59:10,714 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:59:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9ba0e37a-8873-465e-a51b-b00335984b48', 'x-compute-request-id': 'req-9ba0e37a-8873-465e-a51b-b00335984b48', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:59:11,805 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.082s 2021-10-27 01:59:11,806 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:59:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-96aaba48-cbdc-478e-bede-4f80651f9c15', 'x-compute-request-id': 'req-96aaba48-cbdc-478e-bede-4f80651f9c15', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:59:12,897 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.083s 2021-10-27 01:59:12,898 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:59:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0e6183b1-b124-40cd-bb24-991e6f95c6ce', 'x-compute-request-id': 'req-0e6183b1-b124-40cd-bb24-991e6f95c6ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:59:13,990 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.083s 2021-10-27 01:59:13,990 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:59:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-70aad9c2-d255-4894-8d92-044897a6dc1d', 'x-compute-request-id': 'req-70aad9c2-d255-4894-8d92-044897a6dc1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:59:15,085 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.086s 2021-10-27 01:59:15,086 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:59:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-45dc84ea-2dcd-4051-b7c0-4a8771ed0237', 'x-compute-request-id': 'req-45dc84ea-2dcd-4051-b7c0-4a8771ed0237', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:59:16,188 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.093s 2021-10-27 01:59:16,189 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:59:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-032e0e53-a9b3-46c2-bf1a-69bffb70420d', 'x-compute-request-id': 'req-032e0e53-a9b3-46c2-bf1a-69bffb70420d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:59:17,280 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.083s 2021-10-27 01:59:17,280 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:59:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ddb0a798-227c-4279-9cc0-1772199cf4d8', 'x-compute-request-id': 'req-ddb0a798-227c-4279-9cc0-1772199cf4d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:59:18,371 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.083s 2021-10-27 01:59:18,372 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:59:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-564bd7de-55c1-402c-bacd-2dc4058e30cf', 'x-compute-request-id': 'req-564bd7de-55c1-402c-bacd-2dc4058e30cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:59:19,470 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.089s 2021-10-27 01:59:19,470 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:59:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ed7226fd-7ba0-4ea8-90e0-f4f368d0d286', 'x-compute-request-id': 'req-ed7226fd-7ba0-4ea8-90e0-f4f368d0d286', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:59:20,562 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.083s 2021-10-27 01:59:20,562 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:59:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-716df906-9a99-4af5-b897-11a5ddc51132', 'x-compute-request-id': 'req-716df906-9a99-4af5-b897-11a5ddc51132', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:59:21,657 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.086s 2021-10-27 01:59:21,658 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:59:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-25b7fd79-3cf4-49e1-bc43-4ea8d28a7457', 'x-compute-request-id': 'req-25b7fd79-3cf4-49e1-bc43-4ea8d28a7457', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:59:22,749 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.082s 2021-10-27 01:59:22,749 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:59:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-63113f75-6ddb-4977-b6d0-1babdab3e8dd', 'x-compute-request-id': 'req-63113f75-6ddb-4977-b6d0-1babdab3e8dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:59:23,844 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.086s 2021-10-27 01:59:23,844 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:59:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f1157761-a841-4d5d-a6c1-bd96ca7ce9f5', 'x-compute-request-id': 'req-f1157761-a841-4d5d-a6c1-bd96ca7ce9f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:59:24,938 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.085s 2021-10-27 01:59:24,939 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:59:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-31cc0bc3-cadb-4f61-bac9-6ae27c72ef9e', 'x-compute-request-id': 'req-31cc0bc3-cadb-4f61-bac9-6ae27c72ef9e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:59:26,031 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.084s 2021-10-27 01:59:26,031 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:59:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-27c533fa-7ae0-46c2-9f1e-00c095909c14', 'x-compute-request-id': 'req-27c533fa-7ae0-46c2-9f1e-00c095909c14', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:59:27,123 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.083s 2021-10-27 01:59:27,123 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:59:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e1cd1fa4-f6d2-4e65-85da-39b8de8f3a71', 'x-compute-request-id': 'req-e1cd1fa4-f6d2-4e65-85da-39b8de8f3a71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:59:28,218 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.087s 2021-10-27 01:59:28,219 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:59:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a45e8f04-3637-40b8-a058-777ec7158327', 'x-compute-request-id': 'req-a45e8f04-3637-40b8-a058-777ec7158327', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:59:29,311 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.084s 2021-10-27 01:59:29,312 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:59:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b9915e4b-c096-4828-9d0c-1e6fbb11939e', 'x-compute-request-id': 'req-b9915e4b-c096-4828-9d0c-1e6fbb11939e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:59:30,403 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.083s 2021-10-27 01:59:30,404 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:59:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6cfca4c4-4f39-49a4-be21-ef9b364dc88c', 'x-compute-request-id': 'req-6cfca4c4-4f39-49a4-be21-ef9b364dc88c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:59:31,500 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.087s 2021-10-27 01:59:31,500 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:59:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-665b3b42-2613-42b4-bca9-918f60a9878d', 'x-compute-request-id': 'req-665b3b42-2613-42b4-bca9-918f60a9878d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:59:32,592 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.084s 2021-10-27 01:59:32,593 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:59:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-99e90928-b605-4c0f-a2c2-1e1b8ebc9f3f', 'x-compute-request-id': 'req-99e90928-b605-4c0f-a2c2-1e1b8ebc9f3f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:59:33,684 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.082s 2021-10-27 01:59:33,684 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:59:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-40a9d289-fcba-4170-ba32-2c3b09f59db5', 'x-compute-request-id': 'req-40a9d289-fcba-4170-ba32-2c3b09f59db5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:59:34,780 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.087s 2021-10-27 01:59:34,780 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:59:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6a8aaf19-5cf2-45aa-a115-7b2a9231c884', 'x-compute-request-id': 'req-6a8aaf19-5cf2-45aa-a115-7b2a9231c884', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:59:35,871 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.082s 2021-10-27 01:59:35,871 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:59:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e574bb4f-c8c6-4f9d-94ef-324f205b7a4a', 'x-compute-request-id': 'req-e574bb4f-c8c6-4f9d-94ef-324f205b7a4a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:59:36,965 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.085s 2021-10-27 01:59:36,965 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:59:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a1dbd99a-66fa-4cad-9643-66d2ae8f5f08', 'x-compute-request-id': 'req-a1dbd99a-66fa-4cad-9643-66d2ae8f5f08', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:59:38,056 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.083s 2021-10-27 01:59:38,057 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:59:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6326d08a-9ee9-4d83-9195-6a348c9d9adc', 'x-compute-request-id': 'req-6326d08a-9ee9-4d83-9195-6a348c9d9adc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:59:39,149 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.084s 2021-10-27 01:59:39,150 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:59:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c9a42fea-36ac-452d-a1b3-cf4002d2504a', 'x-compute-request-id': 'req-c9a42fea-36ac-452d-a1b3-cf4002d2504a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:59:40,241 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.083s 2021-10-27 01:59:40,242 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:59:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-11dede40-bca9-4bf7-8592-568b981070ff', 'x-compute-request-id': 'req-11dede40-bca9-4bf7-8592-568b981070ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:59:41,338 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.087s 2021-10-27 01:59:41,339 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:59:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a0893085-51f5-44ff-a861-9dc3ab7d7498', 'x-compute-request-id': 'req-a0893085-51f5-44ff-a861-9dc3ab7d7498', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:59:42,431 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.084s 2021-10-27 01:59:42,431 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:59:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-20cb9700-9365-475d-93e0-45c8823553b2', 'x-compute-request-id': 'req-20cb9700-9365-475d-93e0-45c8823553b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:59:43,523 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.083s 2021-10-27 01:59:43,523 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:59:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a3fc0980-e73d-466c-b228-a96914afb9fa', 'x-compute-request-id': 'req-a3fc0980-e73d-466c-b228-a96914afb9fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:59:44,615 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.083s 2021-10-27 01:59:44,615 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:59:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2ee36d9c-821a-43a2-87c1-9eec6176cc22', 'x-compute-request-id': 'req-2ee36d9c-821a-43a2-87c1-9eec6176cc22', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:59:45,707 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.083s 2021-10-27 01:59:45,707 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:59:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dbe5fe99-3565-45f9-a8fc-6388af42f2be', 'x-compute-request-id': 'req-dbe5fe99-3565-45f9-a8fc-6388af42f2be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:59:46,799 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.084s 2021-10-27 01:59:46,800 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:59:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1b1fae2b-6c19-47a2-9332-856a04d9eb04', 'x-compute-request-id': 'req-1b1fae2b-6c19-47a2-9332-856a04d9eb04', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:59:47,894 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.087s 2021-10-27 01:59:47,895 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:59:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d0ab162d-1080-4425-83ff-eba258ecb065', 'x-compute-request-id': 'req-d0ab162d-1080-4425-83ff-eba258ecb065', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:59:48,986 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.082s 2021-10-27 01:59:48,986 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:59:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-37eda3b4-112d-41ce-8a84-bfa884510c08', 'x-compute-request-id': 'req-37eda3b4-112d-41ce-8a84-bfa884510c08', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:59:50,077 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.082s 2021-10-27 01:59:50,077 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:59:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2be6b44b-2a56-44f3-a25c-4355d263bd4d', 'x-compute-request-id': 'req-2be6b44b-2a56-44f3-a25c-4355d263bd4d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:59:51,168 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.083s 2021-10-27 01:59:51,169 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:59:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ef647156-cc3f-4bff-8ea5-a780819288d4', 'x-compute-request-id': 'req-ef647156-cc3f-4bff-8ea5-a780819288d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:59:52,272 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.095s 2021-10-27 01:59:52,273 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:59:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1ffbe327-078b-43d2-a050-e25a50d39603', 'x-compute-request-id': 'req-1ffbe327-078b-43d2-a050-e25a50d39603', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:59:53,365 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.084s 2021-10-27 01:59:53,366 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:59:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0f606367-c149-4bd4-9820-df9772e60ad3', 'x-compute-request-id': 'req-0f606367-c149-4bd4-9820-df9772e60ad3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:59:54,465 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.091s 2021-10-27 01:59:54,465 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:59:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6a000fa1-6015-4718-b679-a0ac3a377afd', 'x-compute-request-id': 'req-6a000fa1-6015-4718-b679-a0ac3a377afd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:59:55,557 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.083s 2021-10-27 01:59:55,557 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:59:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aae3b3ea-4198-43cb-9ea4-65d164284847', 'x-compute-request-id': 'req-aae3b3ea-4198-43cb-9ea4-65d164284847', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:59:56,649 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.083s 2021-10-27 01:59:56,649 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:59:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2d929813-9274-40eb-bca2-ee784475474c', 'x-compute-request-id': 'req-2d929813-9274-40eb-bca2-ee784475474c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:59:57,741 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.083s 2021-10-27 01:59:57,741 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:59:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-34c25493-f9d9-45b5-8451-14d711941604', 'x-compute-request-id': 'req-34c25493-f9d9-45b5-8451-14d711941604', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:59:58,831 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.082s 2021-10-27 01:59:58,832 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:59:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-223166db-e818-4a24-a85f-858e4e33690c', 'x-compute-request-id': 'req-223166db-e818-4a24-a85f-858e4e33690c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 01:59:59,923 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.082s 2021-10-27 01:59:59,924 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:59:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3d82b6b8-541c-440f-a21e-3faa4947800a', 'x-compute-request-id': 'req-3d82b6b8-541c-440f-a21e-3faa4947800a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 02:00:01,020 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.087s 2021-10-27 02:00:01,021 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 02:00:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9ffc440c-4501-47c5-8b67-c4fa82ae9049', 'x-compute-request-id': 'req-9ffc440c-4501-47c5-8b67-c4fa82ae9049', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 02:00:02,113 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.083s 2021-10-27 02:00:02,113 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 02:00:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a7d64bcc-fb15-47cf-9856-cdd77a3829b2', 'x-compute-request-id': 'req-a7d64bcc-fb15-47cf-9856-cdd77a3829b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 02:00:03,204 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.082s 2021-10-27 02:00:03,204 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 02:00:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6251bab7-c921-4b71-8dcf-43ebe3c61e55', 'x-compute-request-id': 'req-6251bab7-c921-4b71-8dcf-43ebe3c61e55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 02:00:04,295 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.082s 2021-10-27 02:00:04,295 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 02:00:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-51115b0f-4432-4208-a4c8-cf76f9145db4', 'x-compute-request-id': 'req-51115b0f-4432-4208-a4c8-cf76f9145db4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 02:00:05,387 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.083s 2021-10-27 02:00:05,388 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 02:00:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-66a16c25-07f5-4348-9853-d164c42e7646', 'x-compute-request-id': 'req-66a16c25-07f5-4348-9853-d164c42e7646', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 02:00:06,479 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.082s 2021-10-27 02:00:06,479 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 02:00:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-876fd43b-9cfc-4caf-b42c-d616842f234f', 'x-compute-request-id': 'req-876fd43b-9cfc-4caf-b42c-d616842f234f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 02:00:07,575 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.088s 2021-10-27 02:00:07,576 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 02:00:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e4f42edf-1902-42e5-ba16-ea560dccb1b4', 'x-compute-request-id': 'req-e4f42edf-1902-42e5-ba16-ea560dccb1b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 02:00:08,669 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.085s 2021-10-27 02:00:08,670 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 02:00:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-55d2970a-a7e6-4b09-9348-51825f3a7570', 'x-compute-request-id': 'req-55d2970a-a7e6-4b09-9348-51825f3a7570', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 02:00:09,761 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.083s 2021-10-27 02:00:09,761 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 02:00:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c6c442d7-cd85-419e-9215-7e169522d8f9', 'x-compute-request-id': 'req-c6c442d7-cd85-419e-9215-7e169522d8f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 02:00:10,853 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.083s 2021-10-27 02:00:10,853 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 02:00:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b270b248-56b9-4203-845d-e9de252c115c', 'x-compute-request-id': 'req-b270b248-56b9-4203-845d-e9de252c115c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 02:00:11,956 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.095s 2021-10-27 02:00:11,957 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 02:00:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cf5ec360-6882-4245-91fd-a8b2e169dfee', 'x-compute-request-id': 'req-cf5ec360-6882-4245-91fd-a8b2e169dfee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 02:00:13,048 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.082s 2021-10-27 02:00:13,048 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 02:00:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c00bea64-4030-48c6-81a6-817105994bd4', 'x-compute-request-id': 'req-c00bea64-4030-48c6-81a6-817105994bd4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 02:00:14,143 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.085s 2021-10-27 02:00:14,143 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 02:00:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-105acb82-0a46-4fdf-a1f1-93ea5bdd785d', 'x-compute-request-id': 'req-105acb82-0a46-4fdf-a1f1-93ea5bdd785d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 02:00:15,235 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.083s 2021-10-27 02:00:15,235 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 02:00:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9c03ca5e-57fb-49bc-ad2d-0f02f62180a4', 'x-compute-request-id': 'req-9c03ca5e-57fb-49bc-ad2d-0f02f62180a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 02:00:16,327 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.084s 2021-10-27 02:00:16,327 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 02:00:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e82e03fb-6e59-4783-bb2d-8238915a39a4', 'x-compute-request-id': 'req-e82e03fb-6e59-4783-bb2d-8238915a39a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 02:00:17,419 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.083s 2021-10-27 02:00:17,420 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 02:00:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b7a7603e-c52c-4f5d-896d-adf006df6b9e', 'x-compute-request-id': 'req-b7a7603e-c52c-4f5d-896d-adf006df6b9e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 02:00:18,515 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.086s 2021-10-27 02:00:18,515 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 02:00:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e3ab87c6-9f22-4711-bff8-ff338e2d4f51', 'x-compute-request-id': 'req-e3ab87c6-9f22-4711-bff8-ff338e2d4f51', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 02:00:19,606 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.082s 2021-10-27 02:00:19,607 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 02:00:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f0c71e87-fa42-427f-a072-508f8e358ee1', 'x-compute-request-id': 'req-f0c71e87-fa42-427f-a072-508f8e358ee1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 02:00:20,697 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.082s 2021-10-27 02:00:20,698 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 02:00:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c2a07d00-2aea-47f2-b7a5-ff3180ae129a', 'x-compute-request-id': 'req-c2a07d00-2aea-47f2-b7a5-ff3180ae129a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 02:00:21,789 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.083s 2021-10-27 02:00:21,790 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 02:00:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-23da43b4-80f9-40f1-a37b-9fa3052ddc17', 'x-compute-request-id': 'req-23da43b4-80f9-40f1-a37b-9fa3052ddc17', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 02:00:22,882 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.084s 2021-10-27 02:00:22,883 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 02:00:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2d68262c-c545-45a8-ad55-459f8c732468', 'x-compute-request-id': 'req-2d68262c-c545-45a8-ad55-459f8c732468', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 02:00:23,975 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.084s 2021-10-27 02:00:23,976 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 02:00:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c860ff63-d40d-4096-9ad6-3e922429a71f', 'x-compute-request-id': 'req-c860ff63-d40d-4096-9ad6-3e922429a71f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 02:00:25,079 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.095s 2021-10-27 02:00:25,080 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 02:00:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f1f9face-6a8c-49e3-9e91-690583363133', 'x-compute-request-id': 'req-f1f9face-6a8c-49e3-9e91-690583363133', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 02:00:26,172 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.084s 2021-10-27 02:00:26,172 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 02:00:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-58437296-0de5-447a-bffc-c5c595f73a92', 'x-compute-request-id': 'req-58437296-0de5-447a-bffc-c5c595f73a92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 02:00:27,264 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.084s 2021-10-27 02:00:27,265 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 02:00:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9a1c9534-634e-4881-888a-4bfbb89ebbf6', 'x-compute-request-id': 'req-9a1c9534-634e-4881-888a-4bfbb89ebbf6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 02:00:28,357 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.084s 2021-10-27 02:00:28,357 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 02:00:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-21857559-d0bb-4ccb-bfa6-a4504ff19263', 'x-compute-request-id': 'req-21857559-d0bb-4ccb-bfa6-a4504ff19263', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 02:00:29,448 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.083s 2021-10-27 02:00:29,448 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 02:00:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-90ba5792-c819-40ff-b502-a90046bf48d9', 'x-compute-request-id': 'req-90ba5792-c819-40ff-b502-a90046bf48d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 02:00:30,546 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.088s 2021-10-27 02:00:30,546 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 02:00:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9591aa01-a919-4643-b532-6ae44beb78ed', 'x-compute-request-id': 'req-9591aa01-a919-4643-b532-6ae44beb78ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 02:00:31,641 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.086s 2021-10-27 02:00:31,641 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 02:00:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bc95d775-872f-45b0-98a1-5e6aa042775f', 'x-compute-request-id': 'req-bc95d775-872f-45b0-98a1-5e6aa042775f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 02:00:32,734 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.083s 2021-10-27 02:00:32,734 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 02:00:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fb72d6e8-5e19-4bee-ade5-1a55bdf3b84e', 'x-compute-request-id': 'req-fb72d6e8-5e19-4bee-ade5-1a55bdf3b84e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 02:00:33,824 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.083s 2021-10-27 02:00:33,825 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 02:00:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a2f31a8e-49bc-4800-afb0-cf183405ee89', 'x-compute-request-id': 'req-a2f31a8e-49bc-4800-afb0-cf183405ee89', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 02:00:34,915 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.081s 2021-10-27 02:00:34,915 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 02:00:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3d4209d4-4060-4bca-ae18-de29b530f421', 'x-compute-request-id': 'req-3d4209d4-4060-4bca-ae18-de29b530f421', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 02:00:36,005 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.082s 2021-10-27 02:00:36,006 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 02:00:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-493bce48-34cc-40b4-8256-1feae87b22e2', 'x-compute-request-id': 'req-493bce48-34cc-40b4-8256-1feae87b22e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 02:00:37,100 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.086s 2021-10-27 02:00:37,101 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 02:00:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-09a17a3e-5acc-403e-857b-5c8afa54a176', 'x-compute-request-id': 'req-09a17a3e-5acc-403e-857b-5c8afa54a176', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 02:00:38,198 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.088s 2021-10-27 02:00:38,198 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 02:00:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fd298b9a-ec7e-41f7-87da-b02e2fb33fa0', 'x-compute-request-id': 'req-fd298b9a-ec7e-41f7-87da-b02e2fb33fa0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 02:00:39,291 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.084s 2021-10-27 02:00:39,291 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 02:00:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fab2befb-1376-4887-9ac1-571837b6fcc3', 'x-compute-request-id': 'req-fab2befb-1376-4887-9ac1-571837b6fcc3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 02:00:40,383 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939 0.083s 2021-10-27 02:00:40,383 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 02:00:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fda01ffd-45fd-459d-8489-233399663c39', 'x-compute-request-id': 'req-fda01ffd-45fd-459d-8489-233399663c39', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939'} Body: b'{"server": {"id": "09c974ea-9b13-4805-919e-4e1889c26939", "name": "tempest-AttachVolumeTestJSON-server-210231453", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:10Z", "updated": "2021-10-27T01:54:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/09c974ea-9b13-4805-919e-4e1889c26939"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/09c974ea-9b13-4805-919e-4e1889c26939"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-568385135", "OS-SRV-USG:launched_at": "2021-10-27T01:33:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "261e0a78-bc59-4d16-af7b-1a216903b5bc"}]}}' 2021-10-27 02:00:40,393 122975 ERROR [tempest.api.compute.base] Failed to delete server 09c974ea-9b13-4805-919e-4e1889c26939 2021-10-27 02:00:40.393 122975 ERROR tempest.api.compute.base Traceback (most recent call last): 2021-10-27 02:00:40.393 122975 ERROR tempest.api.compute.base File "/opt/stack/tempest/tempest/api/compute/base.py", line 441, in delete_server 2021-10-27 02:00:40.393 122975 ERROR tempest.api.compute.base waiters.wait_for_server_termination(cls.servers_client, 2021-10-27 02:00:40.393 122975 ERROR tempest.api.compute.base File "/opt/stack/tempest/tempest/common/waiters.py", line 141, in wait_for_server_termination 2021-10-27 02:00:40.393 122975 ERROR tempest.api.compute.base raise lib_exc.TimeoutException 2021-10-27 02:00:40.393 122975 ERROR tempest.api.compute.base tempest.lib.exceptions.TimeoutException: Request timed out 2021-10-27 02:00:40.393 122975 ERROR tempest.api.compute.base Details: None 2021-10-27 02:00:40.393 122975 ERROR tempest.api.compute.base 2021-10-27 02:00:40,423 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.222.0.25/compute/v2.1/os-keypairs/tempest-keypair-568385135 0.028s 2021-10-27 02:00:40,423 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 02:00:40 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-14e02389-f962-46cf-abb9-30c9be2f8fcb', 'x-compute-request-id': 'req-14e02389-f962-46cf-abb9-30c9be2f8fcb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.25/compute/v2.1/os-keypairs/tempest-keypair-568385135'} Body: b'' 2021-10-27 02:00:40,554 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.222.0.25:9696/v2.0/security-groups/0a7a4e44-8131-42df-8c75-c9e3d329d200 0.130s 2021-10-27 02:00:40,555 122975 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-518557dc-9731-4b87-b515-ee8b41edc400', 'content-length': '0', 'date': 'Wed, 27 Oct 2021 02:00:40 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.25:9696/v2.0/security-groups/0a7a4e44-8131-42df-8c75-c9e3d329d200'} Body: b'' 2021-10-27 02:00:40,573 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.222.0.25:9696/v2.0/security-groups/0a7a4e44-8131-42df-8c75-c9e3d329d200 0.017s 2021-10-27 02:00:40,573 122975 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-f574f645-000e-4fe7-b2f1-2f4cd220e0de', 'date': 'Wed, 27 Oct 2021 02:00:40 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.25:9696/v2.0/security-groups/0a7a4e44-8131-42df-8c75-c9e3d329d200'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 0a7a4e44-8131-42df-8c75-c9e3d329d200 does not exist", "detail": ""}}' 2021-10-27 02:00:41,010 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.222.0.25:9696/v2.0/floatingips/24a7e7d2-2f9f-403c-be55-f616f7d0b34e 0.436s 2021-10-27 02:00:41,011 122975 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-b0b4eea3-77c0-45bf-9a7a-db9f4ab58b63', 'content-length': '0', 'date': 'Wed, 27 Oct 2021 02:00:41 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.25:9696/v2.0/floatingips/24a7e7d2-2f9f-403c-be55-f616f7d0b34e'} Body: b'' }}} traceback-1: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/waiters.py", line 380, in wait_for_volume_attachment_remove_from_server raise lib_exc.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: Volume 261e0a78-bc59-4d16-af7b-1a216903b5bc failed to detach from server 09c974ea-9b13-4805-919e-4e1889c26939 within the required time (360 s) from the compute API perspective }}} traceback-2: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/waiters.py", line 312, in wait_for_volume_resource_status raise lib_exc.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: volume 261e0a78-bc59-4d16-af7b-1a216903b5bc failed to reach available status (current detaching) within the required time (360 s). }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 115, in test_attach_detach_volume waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 312, in wait_for_volume_resource_status raise lib_exc.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: volume 261e0a78-bc59-4d16-af7b-1a216903b5bc failed to reach available status (current detaching) within the required time (360 s). |
||||||
test_list_get_volume_attachments[id-7fa563fe-f0f7-43eb-9e22-a1ece036b513] |
fail
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-10-27 02:00:41,287 122975 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2021-10-27 02:00:41,288 122975 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2021-10-27 02:00:41,521 122975 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.222.0.25/compute/v2.1/os-keypairs 0.232s 2021-10-27 02:00:41,521 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-885621844"}} Response - Headers: {'date': 'Wed, 27 Oct 2021 02:00:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '2300', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d08ff6d2-9f13-4777-8202-7d4111bfde7e', 'x-compute-request-id': 'req-d08ff6d2-9f13-4777-8202-7d4111bfde7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"private_key": "-----BEGIN RSA PRIVATE KEY-----\\nMIIEowIBAAKCAQEA1DA6RW5J4OApaMOjbiVEORvNBuzIZZfiuASpK4dVpgvG/RiW\\nTOoa8ckxhItLeZfD1Qhzhk9e8KY07gKXU0FSlGTDxaD5qxfV/GA76kXO/0QJAEiE\\nDFuWnQb+14xUGx4t2nLTNHzItCwIUB2FvEaYk18lRFP1oo5Y871k6n3FEUthq9m8\\nwFS0G/PD6ViSwq906r7lzNskGd/d0/Ay+1y2EQS1l1WMvxWcKyROw0Vy+cbyz3qv\\nZcjJJhytShPhlCOs2sNi3um1oisPNNH38qP/KEQLrshYXwh4gAgvHUQD80LmjwWu\\niVbbvXS3qTmqlmzE9OmOmd+6gS6aLty05lme1QIDAQABAoIBACtMMAfM6nxdoXWE\\nPkwShKpWlu6r0HSSmqvMH60HL53zV0Z8Budo+diOonEWb28/XbGRyOkGNyxJ7hEH\\nLFPLx4sKSLyCDZAxC/Q0uuUiG4wRGPka0v8mjUQ7kjLvqpXiAZ9KwPg74kSJm6Sl\\ncY2qpiWkS5l2vG/QNix+YCJNSbIuXW7EoEsxRUW0P02OWtb0dlSy3US4T+fSeFNF\\nwaSzInut8PeZJ/rnJBrg9Jt2Mx+2walC8nHi6ls76w16TI2Rb2IMaKWShD3XAYr6\\nUlgExcEVy7WTTDoYR2mds9kIF+dK3YCBMR5eEypn9iM7lNT4xabv8Mm41UpDaQpH\\n4YyJAv0CgYEA8jRendo98VR1WQePmm2X9e8Bnw4Mou83R4z2ojNgriqbdaZjCTfY\\n1+6EgsLo2AlF2hYPieUyYkxNTy7OdRUb2/ZWwuIe8EaiJF+KNZP4pqOaylJ2W7jq\\nDsd35Bbb/iDOd2GA8VCwJ0J3vbWoMiXb8qnUffuLcQsmZ6JuVhp9n+sCgYEA4EYv\\nu/Orb59SXoTyowtPBkiJnCGcqckeFZB2pdlVFLDvvIhxa88UM8hxojkpsVHA1fP3\\nKhSm78weFA269igLdD/zg0ENlW+I2kFsB3g+AUk7CJgpSuXummJ0vMJL5yDegoY7\\ntzMdejgK4gm9xCi11QlLoLva5pDz8DRkzVIAzD8CgYEAgsPBfaoRnVTDEnEhl/ep\\nfo8uqegU7HcIummh0sq4XPAGBMvzVku/mD1fb5W5zsGa4/bbJtEGlcmqR6D2uIHQ\\nC78A8rDQkVshOVAXt3uPWLCl5qwE2NqKC7anxQ6OcbLWpd+PlTnCEUAyk8sa5xBH\\noskMP4RqsXqanoM03Onqf0cCgYA2HDkAG/ZM5B+3dlQkSmIyneW1qdZmkIOVqFk4\\nAouohlgRIMpcvIWfSMlB3pDUm2jvNgF4QatVR+Yp6HYnVdoNnjBehp+EYnieUBKE\\natpq7QQ1OqEb1QYQcZjAwhAWH7QPwds+hDKkfkkB6F/EqB3W3HtGuIxD/M0eM0Xu\\n084leQKBgBeOzsv1o1HD0Kwv2m2Uyt6tsRpIYdweN1UYPaIIO1jKN8pJQNJSuEw0\\nnL4fjOsZR8Gh/NkI1u5p06WzBG8I5iksuNtP9COg5R9IPAad5iJOtnoJj8l/Klpe\\n2sURzlH/uE1KXLpP0gJVels5ZXE4Fpl4Ig1RFyspYFL2iH6086yZ\\n-----END RSA PRIVATE KEY-----\\n", "name": "tempest-keypair-885621844", "public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDUMDpFbkng4Clow6NuJUQ5G80G7Mhll+K4BKkrh1WmC8b9GJZM6hrxyTGEi0t5l8PVCHOGT17wpjTuApdTQVKUZMPFoPmrF9X8YDvqRc7/RAkASIQMW5adBv7XjFQbHi3actM0fMi0LAhQHYW8RpiTXyVEU/WijljzvWTqfcURS2Gr2bzAVLQb88PpWJLCr3TqvuXM2yQZ393T8DL7XLYRBLWXVYy/FZwrJE7DRXL5xvLPeq9lyMkmHK1KE+GUI6zaw2Le6bWiKw800ffyo/8oRAuuyFhfCHiACC8dRAPzQuaPBa6JVtu9dLepOaqWbMT06Y6Z37qBLpou3LTmWZ7V Generated-by-Nova", "fingerprint": "ec:07:9f:4e:10:43:d8:ca:76:cb:fa:b3:32:9d:69:8b", "user_id": "ec1f566372814a95890d41b260573dc9"}}' 2021-10-27 02:00:41,524 122975 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-885621844 created 2021-10-27 02:00:41,653 122975 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.25:9696/v2.0/security-groups 0.128s 2021-10-27 02:00:41,653 122975 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--1709379039", "description": "tempest-description--205915344"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1579', 'x-openstack-request-id': 'req-8552783a-fa7e-447e-ad7a-45c03643c315', 'date': 'Wed, 27 Oct 2021 02:00:41 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.25:9696/v2.0/security-groups'} Body: b'{"security_group": {"id": "5143a64d-8db6-420d-9623-b6e0bf5d552d", "name": "tempest-securitygroup--1709379039", "stateful": true, "tenant_id": "d9eced377e3f4f85826c191384777532", "description": "tempest-description--205915344", "security_group_rules": [{"id": "9798f970-b57b-4459-8bc6-308abeeafad2", "tenant_id": "d9eced377e3f4f85826c191384777532", "security_group_id": "5143a64d-8db6-420d-9623-b6e0bf5d552d", "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": 447, "description": null, "tags": [], "created_at": "2021-10-27T02:00:41Z", "updated_at": "2021-10-27T02:00:41Z", "revision_number": 0, "project_id": "d9eced377e3f4f85826c191384777532"}, {"id": "b8ab32e2-f280-43e2-9905-1f5fcd5c5b4e", "tenant_id": "d9eced377e3f4f85826c191384777532", "security_group_id": "5143a64d-8db6-420d-9623-b6e0bf5d552d", "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": 446, "description": null, "tags": [], "created_at": "2021-10-27T02:00:41Z", "updated_at": "2021-10-27T02:00:41Z", "revision_number": 0, "project_id": "d9eced377e3f4f85826c191384777532"}], "tags": [], "created_at": "2021-10-27T02:00:41Z", "updated_at": "2021-10-27T02:00:41Z", "revision_number": 1, "project_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 02:00:41,773 122975 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.25:9696/v2.0/security-group-rules 0.119s 2021-10-27 02:00:41,774 122975 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": "5143a64d-8db6-420d-9623-b6e0bf5d552d", "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-19239822-25dc-4e9a-b7a3-20aeb52b157a', 'date': 'Wed, 27 Oct 2021 02:00:41 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.25:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b5e70ed9-62d9-4605-9085-33191b79bb29", "tenant_id": "d9eced377e3f4f85826c191384777532", "security_group_id": "5143a64d-8db6-420d-9623-b6e0bf5d552d", "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-10-27T02:00:41Z", "updated_at": "2021-10-27T02:00:41Z", "revision_number": 0, "project_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 02:00:41,892 122975 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.25:9696/v2.0/security-group-rules 0.118s 2021-10-27 02:00:41,893 122975 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": "5143a64d-8db6-420d-9623-b6e0bf5d552d", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-e08541f8-2298-45ec-9a41-ccc5235f76c2', 'date': 'Wed, 27 Oct 2021 02:00:41 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.25:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "20f49b13-29d7-4cdb-8c7c-297847d44c0d", "tenant_id": "d9eced377e3f4f85826c191384777532", "security_group_id": "5143a64d-8db6-420d-9623-b6e0bf5d552d", "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-10-27T02:00:41Z", "updated_at": "2021-10-27T02:00:41Z", "revision_number": 0, "project_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 02:00:41,893 122975 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1709379039 created 2021-10-27 02:00:42,681 122975 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.25:9696/v2.0/floatingips 0.788s 2021-10-27 02:00:42,682 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "bc87e00c-b7d6-429b-87e9-3d3681beeec7"}} Response - Headers: {'content-type': 'application/json', 'content-length': '493', 'x-openstack-request-id': 'req-49437787-7bd5-4207-8f2c-da67a976c63f', 'date': 'Wed, 27 Oct 2021 02:00:42 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.25:9696/v2.0/floatingips'} Body: b'{"floatingip": {"id": "f3595b06-5db1-4cc0-b2f9-a4ec2b5be03e", "tenant_id": "d9eced377e3f4f85826c191384777532", "floating_ip_address": "172.27.1.97", "floating_network_id": "bc87e00c-b7d6-429b-87e9-3d3681beeec7", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "d9eced377e3f4f85826c191384777532", "description": "", "port_details": null, "tags": [], "created_at": "2021-10-27T02:00:42Z", "updated_at": "2021-10-27T02:00:42Z", "revision_number": 0}}' 2021-10-27 02:00:42,682 122975 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'f3595b06-5db1-4cc0-b2f9-a4ec2b5be03e', 'tenant_id': 'd9eced377e3f4f85826c191384777532', 'floating_ip_address': '172.27.1.97', 'floating_network_id': 'bc87e00c-b7d6-429b-87e9-3d3681beeec7', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'd9eced377e3f4f85826c191384777532', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2021-10-27T02:00:42Z', 'updated_at': '2021-10-27T02:00:42Z', 'revision_number': 0, 'ip': '172.27.1.97'} created 2021-10-27 02:00:42,726 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 201 POST http://10.222.0.25/identity/v3/auth/tokens 0.038s 2021-10-27 02:00:42,727 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 27 Oct 2021 02:00:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3397', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-d5692df7-2239-4397-abef-7a116adaabcf', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.25/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "ec1f566372814a95890d41b260573dc9", "name": "tempest-AttachVolumeTestJSON-1209453743-project", "password_expires_at": null}, "audit_ids": ["k9ghFuQ9Rp6ZEcWdpKhTPg"], "expires_at": "2021-10-27T03:00:42.000000Z", "issued_at": "2021-10-27T02:00:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d9eced377e3f4f85826c191384777532", "name": "tempest-AttachVolumeTestJSON-1209453743"}, "is_domain": false, "roles": [{"id": "0293d5b9b91a4a4899b291db05e78c7a", "name": "reader"}, {"id": "540999ece4154e6ba219007ddda3f8f9", "name": "member"}], "catalog": [{"endpoints": [{"id": "dede6f159b7a4724a0318938fda19b51", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.25/compute/v2/d9eced377e3f4f85826c191384777532", "region": "RegionOne"}], "id": "00f1a3a9bd3b4b558de3e3b6b00a591b", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "1dbdc704b555461a8e4d746bfe94b9a6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.25/identity", "region": "RegionOne"}, {"id": "b8d7190c7f49471fae95fccbd5aa0a09", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.25/identity", "region": "RegionOne"}], "id": "167c7595b1e343e9b1422c9ff1201b75", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "506ccf8602fb49ee98d44873cdf9c9fc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.25/placement", "region": "RegionOne"}], "id": "38e0de125fbe4e53b58aef8e34b593b0", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "e6026457878e427081839e4be7a803c6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.25:9696/", "region": "RegionOne"}], "id": "58ef4d654a7742459ca85682db5486c7", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8a20ed1c9b7846008ef02a78a26cc861", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.25:8080", "region": "RegionOne"}, {"id": "93e80c2cc5684420b074e34d156a7bfa", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.25:8080/v1/AUTH_d9eced377e3f4f85826c191384777532", "region": "RegionOne"}], "id": "6d87c10140ae488fa635a70a7f967e2d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "618f3a351cba460d9918ea4ce4e44ba1", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532", "region": "RegionOne"}], "id": "aa1c0fef2cc543e0a9cbb6cb579f7cea", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "c3852ec3ad1248de934ccfe141d45d99", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.25/volume/v3/d9eced377e3f4f85826c191384777532", "region": "RegionOne"}], "id": "c3cae66c1ff04401a0e58b33602f5a81", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "374a9057056840fd9e3ff614ddd8f31f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.25/image", "region": "RegionOne"}], "id": "c7951d790c76424b847983955cd13d56", "type": "image", "name": "glance"}, {"endpoints": [{"id": "3344509087e245018b74739b9196c1bb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.25/compute/v2.1", "region": "RegionOne"}], "id": "da7a106adf7849ad8627b08152421e8c", "type": "compute", "name": "nova"}]}}' 2021-10-27 02:00:42,727 122975 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_list_get_volume_attachments) Found network {'id': '1b4e0d6f-9620-4a73-b072-7bc11043aa42', 'name': 'tempest-AttachVolumeTestJSON-1298413675-network', 'tenant_id': 'd9eced377e3f4f85826c191384777532', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'd9eced377e3f4f85826c191384777532', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 821, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2021-10-27T01:32:37Z', 'updated_at': '2021-10-27T01:32:37Z', 'revision_number': 1} available for tenant 2021-10-27 02:00:42,728 122975 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'private_key': '-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA1DA6RW5J4OApaMOjbiVEORvNBuzIZZfiuASpK4dVpgvG/RiW\nTOoa8ckxhItLeZfD1Qhzhk9e8KY07gKXU0FSlGTDxaD5qxfV/GA76kXO/0QJAEiE\nDFuWnQb+14xUGx4t2nLTNHzItCwIUB2FvEaYk18lRFP1oo5Y871k6n3FEUthq9m8\nwFS0G/PD6ViSwq906r7lzNskGd/d0/Ay+1y2EQS1l1WMvxWcKyROw0Vy+cbyz3qv\nZcjJJhytShPhlCOs2sNi3um1oisPNNH38qP/KEQLrshYXwh4gAgvHUQD80LmjwWu\niVbbvXS3qTmqlmzE9OmOmd+6gS6aLty05lme1QIDAQABAoIBACtMMAfM6nxdoXWE\nPkwShKpWlu6r0HSSmqvMH60HL53zV0Z8Budo+diOonEWb28/XbGRyOkGNyxJ7hEH\nLFPLx4sKSLyCDZAxC/Q0uuUiG4wRGPka0v8mjUQ7kjLvqpXiAZ9KwPg74kSJm6Sl\ncY2qpiWkS5l2vG/QNix+YCJNSbIuXW7EoEsxRUW0P02OWtb0dlSy3US4T+fSeFNF\nwaSzInut8PeZJ/rnJBrg9Jt2Mx+2walC8nHi6ls76w16TI2Rb2IMaKWShD3XAYr6\nUlgExcEVy7WTTDoYR2mds9kIF+dK3YCBMR5eEypn9iM7lNT4xabv8Mm41UpDaQpH\n4YyJAv0CgYEA8jRendo98VR1WQePmm2X9e8Bnw4Mou83R4z2ojNgriqbdaZjCTfY\n1+6EgsLo2AlF2hYPieUyYkxNTy7OdRUb2/ZWwuIe8EaiJF+KNZP4pqOaylJ2W7jq\nDsd35Bbb/iDOd2GA8VCwJ0J3vbWoMiXb8qnUffuLcQsmZ6JuVhp9n+sCgYEA4EYv\nu/Orb59SXoTyowtPBkiJnCGcqckeFZB2pdlVFLDvvIhxa88UM8hxojkpsVHA1fP3\nKhSm78weFA269igLdD/zg0ENlW+I2kFsB3g+AUk7CJgpSuXummJ0vMJL5yDegoY7\ntzMdejgK4gm9xCi11QlLoLva5pDz8DRkzVIAzD8CgYEAgsPBfaoRnVTDEnEhl/ep\nfo8uqegU7HcIummh0sq4XPAGBMvzVku/mD1fb5W5zsGa4/bbJtEGlcmqR6D2uIHQ\nC78A8rDQkVshOVAXt3uPWLCl5qwE2NqKC7anxQ6OcbLWpd+PlTnCEUAyk8sa5xBH\noskMP4RqsXqanoM03Onqf0cCgYA2HDkAG/ZM5B+3dlQkSmIyneW1qdZmkIOVqFk4\nAouohlgRIMpcvIWfSMlB3pDUm2jvNgF4QatVR+Yp6HYnVdoNnjBehp+EYnieUBKE\natpq7QQ1OqEb1QYQcZjAwhAWH7QPwds+hDKkfkkB6F/EqB3W3HtGuIxD/M0eM0Xu\n084leQKBgBeOzsv1o1HD0Kwv2m2Uyt6tsRpIYdweN1UYPaIIO1jKN8pJQNJSuEw0\nnL4fjOsZR8Gh/NkI1u5p06WzBG8I5iksuNtP9COg5R9IPAad5iJOtnoJj8l/Klpe\n2sURzlH/uE1KXLpP0gJVels5ZXE4Fpl4Ig1RFyspYFL2iH6086yZ\n-----END RSA PRIVATE KEY-----\n', 'name': 'tempest-keypair-885621844', 'public_key': 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDUMDpFbkng4Clow6NuJUQ5G80G7Mhll+K4BKkrh1WmC8b9GJZM6hrxyTGEi0t5l8PVCHOGT17wpjTuApdTQVKUZMPFoPmrF9X8YDvqRc7/RAkASIQMW5adBv7XjFQbHi3actM0fMi0LAhQHYW8RpiTXyVEU/WijljzvWTqfcURS2Gr2bzAVLQb88PpWJLCr3TqvuXM2yQZ393T8DL7XLYRBLWXVYy/FZwrJE7DRXL5xvLPeq9lyMkmHK1KE+GUI6zaw2Le6bWiKw800ffyo/8oRAuuyFhfCHiACC8dRAPzQuaPBa6JVtu9dLepOaqWbMT06Y6Z37qBLpou3LTmWZ7V Generated-by-Nova', 'fingerprint': 'ec:07:9f:4e:10:43:d8:ca:76:cb:fa:b3:32:9d:69:8b', 'user_id': 'ec1f566372814a95890d41b260573dc9'}, 'security_group': {'id': '5143a64d-8db6-420d-9623-b6e0bf5d552d', 'name': 'tempest-securitygroup--1709379039', 'stateful': True, 'tenant_id': 'd9eced377e3f4f85826c191384777532', 'description': 'tempest-description--205915344', 'security_group_rules': [{'id': '9798f970-b57b-4459-8bc6-308abeeafad2', 'tenant_id': 'd9eced377e3f4f85826c191384777532', 'security_group_id': '5143a64d-8db6-420d-9623-b6e0bf5d552d', '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': 447, 'description': None, 'tags': [], 'created_at': '2021-10-27T02:00:41Z', 'updated_at': '2021-10-27T02:00:41Z', 'revision_number': 0, 'project_id': 'd9eced377e3f4f85826c191384777532'}, {'id': 'b8ab32e2-f280-43e2-9905-1f5fcd5c5b4e', 'tenant_id': 'd9eced377e3f4f85826c191384777532', 'security_group_id': '5143a64d-8db6-420d-9623-b6e0bf5d552d', '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': 446, 'description': None, 'tags': [], 'created_at': '2021-10-27T02:00:41Z', 'updated_at': '2021-10-27T02:00:41Z', 'revision_number': 0, 'project_id': 'd9eced377e3f4f85826c191384777532'}], 'tags': [], 'created_at': '2021-10-27T02:00:41Z', 'updated_at': '2021-10-27T02:00:41Z', 'revision_number': 1, 'project_id': 'd9eced377e3f4f85826c191384777532'}, 'floating_ip': {'id': 'f3595b06-5db1-4cc0-b2f9-a4ec2b5be03e', 'tenant_id': 'd9eced377e3f4f85826c191384777532', 'floating_ip_address': '172.27.1.97', 'floating_network_id': 'bc87e00c-b7d6-429b-87e9-3d3681beeec7', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'd9eced377e3f4f85826c191384777532', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2021-10-27T02:00:42Z', 'updated_at': '2021-10-27T02:00:42Z', 'revision_number': 0, 'ip': '172.27.1.97'}} 2021-10-27 02:00:43,325 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 202 POST http://10.222.0.25/compute/v2.1/servers 0.596s 2021-10-27 02:00:43,325 122975 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-1167150947", "imageRef": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "flavorRef": "452", "adminPass": "password", "networks": [{"uuid": "1b4e0d6f-9620-4a73-b072-7bc11043aa42"}], "security_groups": [{"name": "tempest-securitygroup--1709379039"}], "key_name": "tempest-keypair-885621844", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 27 Oct 2021 02:00:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '402', 'location': 'http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f4975232-0b1b-4bc6-a86b-9365add28216', 'x-compute-request-id': 'req-f4975232-0b1b-4bc6-a86b-9365add28216', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.25/compute/v2.1/servers'} Body: b'{"server": {"id": "d956c4d9-8618-470d-84bd-6584174128d2", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/d956c4d9-8618-470d-84bd-6584174128d2"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1709379039"}], "adminPass": "password"}}' 2021-10-27 02:00:43,397 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2 0.069s 2021-10-27 02:00:43,397 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 02:00:43 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-a91841c8-267b-4b16-ae51-315fe1c6d97d', 'x-compute-request-id': 'req-a91841c8-267b-4b16-ae51-315fe1c6d97d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2'} Body: b'{"server": {"id": "d956c4d9-8618-470d-84bd-6584174128d2", "name": "tempest-AttachVolumeTestJSON-server-1167150947", "status": "BUILD", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T02:00:43Z", "updated": "2021-10-27T02:00:43Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/d956c4d9-8618-470d-84bd-6584174128d2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-885621844", "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-10-27 02:00:44,504 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2 0.098s 2021-10-27 02:00:44,504 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 02:00:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1307', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-03ad7247-2d90-420c-94a4-c7ff42c1be71', 'x-compute-request-id': 'req-03ad7247-2d90-420c-94a4-c7ff42c1be71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2'} Body: b'{"server": {"id": "d956c4d9-8618-470d-84bd-6584174128d2", "name": "tempest-AttachVolumeTestJSON-server-1167150947", "status": "BUILD", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T02:00:43Z", "updated": "2021-10-27T02:00:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/d956c4d9-8618-470d-84bd-6584174128d2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-885621844", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "block_device_mapping", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-10-27 02:00:44,512 122975 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 1 second wait 2021-10-27 02:00:45,750 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2 0.237s 2021-10-27 02:00:45,751 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 02:00:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1363', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c80b80d3-6d92-40c4-abbd-6956f9dc30a7', 'x-compute-request-id': 'req-c80b80d3-6d92-40c4-abbd-6956f9dc30a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2'} Body: b'{"server": {"id": "d956c4d9-8618-470d-84bd-6584174128d2", "name": "tempest-AttachVolumeTestJSON-server-1167150947", "status": "BUILD", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T02:00:43Z", "updated": "2021-10-27T02:00:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/d956c4d9-8618-470d-84bd-6584174128d2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-885621844", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1709379039"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-10-27 02:00:45,759 122975 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 2 second wait 2021-10-27 02:00:46,977 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2 0.218s 2021-10-27 02:00:46,977 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 02:00:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1363', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f708797a-36a3-4ac0-9e61-973ac19c173b', 'x-compute-request-id': 'req-f708797a-36a3-4ac0-9e61-973ac19c173b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2'} Body: b'{"server": {"id": "d956c4d9-8618-470d-84bd-6584174128d2", "name": "tempest-AttachVolumeTestJSON-server-1167150947", "status": "BUILD", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T02:00:43Z", "updated": "2021-10-27T02:00:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/d956c4d9-8618-470d-84bd-6584174128d2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-885621844", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1709379039"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-10-27 02:00:48,133 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2 0.147s 2021-10-27 02:00:48,133 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 02:00:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1363', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0f53f2a1-93d1-4e6e-8483-b41d4de85b5b', 'x-compute-request-id': 'req-0f53f2a1-93d1-4e6e-8483-b41d4de85b5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2'} Body: b'{"server": {"id": "d956c4d9-8618-470d-84bd-6584174128d2", "name": "tempest-AttachVolumeTestJSON-server-1167150947", "status": "BUILD", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T02:00:43Z", "updated": "2021-10-27T02:00:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/d956c4d9-8618-470d-84bd-6584174128d2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-885621844", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1709379039"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-10-27 02:00:49,286 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2 0.144s 2021-10-27 02:00:49,286 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 02:00:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1363', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b667a2ca-9b2c-4a9c-ae28-185aa6f623c5', 'x-compute-request-id': 'req-b667a2ca-9b2c-4a9c-ae28-185aa6f623c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2'} Body: b'{"server": {"id": "d956c4d9-8618-470d-84bd-6584174128d2", "name": "tempest-AttachVolumeTestJSON-server-1167150947", "status": "BUILD", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T02:00:43Z", "updated": "2021-10-27T02:00:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/d956c4d9-8618-470d-84bd-6584174128d2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-885621844", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1709379039"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-10-27 02:00:50,443 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2 0.149s 2021-10-27 02:00:50,444 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 02:00:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1363', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-837f7ad3-4dad-496b-946e-d6928d1ad094', 'x-compute-request-id': 'req-837f7ad3-4dad-496b-946e-d6928d1ad094', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2'} Body: b'{"server": {"id": "d956c4d9-8618-470d-84bd-6584174128d2", "name": "tempest-AttachVolumeTestJSON-server-1167150947", "status": "BUILD", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T02:00:43Z", "updated": "2021-10-27T02:00:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/d956c4d9-8618-470d-84bd-6584174128d2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-885621844", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1709379039"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-10-27 02:00:51,595 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2 0.142s 2021-10-27 02:00:51,595 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 02:00:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1363', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-65a810cb-f2a9-4c09-8449-54af7c84e7b7', 'x-compute-request-id': 'req-65a810cb-f2a9-4c09-8449-54af7c84e7b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2'} Body: b'{"server": {"id": "d956c4d9-8618-470d-84bd-6584174128d2", "name": "tempest-AttachVolumeTestJSON-server-1167150947", "status": "BUILD", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T02:00:43Z", "updated": "2021-10-27T02:00:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/d956c4d9-8618-470d-84bd-6584174128d2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-885621844", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1709379039"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-10-27 02:00:52,749 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2 0.144s 2021-10-27 02:00:52,749 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 02:00:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1363', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8c046259-b435-4819-96d9-67b44de5249a', 'x-compute-request-id': 'req-8c046259-b435-4819-96d9-67b44de5249a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2'} Body: b'{"server": {"id": "d956c4d9-8618-470d-84bd-6584174128d2", "name": "tempest-AttachVolumeTestJSON-server-1167150947", "status": "BUILD", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T02:00:43Z", "updated": "2021-10-27T02:00:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/d956c4d9-8618-470d-84bd-6584174128d2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-885621844", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1709379039"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-10-27 02:00:53,903 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2 0.146s 2021-10-27 02:00:53,904 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 02:00:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1363', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2affe112-a11b-4a56-8761-af481e1130e4', 'x-compute-request-id': 'req-2affe112-a11b-4a56-8761-af481e1130e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2'} Body: b'{"server": {"id": "d956c4d9-8618-470d-84bd-6584174128d2", "name": "tempest-AttachVolumeTestJSON-server-1167150947", "status": "BUILD", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T02:00:43Z", "updated": "2021-10-27T02:00:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/d956c4d9-8618-470d-84bd-6584174128d2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-885621844", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1709379039"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-10-27 02:00:55,060 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2 0.145s 2021-10-27 02:00:55,060 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 02:00:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1549', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f3db5f4f-66cb-418d-8b40-0cd6b7030e55', 'x-compute-request-id': 'req-f3db5f4f-66cb-418d-8b40-0cd6b7030e55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2'} Body: b'{"server": {"id": "d956c4d9-8618-470d-84bd-6584174128d2", "name": "tempest-AttachVolumeTestJSON-server-1167150947", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T02:00:43Z", "updated": "2021-10-27T02:00:54Z", "addresses": {"tempest-AttachVolumeTestJSON-1298413675-network": [{"version": 4, "addr": "172.20.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:18:3d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/d956c4d9-8618-470d-84bd-6584174128d2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-885621844", "OS-SRV-USG:launched_at": "2021-10-27T02:00:53.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1709379039"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2021-10-27 02:00:55,068 122975 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 12 second wait 2021-10-27 02:00:55,165 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2/os-interface 0.097s 2021-10-27 02:00:55,166 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 02:00:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '284', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-29c87232-07a4-4b1f-8b12-69f5db460c4e', 'x-compute-request-id': 'req-29c87232-07a4-4b1f-8b12-69f5db460c4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "1b4e0d6f-9620-4a73-b072-7bc11043aa42", "port_id": "79c2159d-e3f8-4120-84b4-ea14d7940da4", "mac_addr": "fa:16:3e:3e:18:3d", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "53846f8b-92df-4a55-935e-8a7c6740f18b", "ip_address": "172.20.0.7"}]}]}' 2021-10-27 02:00:56,060 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 PUT http://10.222.0.25:9696/v2.0/floatingips/f3595b06-5db1-4cc0-b2f9-a4ec2b5be03e 0.891s 2021-10-27 02:00:56,060 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"port_id": "79c2159d-e3f8-4120-84b4-ea14d7940da4"}} Response - Headers: {'content-type': 'application/json', 'content-length': '796', 'x-openstack-request-id': 'req-2cd43b36-9c9d-479e-ae91-892698ef8a32', 'date': 'Wed, 27 Oct 2021 02:00:56 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25:9696/v2.0/floatingips/f3595b06-5db1-4cc0-b2f9-a4ec2b5be03e'} Body: b'{"floatingip": {"id": "f3595b06-5db1-4cc0-b2f9-a4ec2b5be03e", "tenant_id": "d9eced377e3f4f85826c191384777532", "floating_ip_address": "172.27.1.97", "floating_network_id": "bc87e00c-b7d6-429b-87e9-3d3681beeec7", "router_id": "8ad7e640-6527-4b95-9b94-28c9d70f2bca", "port_id": "79c2159d-e3f8-4120-84b4-ea14d7940da4", "fixed_ip_address": "172.20.0.7", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "1b4e0d6f-9620-4a73-b072-7bc11043aa42", "mac_address": "fa:16:3e:3e:18:3d", "admin_state_up": true, "status": "ACTIVE", "device_id": "d956c4d9-8618-470d-84bd-6584174128d2", "device_owner": "compute:nova"}, "tags": [], "created_at": "2021-10-27T02:00:42Z", "updated_at": "2021-10-27T02:00:55Z", "revision_number": 1, "project_id": "d9eced377e3f4f85826c191384777532"}}' 2021-10-27 02:00:57,171 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2/action 1.110s 2021-10-27 02:00:57,172 122975 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, 27 Oct 2021 02:00: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-e81a2a8b-b796-4a64-a291-b1f45b674ef1', 'x-compute-request-id': 'req-e81a2a8b-b796-4a64-a291-b1f45b674ef1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2/action'} Body: b'{"output": ""}' 2021-10-27 02:00:58,254 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2/action 0.079s 2021-10-27 02:00:58,254 122975 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, 27 Oct 2021 02:00: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-5c75f7d9-1baf-491d-93f5-21b36964659d', 'x-compute-request-id': 'req-5c75f7d9-1baf-491d-93f5-21b36964659d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2/action'} Body: b'{"output": ""}' 2021-10-27 02:00:59,345 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2/action 0.088s 2021-10-27 02:00:59,346 122975 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, 27 Oct 2021 02:00: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-100c5ac3-1d20-4cdf-a694-7c0564184a5a', 'x-compute-request-id': 'req-100c5ac3-1d20-4cdf-a694-7c0564184a5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2/action'} Body: b'{"output": ""}' 2021-10-27 02:01:00,426 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2/action 0.077s 2021-10-27 02:01:00,426 122975 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, 27 Oct 2021 02:01: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-47efc128-4c76-4983-a80a-f7b6747069eb', 'x-compute-request-id': 'req-47efc128-4c76-4983-a80a-f7b6747069eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2/action'} Body: b'{"output": ""}' 2021-10-27 02:01:01,513 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2/action 0.084s 2021-10-27 02:01:01,514 122975 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, 27 Oct 2021 02:01: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-9d61eade-33d1-4409-8c8a-c4ef7838df84', 'x-compute-request-id': 'req-9d61eade-33d1-4409-8c8a-c4ef7838df84', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2/action'} Body: b'{"output": ""}' 2021-10-27 02:01:02,594 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2/action 0.079s 2021-10-27 02:01:02,594 122975 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, 27 Oct 2021 02:01: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-754f5839-9380-4cdf-a28c-d9bba27e8bf3', 'x-compute-request-id': 'req-754f5839-9380-4cdf-a28c-d9bba27e8bf3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2/action'} Body: b'{"output": ""}' 2021-10-27 02:01:03,687 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2/action 0.090s 2021-10-27 02:01:03,687 122975 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, 27 Oct 2021 02:01: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-3b054912-5394-4e70-9e8b-e88e5071c91d', 'x-compute-request-id': 'req-3b054912-5394-4e70-9e8b-e88e5071c91d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2/action'} Body: b'{"output": ""}' 2021-10-27 02:01:04,769 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2/action 0.080s 2021-10-27 02:01:04,770 122975 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, 27 Oct 2021 02:01:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5fe0fe89-8a60-4d8e-9fea-a80959f68eaf', 'x-compute-request-id': 'req-5fe0fe89-8a60-4d8e-9fea-a80959f68eaf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2/action'} Body: b'{"output": ""}' 2021-10-27 02:01:05,864 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2/action 0.091s 2021-10-27 02:01:05,864 122975 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, 27 Oct 2021 02:01:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5e1b5a94-37d1-47ce-bb6a-430dab055c70', 'x-compute-request-id': 'req-5e1b5a94-37d1-47ce-bb6a-430dab055c70', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2/action'} Body: b'{"output": ""}' 2021-10-27 02:01:06,950 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2/action 0.083s 2021-10-27 02:01:06,950 122975 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, 27 Oct 2021 02:01:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c6413984-ad4c-4b37-b8ff-92abf91780c4', 'x-compute-request-id': 'req-c6413984-ad4c-4b37-b8ff-92abf91780c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2/action'} Body: b'{"output": ""}' 2021-10-27 02:01:08,040 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2/action 0.088s 2021-10-27 02:01:08,041 122975 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, 27 Oct 2021 02:01:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-61e7e1a9-c3de-444b-9bba-9fa71045e5d7', 'x-compute-request-id': 'req-61e7e1a9-c3de-444b-9bba-9fa71045e5d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2/action'} Body: b'{"output": ""}' 2021-10-27 02:01:09,153 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2/action 0.109s 2021-10-27 02:01:09,153 122975 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, 27 Oct 2021 02:01:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '11454', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-653f5c45-0d60-4e2a-b784-b3f7faa3ccf7', 'x-compute-request-id': 'req-653f5c45-0d60-4e2a-b784-b3f7faa3ccf7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2/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-10-27 02:01:10,250 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2/action 0.094s 2021-10-27 02:01:10,251 122975 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, 27 Oct 2021 02:01:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '17808', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1ae2d14b-6d4b-471b-9303-766b0a573409', 'x-compute-request-id': 'req-1ae2d14b-6d4b-471b-9303-766b0a573409', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2/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-10-27 02:01:11,360 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2/action 0.107s 2021-10-27 02:01:11,360 122975 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, 27 Oct 2021 02:01:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '18208', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b3041701-7127-48f5-adaf-e2d785ae35dd', 'x-compute-request-id': 'req-b3041701-7127-48f5-adaf-e2d785ae35dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2/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-10-27 02:01:12,476 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2/action 0.113s 2021-10-27 02:01:12,477 122975 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, 27 Oct 2021 02:01:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '20018', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d3346835-0af7-4cbd-a612-1c0ee6db4cf5', 'x-compute-request-id': 'req-d3346835-0af7-4cbd-a612-1c0ee6db4cf5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2/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-10-27 02:01:13,574 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2/action 0.094s 2021-10-27 02:01:13,574 122975 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, 27 Oct 2021 02:01:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '22540', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-900d84fe-503f-43d4-8119-70aad350ef41', 'x-compute-request-id': 'req-900d84fe-503f-43d4-8119-70aad350ef41', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2/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-10-27 02:01:14,673 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2/action 0.096s 2021-10-27 02:01:14,674 122975 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, 27 Oct 2021 02:01:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '23798', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cd7a9768-1dae-420f-9024-e52ab7b81f3e', 'x-compute-request-id': 'req-cd7a9768-1dae-420f-9024-e52ab7b81f3e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2/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-10-27 02:01:15,781 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2/action 0.104s 2021-10-27 02:01:15,782 122975 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, 27 Oct 2021 02:01:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '24914', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c9fa652a-bf30-4b49-919b-27b9c49b2f1b', 'x-compute-request-id': 'req-c9fa652a-bf30-4b49-919b-27b9c49b2f1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2/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-10-27 02:01:16,886 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2/action 0.101s 2021-10-27 02:01:16,887 122975 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, 27 Oct 2021 02:01:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '26261', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2bf1d43b-75cf-4f92-a6da-0b8502f7d644', 'x-compute-request-id': 'req-2bf1d43b-75cf-4f92-a6da-0b8502f7d644', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2/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-10-27 02:01:17,995 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2/action 0.105s 2021-10-27 02:01:17,996 122975 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, 27 Oct 2021 02:01:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '27243', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-12de4376-5d79-46f4-99d6-f2df11cf885a', 'x-compute-request-id': 'req-12de4376-5d79-46f4-99d6-f2df11cf885a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2/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-10-27 02:01:19,104 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2/action 0.105s 2021-10-27 02:01:19,104 122975 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, 27 Oct 2021 02:01:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '27828', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0e3b6677-1f48-4c7f-a2a3-000cc2191b1f', 'x-compute-request-id': 'req-0e3b6677-1f48-4c7f-a2a3-000cc2191b1f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2/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-10-27 02:01:20,210 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2/action 0.102s 2021-10-27 02:01:20,210 122975 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, 27 Oct 2021 02:01:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a56ba8ef-6f1d-4a29-947a-2934ab3293ab', 'x-compute-request-id': 'req-a56ba8ef-6f1d-4a29-947a-2934ab3293ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2/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-10-27 02:01:21,309 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2/action 0.095s 2021-10-27 02:01:21,309 122975 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, 27 Oct 2021 02:01:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5069cc1e-64b4-49ef-8631-be50fc725284', 'x-compute-request-id': 'req-5069cc1e-64b4-49ef-8631-be50fc725284', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2/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-10-27 02:01:22,400 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2/action 0.088s 2021-10-27 02:01:22,401 122975 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, 27 Oct 2021 02:01:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-66f3f225-3caf-45dc-ab6e-8f82c2ddcfea', 'x-compute-request-id': 'req-66f3f225-3caf-45dc-ab6e-8f82c2ddcfea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2/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-10-27 02:01:23,505 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2/action 0.101s 2021-10-27 02:01:23,505 122975 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, 27 Oct 2021 02:01:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28488', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-23944324-e225-40e3-acc2-be20c8ec8ec9', 'x-compute-request-id': 'req-23944324-e225-40e3-acc2-be20c8ec8ec9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2/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-10-27 02:01:24,609 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2/action 0.101s 2021-10-27 02:01:24,610 122975 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, 27 Oct 2021 02:01:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28656', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3df3ffb6-c2f1-44d3-acf1-69d7a97a33c1', 'x-compute-request-id': 'req-3df3ffb6-c2f1-44d3-acf1-69d7a97a33c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2/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-10-27 02:01:25,699 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2/action 0.086s 2021-10-27 02:01:25,700 122975 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, 27 Oct 2021 02:01:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28656', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e94475cb-36d5-4d0d-a468-23d806ae6d0e', 'x-compute-request-id': 'req-e94475cb-36d5-4d0d-a468-23d806ae6d0e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2/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-10-27 02:01:26,803 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2/action 0.100s 2021-10-27 02:01:26,804 122975 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, 27 Oct 2021 02:01:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28656', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f3dce525-5950-4dca-8c5d-e7242634436b', 'x-compute-request-id': 'req-f3dce525-5950-4dca-8c5d-e7242634436b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2/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-10-27 02:01:27,892 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2/action 0.086s 2021-10-27 02:01:27,893 122975 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, 27 Oct 2021 02:01:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28656', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dd850063-956b-45d9-b00b-482dcef129ee', 'x-compute-request-id': 'req-dd850063-956b-45d9-b00b-482dcef129ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2/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-10-27 02:01:28,999 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2/action 0.103s 2021-10-27 02:01:28,999 122975 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, 27 Oct 2021 02:01:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '29033', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-14da4f67-1a40-4b06-9b0b-e577fec429a8', 'x-compute-request-id': 'req-14da4f67-1a40-4b06-9b0b-e577fec429a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2/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-10-27 02:01:30,106 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2/action 0.104s 2021-10-27 02:01:30,107 122975 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, 27 Oct 2021 02:01:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '31062', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6e13cf09-facf-4b67-ab8d-9111cea50a56', 'x-compute-request-id': 'req-6e13cf09-facf-4b67-ab8d-9111cea50a56', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2/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-10-27 02:01:31,216 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2/action 0.107s 2021-10-27 02:01:31,217 122975 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, 27 Oct 2021 02:01:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '32066', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0d30630e-8887-4e8b-ac08-a1c7089b5653', 'x-compute-request-id': 'req-0d30630e-8887-4e8b-ac08-a1c7089b5653', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2/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-10-27 02:01:32,320 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2/action 0.101s 2021-10-27 02:01:32,321 122975 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, 27 Oct 2021 02:01:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '32956', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bc23745c-8e25-4fe5-bd17-ec03f8e30453', 'x-compute-request-id': 'req-bc23745c-8e25-4fe5-bd17-ec03f8e30453', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2/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-10-27 02:01:33,418 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2/action 0.095s 2021-10-27 02:01:33,419 122975 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, 27 Oct 2021 02:01:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '33920', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-186b5b3f-7596-4445-b2b2-d175118ba1ce', 'x-compute-request-id': 'req-186b5b3f-7596-4445-b2b2-d175118ba1ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2/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-10-27 02:01:34,524 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2/action 0.102s 2021-10-27 02:01:34,525 122975 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, 27 Oct 2021 02:01:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '35233', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0a5d7c93-c05c-469a-8cb6-5ef363553807', 'x-compute-request-id': 'req-0a5d7c93-c05c-469a-8cb6-5ef363553807', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2/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-10-27 02:01:35,622 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2/action 0.095s 2021-10-27 02:01:35,623 122975 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, 27 Oct 2021 02:01:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '36517', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bbac0e46-b3ec-4786-be45-d7a4faf4f068', 'x-compute-request-id': 'req-bbac0e46-b3ec-4786-be45-d7a4faf4f068', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2/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-10-27 02:01:36,728 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2/action 0.103s 2021-10-27 02:01:36,729 122975 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, 27 Oct 2021 02:01:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '37711', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1cd8b442-715f-4905-b6f2-f82ead3f239a', 'x-compute-request-id': 'req-1cd8b442-715f-4905-b6f2-f82ead3f239a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2/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-10-27 02:01:37,827 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2/action 0.095s 2021-10-27 02:01:37,828 122975 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, 27 Oct 2021 02:01:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '38188', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-81acf1f9-5f04-4cc0-8a3f-43cdf0d24ce1', 'x-compute-request-id': 'req-81acf1f9-5f04-4cc0-8a3f-43cdf0d24ce1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2/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-10-27 02:01:38,919 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2/action 0.088s 2021-10-27 02:01:38,919 122975 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, 27 Oct 2021 02:01:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '38188', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-af0ea268-9857-4d59-b60d-c446315d040b', 'x-compute-request-id': 'req-af0ea268-9857-4d59-b60d-c446315d040b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2/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-10-27 02:01:40,017 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2/action 0.096s 2021-10-27 02:01:40,018 122975 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, 27 Oct 2021 02:01:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '38188', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-233559d8-2ca7-4b5a-ba84-185c3c92e12d', 'x-compute-request-id': 'req-233559d8-2ca7-4b5a-ba84-185c3c92e12d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2/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-10-27 02:01:41,117 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2/action 0.095s 2021-10-27 02:01:41,117 122975 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, 27 Oct 2021 02:01:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '38319', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8e36442b-ac48-4703-8556-e54ecf6fdf16', 'x-compute-request-id': 'req-8e36442b-ac48-4703-8556-e54ecf6fdf16', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2/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-10-27 02:01:41,161 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2/ips 0.042s 2021-10-27 02:01:41,162 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 02:01:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '145', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-08891722-26cc-44b8-b976-d15c5bfc4020', 'x-compute-request-id': 'req-08891722-26cc-44b8-b976-d15c5bfc4020', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2/ips'} Body: b'{"addresses": {"tempest-AttachVolumeTestJSON-1298413675-network": [{"version": 4, "addr": "172.20.0.7"}, {"version": 4, "addr": "172.27.1.97"}]}}' 2021-10-27 02:02:41,339 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2 0.114s 2021-10-27 02:02:41,340 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 02:02:41 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-d061d0de-2037-4590-9df2-7174b262ed45', 'x-compute-request-id': 'req-d061d0de-2037-4590-9df2-7174b262ed45', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2'} Body: b'' 2021-10-27 02:02:41,488 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2 0.148s 2021-10-27 02:02:41,488 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 02:02:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1673', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cd00a8e9-362f-414d-9248-9c8afb7fc7b5', 'x-compute-request-id': 'req-cd00a8e9-362f-414d-9248-9c8afb7fc7b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2'} Body: b'{"server": {"id": "d956c4d9-8618-470d-84bd-6584174128d2", "name": "tempest-AttachVolumeTestJSON-server-1167150947", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T02:00:43Z", "updated": "2021-10-27T02:02:41Z", "addresses": {"tempest-AttachVolumeTestJSON-1298413675-network": [{"version": 4, "addr": "172.20.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:18:3d"}, {"version": 4, "addr": "172.27.1.97", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:18:3d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/d956c4d9-8618-470d-84bd-6584174128d2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-885621844", "OS-SRV-USG:launched_at": "2021-10-27T02:00:53.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1709379039"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2021-10-27 02:02:42,645 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2 0.148s 2021-10-27 02:02:42,646 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 02:02:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1673', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1bf5a5d1-0f1d-4880-986e-ae1295019576', 'x-compute-request-id': 'req-1bf5a5d1-0f1d-4880-986e-ae1295019576', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2'} Body: b'{"server": {"id": "d956c4d9-8618-470d-84bd-6584174128d2", "name": "tempest-AttachVolumeTestJSON-server-1167150947", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T02:00:43Z", "updated": "2021-10-27T02:02:41Z", "addresses": {"tempest-AttachVolumeTestJSON-1298413675-network": [{"version": 4, "addr": "172.20.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:18:3d"}, {"version": 4, "addr": "172.27.1.97", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:18:3d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/d956c4d9-8618-470d-84bd-6584174128d2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-885621844", "OS-SRV-USG:launched_at": "2021-10-27T02:00:53.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1709379039"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2021-10-27 02:02:43,744 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2 0.089s 2021-10-27 02:02:43,744 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 02:02:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1605', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a0bba774-5a58-4118-9837-b1335d6eb283', 'x-compute-request-id': 'req-a0bba774-5a58-4118-9837-b1335d6eb283', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2'} Body: b'{"server": {"id": "d956c4d9-8618-470d-84bd-6584174128d2", "name": "tempest-AttachVolumeTestJSON-server-1167150947", "status": "ACTIVE", "tenant_id": "d9eced377e3f4f85826c191384777532", "user_id": "ec1f566372814a95890d41b260573dc9", "metadata": {}, "hostId": "e744adbae82cb1604e24e93f0395adf8622e39f4a399fa6d08489032", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T02:00:43Z", "updated": "2021-10-27T02:02:41Z", "addresses": {"tempest-AttachVolumeTestJSON-1298413675-network": [{"version": 4, "addr": "172.20.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:18:3d"}, {"version": 4, "addr": "172.27.1.97", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:18:3d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/d956c4d9-8618-470d-84bd-6584174128d2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-885621844", "OS-SRV-USG:launched_at": "2021-10-27T02:00:53.000000", "OS-SRV-USG:terminated_at": 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-10-27 02:02:44,785 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2 0.032s 2021-10-27 02:02:44,785 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 02:02:44 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-dbecdf74-07c1-4dd4-af3c-26c84f53ac1a', 'x-compute-request-id': 'req-dbecdf74-07c1-4dd4-af3c-26c84f53ac1a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/d956c4d9-8618-470d-84bd-6584174128d2'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance d956c4d9-8618-470d-84bd-6584174128d2 could not be found."}}' 2021-10-27 02:02:44,814 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.222.0.25/compute/v2.1/os-keypairs/tempest-keypair-885621844 0.027s 2021-10-27 02:02:44,814 122975 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 02:02:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cac82847-8648-41c7-98a7-b0f5cdc4afb7', 'x-compute-request-id': 'req-cac82847-8648-41c7-98a7-b0f5cdc4afb7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.25/compute/v2.1/os-keypairs/tempest-keypair-885621844'} Body: b'' 2021-10-27 02:02:44,951 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.222.0.25:9696/v2.0/security-groups/5143a64d-8db6-420d-9623-b6e0bf5d552d 0.136s 2021-10-27 02:02:44,952 122975 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-8c05bec8-57f1-4e3b-a2d9-c57fb3610e26', 'content-length': '0', 'date': 'Wed, 27 Oct 2021 02:02:44 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.25:9696/v2.0/security-groups/5143a64d-8db6-420d-9623-b6e0bf5d552d'} Body: b'' 2021-10-27 02:02:44,977 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.222.0.25:9696/v2.0/security-groups/5143a64d-8db6-420d-9623-b6e0bf5d552d 0.024s 2021-10-27 02:02:44,977 122975 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-b1639619-9f69-4abf-b62b-18dd26029d44', 'date': 'Wed, 27 Oct 2021 02:02:44 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.25:9696/v2.0/security-groups/5143a64d-8db6-420d-9623-b6e0bf5d552d'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 5143a64d-8db6-420d-9623-b6e0bf5d552d does not exist", "detail": ""}}' 2021-10-27 02:02:45,424 122975 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.222.0.25:9696/v2.0/floatingips/f3595b06-5db1-4cc0-b2f9-a4ec2b5be03e 0.446s 2021-10-27 02:02:45,425 122975 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-801c5fe3-197b-4275-8de2-b5c1e42a20a5', 'content-length': '0', 'date': 'Wed, 27 Oct 2021 02:02:45 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.25:9696/v2.0/floatingips/f3595b06-5db1-4cc0-b2f9-a4ec2b5be03e'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 445, in _make_request six.raise_from(e, None) File "<string>", line 3, in raise_from File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 440, in _make_request httplib_response = conn.getresponse() File "/usr/lib/python3.8/http/client.py", line 1344, in getresponse response.begin() File "/usr/lib/python3.8/http/client.py", line 307, in begin version, status, reason = self._read_status() File "/usr/lib/python3.8/http/client.py", line 268, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") File "/usr/lib/python3.8/socket.py", line 669, in readinto return self._sock.recv_into(b) socket.timeout: timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.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 volume = cls.volumes_client.create_volume(**kwargs)['volume'] File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 100, in create_volume resp, body = self.post('volumes', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request resp, resp_body = super(BaseClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 687, in request resp, resp_body = self._request(method, url, headers=headers, File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 566, in _request resp, resp_body = self.raw_request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 606, in raw_request resp, resp_body = self.http_obj.request( File "/opt/stack/tempest/tempest/lib/common/http.py", line 110, in request r = super(ClosingHttp, self).request(method, url, retries=retry, File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/request.py", line 78, in request return self.request_encode_body( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/request.py", line 170, in request_encode_body return self.urlopen(method, url, **extra_kw) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/poolmanager.py", line 375, in urlopen response = conn.urlopen(method, u.request_uri, **kw) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 755, in urlopen retries = retries.increment( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 532, in increment raise six.reraise(type(error), error, _stacktrace) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/packages/six.py", line 770, in reraise raise value File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 699, in urlopen httplib_response = self._make_request( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 447, in _make_request self._raise_timeout(err=e, url=url, timeout_value=read_timeout) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 336, in _raise_timeout raise ReadTimeoutError( urllib3.exceptions.ReadTimeoutError: HTTPConnectionPool(host='10.222.0.25', port=80): Read timed out. (read timeout=60) |
||||||
tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest | 3 | 0 | 3 | 0 | 0 | Detail | |
test_attach_attached_volume_to_different_server[id-ee37a796-2afb-11e7-bc0f-fa163e65f5ce,negative] |
fail
ft7.1: tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_different_server[id-ee37a796-2afb-11e7-bc0f-fa163e65f5ce,negative]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-10-27 01:36:36,083 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 201 POST http://10.222.0.25/identity/v3/auth/tokens 0.030s 2021-10-27 01:36:36,083 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3401', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-c8d8c999-0cc0-47c8-8638-7eb368fa2307', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.25/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "896ad3ff1d5a4723900241fdca7c73c2", "name": "tempest-AttachVolumeNegativeTest-58434829-project", "password_expires_at": null}, "audit_ids": ["dclrA2RZSEeMJ4ED3xWN0Q"], "expires_at": "2021-10-27T02:36:36.000000Z", "issued_at": "2021-10-27T01:36:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6f423b9700e344a68263020698e12494", "name": "tempest-AttachVolumeNegativeTest-58434829"}, "is_domain": false, "roles": [{"id": "0293d5b9b91a4a4899b291db05e78c7a", "name": "reader"}, {"id": "540999ece4154e6ba219007ddda3f8f9", "name": "member"}], "catalog": [{"endpoints": [{"id": "dede6f159b7a4724a0318938fda19b51", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.25/compute/v2/6f423b9700e344a68263020698e12494", "region": "RegionOne"}], "id": "00f1a3a9bd3b4b558de3e3b6b00a591b", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "1dbdc704b555461a8e4d746bfe94b9a6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.25/identity", "region": "RegionOne"}, {"id": "b8d7190c7f49471fae95fccbd5aa0a09", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.25/identity", "region": "RegionOne"}], "id": "167c7595b1e343e9b1422c9ff1201b75", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "506ccf8602fb49ee98d44873cdf9c9fc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.25/placement", "region": "RegionOne"}], "id": "38e0de125fbe4e53b58aef8e34b593b0", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "e6026457878e427081839e4be7a803c6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.25:9696/", "region": "RegionOne"}], "id": "58ef4d654a7742459ca85682db5486c7", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8a20ed1c9b7846008ef02a78a26cc861", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.25:8080", "region": "RegionOne"}, {"id": "93e80c2cc5684420b074e34d156a7bfa", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.25:8080/v1/AUTH_6f423b9700e344a68263020698e12494", "region": "RegionOne"}], "id": "6d87c10140ae488fa635a70a7f967e2d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "618f3a351cba460d9918ea4ce4e44ba1", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494", "region": "RegionOne"}], "id": "aa1c0fef2cc543e0a9cbb6cb579f7cea", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "c3852ec3ad1248de934ccfe141d45d99", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494", "region": "RegionOne"}], "id": "c3cae66c1ff04401a0e58b33602f5a81", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "374a9057056840fd9e3ff614ddd8f31f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.25/image", "region": "RegionOne"}], "id": "c7951d790c76424b847983955cd13d56", "type": "image", "name": "glance"}, {"endpoints": [{"id": "3344509087e245018b74739b9196c1bb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.25/compute/v2.1", "region": "RegionOne"}], "id": "da7a106adf7849ad8627b08152421e8c", "type": "compute", "name": "nova"}]}}' 2021-10-27 01:36:36,084 122963 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server) Found network {'id': 'ab1f0f72-2145-4dc1-83a2-100acb2d706d', 'name': 'tempest-AttachVolumeNegativeTest-546392915-network', 'tenant_id': '6f423b9700e344a68263020698e12494', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '6f423b9700e344a68263020698e12494', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 800, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2021-10-27T01:36:35Z', 'updated_at': '2021-10-27T01:36:35Z', 'revision_number': 1} available for tenant 2021-10-27 01:36:36,706 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 202 POST http://10.222.0.25/compute/v2.1/servers 0.621s 2021-10-27 01:36:36,706 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-1718005542", "imageRef": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "flavorRef": "452", "networks": [{"uuid": "ab1f0f72-2145-4dc1-83a2-100acb2d706d"}]}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.25/compute/v2.1/servers/02fe5e9f-8d05-4e40-8030-81918bc5e2c4', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f2f2ac0d-7276-490c-9198-80306b6afc48', 'x-compute-request-id': 'req-f2f2ac0d-7276-490c-9198-80306b6afc48', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.25/compute/v2.1/servers'} Body: b'{"server": {"id": "02fe5e9f-8d05-4e40-8030-81918bc5e2c4", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/02fe5e9f-8d05-4e40-8030-81918bc5e2c4"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/02fe5e9f-8d05-4e40-8030-81918bc5e2c4"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "wUci5MvF3f7A"}}' 2021-10-27 01:36:36,774 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/compute/v2.1/servers/02fe5e9f-8d05-4e40-8030-81918bc5e2c4 0.065s 2021-10-27 01:36:36,774 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2de1b945-ebfb-43b2-b42b-4127b831095d', 'x-compute-request-id': 'req-2de1b945-ebfb-43b2-b42b-4127b831095d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/02fe5e9f-8d05-4e40-8030-81918bc5e2c4'} Body: b'{"server": {"id": "02fe5e9f-8d05-4e40-8030-81918bc5e2c4", "name": "tempest-AttachVolumeNegativeTest-server-1718005542", "status": "BUILD", "tenant_id": "6f423b9700e344a68263020698e12494", "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "metadata": {}, "hostId": "", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:36:37Z", "updated": "2021-10-27T01:36:36Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/02fe5e9f-8d05-4e40-8030-81918bc5e2c4"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/02fe5e9f-8d05-4e40-8030-81918bc5e2c4"}], "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-10-27 01:36:37,868 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/compute/v2.1/servers/02fe5e9f-8d05-4e40-8030-81918bc5e2c4 0.085s 2021-10-27 01:36:37,868 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1270', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-56aa04fd-379c-4deb-8b11-530866153b3e', 'x-compute-request-id': 'req-56aa04fd-379c-4deb-8b11-530866153b3e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/02fe5e9f-8d05-4e40-8030-81918bc5e2c4'} Body: b'{"server": {"id": "02fe5e9f-8d05-4e40-8030-81918bc5e2c4", "name": "tempest-AttachVolumeNegativeTest-server-1718005542", "status": "BUILD", "tenant_id": "6f423b9700e344a68263020698e12494", "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "metadata": {}, "hostId": "b03f3574fc06bedd24cb0fac0513455af65974e8c34325b5dba8e0f8", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:36:36Z", "updated": "2021-10-27T01:36:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/02fe5e9f-8d05-4e40-8030-81918bc5e2c4"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/02fe5e9f-8d05-4e40-8030-81918bc5e2c4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-10-27 01:36:37,875 122963 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait 2021-10-27 01:36:39,104 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/compute/v2.1/servers/02fe5e9f-8d05-4e40-8030-81918bc5e2c4 0.226s 2021-10-27 01:36:39,104 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-55166d3c-00c6-49f9-a1de-26150b94172d', 'x-compute-request-id': 'req-55166d3c-00c6-49f9-a1de-26150b94172d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/02fe5e9f-8d05-4e40-8030-81918bc5e2c4'} Body: b'{"server": {"id": "02fe5e9f-8d05-4e40-8030-81918bc5e2c4", "name": "tempest-AttachVolumeNegativeTest-server-1718005542", "status": "BUILD", "tenant_id": "6f423b9700e344a68263020698e12494", "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "metadata": {}, "hostId": "b03f3574fc06bedd24cb0fac0513455af65974e8c34325b5dba8e0f8", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:36:36Z", "updated": "2021-10-27T01:36:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/02fe5e9f-8d05-4e40-8030-81918bc5e2c4"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/02fe5e9f-8d05-4e40-8030-81918bc5e2c4"}], "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-10-27 01:36:39,111 122963 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 3 second wait 2021-10-27 01:36:40,316 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/compute/v2.1/servers/02fe5e9f-8d05-4e40-8030-81918bc5e2c4 0.203s 2021-10-27 01:36:40,317 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f592fc76-13e1-45f3-a430-0ac36aae744d', 'x-compute-request-id': 'req-f592fc76-13e1-45f3-a430-0ac36aae744d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/02fe5e9f-8d05-4e40-8030-81918bc5e2c4'} Body: b'{"server": {"id": "02fe5e9f-8d05-4e40-8030-81918bc5e2c4", "name": "tempest-AttachVolumeNegativeTest-server-1718005542", "status": "BUILD", "tenant_id": "6f423b9700e344a68263020698e12494", "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "metadata": {}, "hostId": "b03f3574fc06bedd24cb0fac0513455af65974e8c34325b5dba8e0f8", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:36:36Z", "updated": "2021-10-27T01:36:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/02fe5e9f-8d05-4e40-8030-81918bc5e2c4"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/02fe5e9f-8d05-4e40-8030-81918bc5e2c4"}], "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-10-27 01:36:41,470 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/compute/v2.1/servers/02fe5e9f-8d05-4e40-8030-81918bc5e2c4 0.145s 2021-10-27 01:36:41,470 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c8832ef5-a8eb-47df-9e8f-99ec7c847270', 'x-compute-request-id': 'req-c8832ef5-a8eb-47df-9e8f-99ec7c847270', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/02fe5e9f-8d05-4e40-8030-81918bc5e2c4'} Body: b'{"server": {"id": "02fe5e9f-8d05-4e40-8030-81918bc5e2c4", "name": "tempest-AttachVolumeNegativeTest-server-1718005542", "status": "BUILD", "tenant_id": "6f423b9700e344a68263020698e12494", "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "metadata": {}, "hostId": "b03f3574fc06bedd24cb0fac0513455af65974e8c34325b5dba8e0f8", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:36:36Z", "updated": "2021-10-27T01:36:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/02fe5e9f-8d05-4e40-8030-81918bc5e2c4"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/02fe5e9f-8d05-4e40-8030-81918bc5e2c4"}], "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-10-27 01:36:42,639 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/compute/v2.1/servers/02fe5e9f-8d05-4e40-8030-81918bc5e2c4 0.160s 2021-10-27 01:36:42,639 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f8e51bc6-f115-4dc3-adb5-8f0173ccae79', 'x-compute-request-id': 'req-f8e51bc6-f115-4dc3-adb5-8f0173ccae79', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/02fe5e9f-8d05-4e40-8030-81918bc5e2c4'} Body: b'{"server": {"id": "02fe5e9f-8d05-4e40-8030-81918bc5e2c4", "name": "tempest-AttachVolumeNegativeTest-server-1718005542", "status": "BUILD", "tenant_id": "6f423b9700e344a68263020698e12494", "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "metadata": {}, "hostId": "b03f3574fc06bedd24cb0fac0513455af65974e8c34325b5dba8e0f8", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:36:36Z", "updated": "2021-10-27T01:36:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/02fe5e9f-8d05-4e40-8030-81918bc5e2c4"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/02fe5e9f-8d05-4e40-8030-81918bc5e2c4"}], "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-10-27 01:36:43,789 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/compute/v2.1/servers/02fe5e9f-8d05-4e40-8030-81918bc5e2c4 0.141s 2021-10-27 01:36:43,790 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6e1270c5-ec11-4772-800f-9efaae143a65', 'x-compute-request-id': 'req-6e1270c5-ec11-4772-800f-9efaae143a65', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/02fe5e9f-8d05-4e40-8030-81918bc5e2c4'} Body: b'{"server": {"id": "02fe5e9f-8d05-4e40-8030-81918bc5e2c4", "name": "tempest-AttachVolumeNegativeTest-server-1718005542", "status": "BUILD", "tenant_id": "6f423b9700e344a68263020698e12494", "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "metadata": {}, "hostId": "b03f3574fc06bedd24cb0fac0513455af65974e8c34325b5dba8e0f8", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:36:36Z", "updated": "2021-10-27T01:36:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/02fe5e9f-8d05-4e40-8030-81918bc5e2c4"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/02fe5e9f-8d05-4e40-8030-81918bc5e2c4"}], "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-10-27 01:36:44,945 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/compute/v2.1/servers/02fe5e9f-8d05-4e40-8030-81918bc5e2c4 0.148s 2021-10-27 01:36:44,946 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0d75c0ff-86e5-445b-902a-d9963518b9fb', 'x-compute-request-id': 'req-0d75c0ff-86e5-445b-902a-d9963518b9fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/02fe5e9f-8d05-4e40-8030-81918bc5e2c4'} Body: b'{"server": {"id": "02fe5e9f-8d05-4e40-8030-81918bc5e2c4", "name": "tempest-AttachVolumeNegativeTest-server-1718005542", "status": "BUILD", "tenant_id": "6f423b9700e344a68263020698e12494", "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "metadata": {}, "hostId": "b03f3574fc06bedd24cb0fac0513455af65974e8c34325b5dba8e0f8", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:36:36Z", "updated": "2021-10-27T01:36:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/02fe5e9f-8d05-4e40-8030-81918bc5e2c4"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/02fe5e9f-8d05-4e40-8030-81918bc5e2c4"}], "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-10-27 01:36:46,102 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/compute/v2.1/servers/02fe5e9f-8d05-4e40-8030-81918bc5e2c4 0.148s 2021-10-27 01:36:46,103 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3e99291d-2065-44d7-ab27-bfbb1435aced', 'x-compute-request-id': 'req-3e99291d-2065-44d7-ab27-bfbb1435aced', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/02fe5e9f-8d05-4e40-8030-81918bc5e2c4'} Body: b'{"server": {"id": "02fe5e9f-8d05-4e40-8030-81918bc5e2c4", "name": "tempest-AttachVolumeNegativeTest-server-1718005542", "status": "BUILD", "tenant_id": "6f423b9700e344a68263020698e12494", "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "metadata": {}, "hostId": "b03f3574fc06bedd24cb0fac0513455af65974e8c34325b5dba8e0f8", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:36:36Z", "updated": "2021-10-27T01:36:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/02fe5e9f-8d05-4e40-8030-81918bc5e2c4"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/02fe5e9f-8d05-4e40-8030-81918bc5e2c4"}], "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-10-27 01:36:47,256 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/compute/v2.1/servers/02fe5e9f-8d05-4e40-8030-81918bc5e2c4 0.144s 2021-10-27 01:36:47,256 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1507', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-72740247-943f-4f3c-ab95-b6f39f568c4f', 'x-compute-request-id': 'req-72740247-943f-4f3c-ab95-b6f39f568c4f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/02fe5e9f-8d05-4e40-8030-81918bc5e2c4'} Body: b'{"server": {"id": "02fe5e9f-8d05-4e40-8030-81918bc5e2c4", "name": "tempest-AttachVolumeNegativeTest-server-1718005542", "status": "ACTIVE", "tenant_id": "6f423b9700e344a68263020698e12494", "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "metadata": {}, "hostId": "b03f3574fc06bedd24cb0fac0513455af65974e8c34325b5dba8e0f8", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:36:36Z", "updated": "2021-10-27T01:36:46Z", "addresses": {"tempest-AttachVolumeNegativeTest-546392915-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:71:8a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/02fe5e9f-8d05-4e40-8030-81918bc5e2c4"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/02fe5e9f-8d05-4e40-8030-81918bc5e2c4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:46.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-10-27 01:36:47,264 122963 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 11 second wait 2021-10-27 01:36:47,476 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 202 POST http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes 0.212s 2021-10-27 01:36:47,476 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"size": 1, "display_name": "tempest-AttachVolumeNegativeTest-volume-102708389"}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-54a5e53e-5a82-4435-9ba8-50ff610213d3', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54a5e53e-5a82-4435-9ba8-50ff610213d3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.411045", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2021-10-27 01:36:47,522 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.038s 2021-10-27 01:36:47,522 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-622da3d8-3f45-4283-9dc5-f8838e901074', 'content-length': '891', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-622da3d8-3f45-4283-9dc5-f8838e901074', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:36:48,567 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.037s 2021-10-27 01:36:48,567 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32771366-b21c-4b3e-8b3b-87de4d9160df', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32771366-b21c-4b3e-8b3b-87de4d9160df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:36:49,612 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.037s 2021-10-27 01:36:49,613 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b1735fc-15f3-47ab-8344-5138e4bc7c13', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b1735fc-15f3-47ab-8344-5138e4bc7c13', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:36:50,657 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:36:50,657 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-43f40ac7-56da-466d-a7b3-0d8c6eb26706', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-43f40ac7-56da-466d-a7b3-0d8c6eb26706', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:36:51,702 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.037s 2021-10-27 01:36:51,703 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-993ac9a1-86ad-4984-843a-03349bf63f60', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-993ac9a1-86ad-4984-843a-03349bf63f60', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:36:52,750 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.039s 2021-10-27 01:36:52,750 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad5a124d-5263-4da6-919b-2459497dda21', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad5a124d-5263-4da6-919b-2459497dda21', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:36:53,794 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.037s 2021-10-27 01:36:53,795 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4eb0ac6-a350-4790-a71c-41c38cf5a7ca', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4eb0ac6-a350-4790-a71c-41c38cf5a7ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:36:54,840 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.037s 2021-10-27 01:36:54,840 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec70d88e-029e-44ab-bbfe-7c77b01bda84', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec70d88e-029e-44ab-bbfe-7c77b01bda84', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:36:55,884 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:36:55,884 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f07dfd2e-f0e4-4d91-8060-7b2ccc717a06', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f07dfd2e-f0e4-4d91-8060-7b2ccc717a06', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:36:56,928 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:36:56,929 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9062563-13f7-4a03-a7e0-49b919b79839', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9062563-13f7-4a03-a7e0-49b919b79839', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:36:57,975 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.038s 2021-10-27 01:36:57,975 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-286cb457-e707-4403-b9e3-fca93398a6f4', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-286cb457-e707-4403-b9e3-fca93398a6f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:36:59,021 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:36:59,021 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-893e6e7b-c207-4110-8a4a-b57f8599f8dc', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-893e6e7b-c207-4110-8a4a-b57f8599f8dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:37:00,065 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:37:00,065 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-726f51fd-e01a-419e-8d8e-79a295c73e72', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-726f51fd-e01a-419e-8d8e-79a295c73e72', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:37:01,110 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.037s 2021-10-27 01:37:01,110 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17d100d1-7d27-480a-8e39-6f6a19a8d358', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17d100d1-7d27-480a-8e39-6f6a19a8d358', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:37:02,155 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:37:02,155 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0aafd101-8e6b-4968-99a8-cd4f26defefb', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0aafd101-8e6b-4968-99a8-cd4f26defefb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:37:03,199 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.037s 2021-10-27 01:37:03,199 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-98d81591-8d0c-4117-8d48-854092a1f18e', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-98d81591-8d0c-4117-8d48-854092a1f18e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:37:04,243 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:37:04,243 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ba14028-80fe-4dc0-b093-06186235c7cf', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ba14028-80fe-4dc0-b093-06186235c7cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:37:05,290 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.039s 2021-10-27 01:37:05,291 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9fcc65dc-7053-4f2a-b15c-13b0674414ed', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9fcc65dc-7053-4f2a-b15c-13b0674414ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:37:06,334 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:37:06,334 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-186a78e0-47bc-4200-b321-88b1ce6ea43f', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-186a78e0-47bc-4200-b321-88b1ce6ea43f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:37:07,380 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.037s 2021-10-27 01:37:07,380 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-97ffa10b-a904-45f0-8d34-a16a573ee789', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-97ffa10b-a904-45f0-8d34-a16a573ee789', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:37:08,424 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:37:08,425 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d613f518-1bcb-4a2f-a7cb-3007d9b27813', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d613f518-1bcb-4a2f-a7cb-3007d9b27813', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:37:09,469 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:37:09,469 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68729c25-adfa-4af3-822f-e8b8074c4e2e', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68729c25-adfa-4af3-822f-e8b8074c4e2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:37:10,514 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:37:10,514 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ade4319a-538f-4b29-872d-0c152e3f0ce0', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ade4319a-538f-4b29-872d-0c152e3f0ce0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:37:11,559 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.037s 2021-10-27 01:37:11,559 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68eb0199-1adf-4b92-93b9-5f5410733dc6', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68eb0199-1adf-4b92-93b9-5f5410733dc6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:37:12,605 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.037s 2021-10-27 01:37:12,605 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b650d70-fe78-474b-ab84-91c51f63221b', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b650d70-fe78-474b-ab84-91c51f63221b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:37:13,674 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.061s 2021-10-27 01:37:13,674 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ca930f3-9bef-46da-81d9-aab3c7d1f341', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ca930f3-9bef-46da-81d9-aab3c7d1f341', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:37:14,719 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.037s 2021-10-27 01:37:14,719 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-16e871b4-93d8-4d02-bba1-105a50f6fc35', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-16e871b4-93d8-4d02-bba1-105a50f6fc35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:37:15,764 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.037s 2021-10-27 01:37:15,765 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2cc4af9a-8bb5-43cb-b6da-5d350585e12a', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2cc4af9a-8bb5-43cb-b6da-5d350585e12a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:37:16,810 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.038s 2021-10-27 01:37:16,811 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-94d8f586-a0be-45b3-8691-ceafb76f656e', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-94d8f586-a0be-45b3-8691-ceafb76f656e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:37:17,855 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:37:17,855 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc29f95e-1950-4fab-a9ce-0670e1b41083', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc29f95e-1950-4fab-a9ce-0670e1b41083', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:37:18,898 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:37:18,899 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e0af3c5-02bb-4842-9aa6-74b53f776186', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e0af3c5-02bb-4842-9aa6-74b53f776186', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:37:19,943 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.037s 2021-10-27 01:37:19,944 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eeb8c234-72d5-4a5c-b321-dc21308b00b1', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eeb8c234-72d5-4a5c-b321-dc21308b00b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:37:20,988 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.037s 2021-10-27 01:37:20,988 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02541483-7595-4713-a39a-70406d11f3e9', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02541483-7595-4713-a39a-70406d11f3e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:37:22,032 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:37:22,032 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9243d098-b498-4d68-b8ea-0fb23d436d57', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9243d098-b498-4d68-b8ea-0fb23d436d57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:37:23,077 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.037s 2021-10-27 01:37:23,077 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b48e01e8-8b51-4169-915b-86849ada360c', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b48e01e8-8b51-4169-915b-86849ada360c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:37:24,121 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:37:24,121 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c0d0ad9-7999-429d-9940-b994d6b4784b', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c0d0ad9-7999-429d-9940-b994d6b4784b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:37:25,164 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:37:25,165 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b2f2be17-9441-4751-9079-1b06f950b4ed', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2f2be17-9441-4751-9079-1b06f950b4ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:37:26,208 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:37:26,208 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-703466ce-54d2-4feb-8f4d-5435d9edbd0a', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-703466ce-54d2-4feb-8f4d-5435d9edbd0a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:37:27,252 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:37:27,253 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-045ab3fb-6d83-4657-a2c3-b1aee8abbb29', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-045ab3fb-6d83-4657-a2c3-b1aee8abbb29', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:37:28,296 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:37:28,297 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3404d06c-7d79-4158-a40b-4f9dae7bd816', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3404d06c-7d79-4158-a40b-4f9dae7bd816', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:37:29,341 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.037s 2021-10-27 01:37:29,342 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b8b85197-9909-491b-8fac-bca030875418', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b8b85197-9909-491b-8fac-bca030875418', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:37:30,387 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.037s 2021-10-27 01:37:30,387 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3ed6f55-acb3-4420-b4f7-dfb2d07ebc2e', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3ed6f55-acb3-4420-b4f7-dfb2d07ebc2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:37:31,431 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.037s 2021-10-27 01:37:31,432 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a63c5f0-d40d-4011-9a36-2924dc6fbe0a', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a63c5f0-d40d-4011-9a36-2924dc6fbe0a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:37:32,477 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.037s 2021-10-27 01:37:32,477 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f54f58b-8990-476b-918e-b581460704d4', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f54f58b-8990-476b-918e-b581460704d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:37:33,523 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.037s 2021-10-27 01:37:33,523 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-38c2f08a-cb18-497b-8201-5f206ca10bd0', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38c2f08a-cb18-497b-8201-5f206ca10bd0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:37:34,568 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:37:34,568 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8eaf7c07-87d1-49ba-a4c0-56e70ecbfea4', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8eaf7c07-87d1-49ba-a4c0-56e70ecbfea4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:37:35,612 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:37:35,612 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e93f4b79-4331-4072-802e-e8a6734792e6', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e93f4b79-4331-4072-802e-e8a6734792e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:37:36,655 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.035s 2021-10-27 01:37:36,655 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f9d2b14-9436-4221-80c4-a33083685b50', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f9d2b14-9436-4221-80c4-a33083685b50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:37:37,700 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.037s 2021-10-27 01:37:37,700 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b1b1732b-ebd1-4e30-b902-0a53dad66558', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b1b1732b-ebd1-4e30-b902-0a53dad66558', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:37:38,744 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:37:38,745 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-60a040be-805f-4142-af14-96ce9c514f1d', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-60a040be-805f-4142-af14-96ce9c514f1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:37:39,789 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:37:39,789 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d8b7594-e1b0-40ed-9a5e-bc2ca3314e6e', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d8b7594-e1b0-40ed-9a5e-bc2ca3314e6e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:37:40,834 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.037s 2021-10-27 01:37:40,834 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3cfe40fd-f22e-4755-9154-06dcc0a1ade0', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3cfe40fd-f22e-4755-9154-06dcc0a1ade0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:37:41,879 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.037s 2021-10-27 01:37:41,880 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be54ee9a-847d-4ce6-bd40-a2996930038b', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be54ee9a-847d-4ce6-bd40-a2996930038b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:37:42,924 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:37:42,924 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-52fdd1ec-301a-4e1a-84de-2c3308d70464', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-52fdd1ec-301a-4e1a-84de-2c3308d70464', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:37:43,971 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.038s 2021-10-27 01:37:43,972 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf343eb8-9f86-44c7-a079-a7924e622aa1', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf343eb8-9f86-44c7-a079-a7924e622aa1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:37:45,016 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:37:45,017 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc50daef-d148-40f8-aee3-b0c4a67afaf0', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc50daef-d148-40f8-aee3-b0c4a67afaf0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:37:46,061 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.037s 2021-10-27 01:37:46,061 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d3c700b5-45cf-479e-8c2f-2a6526820cbd', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d3c700b5-45cf-479e-8c2f-2a6526820cbd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:37:47,105 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:37:47,106 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-866bdd36-8d39-4510-87ee-3330915f1e81', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-866bdd36-8d39-4510-87ee-3330915f1e81', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:37:48,151 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.038s 2021-10-27 01:37:48,152 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-92feaed1-d487-4dc1-88cb-4c57a390d0d3', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-92feaed1-d487-4dc1-88cb-4c57a390d0d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:37:49,200 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.041s 2021-10-27 01:37:49,201 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b21d6ae-b534-4a5b-b193-bf88a6395477', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b21d6ae-b534-4a5b-b193-bf88a6395477', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:37:50,245 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:37:50,245 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e160561-e336-4f1c-9f79-7749106dc355', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e160561-e336-4f1c-9f79-7749106dc355', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:37:51,289 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:37:51,289 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-06af0214-1d2e-472b-826f-f2089ccc8b0d', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-06af0214-1d2e-472b-826f-f2089ccc8b0d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:37:52,334 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.037s 2021-10-27 01:37:52,335 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3cfb6509-d953-4f07-be76-430991fec6bd', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3cfb6509-d953-4f07-be76-430991fec6bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:37:53,379 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.037s 2021-10-27 01:37:53,380 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ece235f2-25dc-4623-8166-c7a0f0c208f9', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ece235f2-25dc-4623-8166-c7a0f0c208f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:37:54,425 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:37:54,425 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d182fe59-c635-42ff-9db4-f630c2b92d3a', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d182fe59-c635-42ff-9db4-f630c2b92d3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:37:55,471 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.038s 2021-10-27 01:37:55,472 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1da57fff-d57c-4e4e-b2ec-60c19d09337e', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1da57fff-d57c-4e4e-b2ec-60c19d09337e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:37:56,516 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:37:56,516 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-162029f4-0739-4783-91c0-9ec520ac1979', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-162029f4-0739-4783-91c0-9ec520ac1979', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:37:57,561 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.037s 2021-10-27 01:37:57,562 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c7c6680-45b4-4e1a-8db9-3daf96ae4568', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c7c6680-45b4-4e1a-8db9-3daf96ae4568', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:37:58,608 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.038s 2021-10-27 01:37:58,608 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48e908cc-a268-450f-8c67-ce4216e718fb', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48e908cc-a268-450f-8c67-ce4216e718fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:37:59,652 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:37:59,652 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5c4f01b-4b4b-4d27-ad20-411f0ca5f120', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5c4f01b-4b4b-4d27-ad20-411f0ca5f120', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:38:00,696 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:38:00,697 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0a526eb-e569-44aa-82bf-2278b3265fb9', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0a526eb-e569-44aa-82bf-2278b3265fb9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:38:01,742 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:38:01,742 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0806e289-8269-43bf-970a-9c2b77492b95', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0806e289-8269-43bf-970a-9c2b77492b95', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:38:02,786 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.035s 2021-10-27 01:38:02,786 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32f6ddaa-9467-4c5d-a822-a70592cc90cc', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32f6ddaa-9467-4c5d-a822-a70592cc90cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:38:03,832 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.037s 2021-10-27 01:38:03,833 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec07e1ad-e295-4292-a04e-7acc2ed3ad32', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec07e1ad-e295-4292-a04e-7acc2ed3ad32', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:38:04,879 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.039s 2021-10-27 01:38:04,880 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0163c79f-5282-4077-87e8-c55a45c92779', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0163c79f-5282-4077-87e8-c55a45c92779', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:38:05,924 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:38:05,924 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0989e6d9-fb74-4d39-988f-764e92ebc8df', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0989e6d9-fb74-4d39-988f-764e92ebc8df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:38:06,970 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.037s 2021-10-27 01:38:06,970 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-94ebc859-04ef-482d-8773-3095c8b479ad', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-94ebc859-04ef-482d-8773-3095c8b479ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:38:08,016 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.039s 2021-10-27 01:38:08,017 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-38e27d1a-803a-4aed-bb90-eab83e9d0bf7', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38e27d1a-803a-4aed-bb90-eab83e9d0bf7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:38:09,061 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:38:09,061 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7759510c-e7cb-4f9a-af38-b3bbba64816c', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7759510c-e7cb-4f9a-af38-b3bbba64816c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:38:10,106 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:38:10,106 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91e1e122-0e64-48b2-aaa6-7378d2fcb500', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91e1e122-0e64-48b2-aaa6-7378d2fcb500', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:38:11,308 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.194s 2021-10-27 01:38:11,308 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1571ba15-dca0-4c83-ab7b-0b763b9f5c16', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1571ba15-dca0-4c83-ab7b-0b763b9f5c16', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:38:12,353 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.037s 2021-10-27 01:38:12,354 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f7a77fd-3864-407a-9a82-343557d6d6d4', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f7a77fd-3864-407a-9a82-343557d6d6d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:38:13,398 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.037s 2021-10-27 01:38:13,399 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-81cd9db1-8a0c-42ae-8f8d-7c1ce5fd2926', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-81cd9db1-8a0c-42ae-8f8d-7c1ce5fd2926', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:38:14,443 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:38:14,444 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-039e2276-b138-46a8-9da1-dc374bf40b0c', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-039e2276-b138-46a8-9da1-dc374bf40b0c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:38:15,489 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:38:15,489 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ef9110f-29ff-4cd4-9cea-19082f482628', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ef9110f-29ff-4cd4-9cea-19082f482628', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:38:16,534 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.037s 2021-10-27 01:38:16,534 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11b894b6-60a3-4daf-88f7-43f2fa86e953', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11b894b6-60a3-4daf-88f7-43f2fa86e953', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:38:17,580 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.038s 2021-10-27 01:38:17,580 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-336665f7-9463-4754-a82d-6166c6c775fb', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-336665f7-9463-4754-a82d-6166c6c775fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:38:18,624 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:38:18,624 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56c1f067-eace-4cff-b06c-2bf86c1f6ead', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56c1f067-eace-4cff-b06c-2bf86c1f6ead', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:38:19,669 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.037s 2021-10-27 01:38:19,670 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02f6414d-46c9-4df4-b241-198b17d65ee1', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02f6414d-46c9-4df4-b241-198b17d65ee1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:38:20,714 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.037s 2021-10-27 01:38:20,715 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c7b5ee3-b8d1-43cd-937b-4dc3099783cb', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c7b5ee3-b8d1-43cd-937b-4dc3099783cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:38:21,759 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.037s 2021-10-27 01:38:21,760 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd9d9e7e-7e4e-4175-907f-a1597fa3a2e7', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd9d9e7e-7e4e-4175-907f-a1597fa3a2e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:38:22,807 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.040s 2021-10-27 01:38:22,808 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48f7c398-9919-4ba2-82e6-0764a3f68382', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48f7c398-9919-4ba2-82e6-0764a3f68382', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:38:23,852 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:38:23,853 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-634f5ed6-0ee4-449d-833d-0f8abc5e470a', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-634f5ed6-0ee4-449d-833d-0f8abc5e470a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:38:24,896 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:38:24,897 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-273f2096-b664-4e15-bd25-381fe9ebfcdd', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-273f2096-b664-4e15-bd25-381fe9ebfcdd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:38:25,945 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.039s 2021-10-27 01:38:25,945 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-59d14c77-904d-4b95-951c-64450430e144', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-59d14c77-904d-4b95-951c-64450430e144', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:38:26,993 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.040s 2021-10-27 01:38:26,993 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9747130d-49a0-4b5c-9cc9-fdf598f2d478', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9747130d-49a0-4b5c-9cc9-fdf598f2d478', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:38:28,042 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.040s 2021-10-27 01:38:28,042 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d961da2-a589-40a6-9b94-6c211ccb451b', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d961da2-a589-40a6-9b94-6c211ccb451b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:38:29,086 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:38:29,086 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bcc61fd2-49b6-4ffa-a4fc-03f2b2ec2d9a', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bcc61fd2-49b6-4ffa-a4fc-03f2b2ec2d9a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:38:30,131 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.037s 2021-10-27 01:38:30,132 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-455636f5-5c3b-45b0-9bee-3927299b9808', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-455636f5-5c3b-45b0-9bee-3927299b9808', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:38:31,177 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.037s 2021-10-27 01:38:31,177 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c981ee68-03fd-4909-adf5-37fbab5b2f07', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c981ee68-03fd-4909-adf5-37fbab5b2f07', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:38:32,222 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:38:32,222 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b7e3d951-f9e6-4b14-8694-c58d8e05ae54', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b7e3d951-f9e6-4b14-8694-c58d8e05ae54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:38:33,267 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.037s 2021-10-27 01:38:33,268 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-43f1a248-953b-49e2-b35a-13c928c32cde', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-43f1a248-953b-49e2-b35a-13c928c32cde', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:38:34,312 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:38:34,313 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e8757f5-b552-4097-afc8-eecd0fa157e4', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e8757f5-b552-4097-afc8-eecd0fa157e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:38:35,358 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.037s 2021-10-27 01:38:35,358 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cebf6e87-5fed-4191-9528-0ac2afb32987', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cebf6e87-5fed-4191-9528-0ac2afb32987', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:38:36,403 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:38:36,404 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37aa3d15-f483-4d18-bfbe-fb98ede5dd46', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37aa3d15-f483-4d18-bfbe-fb98ede5dd46', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:38:37,448 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.037s 2021-10-27 01:38:37,448 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eea1db6c-353a-415b-9267-11bfba7f094c', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eea1db6c-353a-415b-9267-11bfba7f094c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:38:38,494 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:38:38,494 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76a2c4c4-d72f-4403-8cdb-4c589895265d', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76a2c4c4-d72f-4403-8cdb-4c589895265d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:38:39,538 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.037s 2021-10-27 01:38:39,538 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ad84553-2a81-41c7-a249-32e4695a9992', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ad84553-2a81-41c7-a249-32e4695a9992', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:38:40,583 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.037s 2021-10-27 01:38:40,584 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96e3b38a-7519-42b6-9a15-c311726313b6', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96e3b38a-7519-42b6-9a15-c311726313b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:38:41,628 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:38:41,628 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69d0a8ec-262a-4c2d-94f9-a8e0511d709a', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69d0a8ec-262a-4c2d-94f9-a8e0511d709a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:38:42,672 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:38:42,673 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c6b6f22-f2cc-4f3e-945c-aaee6eff5406', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c6b6f22-f2cc-4f3e-945c-aaee6eff5406', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:38:43,717 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.037s 2021-10-27 01:38:43,718 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e46aa95-ee8d-4dd8-ad5c-9c260fa38bb2', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e46aa95-ee8d-4dd8-ad5c-9c260fa38bb2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:38:44,762 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:38:44,763 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-52243178-ce4d-40f6-9f4d-786e5247a7c2', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-52243178-ce4d-40f6-9f4d-786e5247a7c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:38:45,807 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:38:45,807 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6fcf6328-2351-45fe-a91f-f3e4f308ae67', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6fcf6328-2351-45fe-a91f-f3e4f308ae67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:38:46,851 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:38:46,852 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05a8349e-ff11-4b1e-983c-9df787265e5c', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05a8349e-ff11-4b1e-983c-9df787265e5c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:38:47,896 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.035s 2021-10-27 01:38:47,896 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c934dc0-7407-42af-9209-fba575c696d3', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c934dc0-7407-42af-9209-fba575c696d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:38:48,942 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.037s 2021-10-27 01:38:48,942 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36323965-0b1a-47f3-8ea8-bec2d662dde0', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36323965-0b1a-47f3-8ea8-bec2d662dde0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:38:49,988 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.038s 2021-10-27 01:38:49,988 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-084a434c-5ccf-4ba8-b81e-e38e5a67016f', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-084a434c-5ccf-4ba8-b81e-e38e5a67016f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:38:51,034 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.038s 2021-10-27 01:38:51,034 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0fbf90b-e610-43ce-8e60-97aeec3407d3', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0fbf90b-e610-43ce-8e60-97aeec3407d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:38:52,078 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:38:52,079 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6dff978f-94ba-47f1-9ce9-04339384c003', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6dff978f-94ba-47f1-9ce9-04339384c003', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:38:53,124 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.038s 2021-10-27 01:38:53,125 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9622bb5f-b1d2-4b2b-842d-413e823a6f52', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9622bb5f-b1d2-4b2b-842d-413e823a6f52', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:38:54,169 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:38:54,170 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f4f7fe5f-ffd0-4a6e-9a38-38bbad79d576', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f4f7fe5f-ffd0-4a6e-9a38-38bbad79d576', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:38:55,214 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:38:55,214 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7fc8f215-f0b9-4050-b1d1-bee7003dd15b', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7fc8f215-f0b9-4050-b1d1-bee7003dd15b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:38:56,259 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:38:56,260 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d6a16696-cd95-4636-b043-2f574cfeda0d', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d6a16696-cd95-4636-b043-2f574cfeda0d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:38:57,304 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:38:57,304 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8d424d9-4217-483f-accf-22b0a6ff0940', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f8d424d9-4217-483f-accf-22b0a6ff0940', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:38:58,349 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:38:58,349 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce9937d0-83b7-4994-bb6e-3fbf7ce6eb9e', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce9937d0-83b7-4994-bb6e-3fbf7ce6eb9e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:38:59,393 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:38:59,394 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e180f26-baae-445c-9039-653070bc468f', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e180f26-baae-445c-9039-653070bc468f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:39:00,438 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.037s 2021-10-27 01:39:00,439 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e78ebda-a223-45cc-9fa7-d9339a90ebb1', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e78ebda-a223-45cc-9fa7-d9339a90ebb1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:39:01,483 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:39:01,483 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f6fd693-f444-42d1-b75e-cff05af09c52', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f6fd693-f444-42d1-b75e-cff05af09c52', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:39:02,528 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.037s 2021-10-27 01:39:02,528 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c8af000-ed90-4ecc-9af0-52ed53cd1f06', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c8af000-ed90-4ecc-9af0-52ed53cd1f06', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:39:03,573 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:39:03,573 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40339052-54ea-41e2-9084-8e677529607e', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40339052-54ea-41e2-9084-8e677529607e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:39:04,617 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:39:04,617 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c534a93-9d43-41c3-8555-3a9bfa03f42b', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c534a93-9d43-41c3-8555-3a9bfa03f42b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:39:05,661 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.035s 2021-10-27 01:39:05,661 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6c35188-ff5d-47b4-8ff2-3d4b7b12900d', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6c35188-ff5d-47b4-8ff2-3d4b7b12900d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:39:06,706 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.037s 2021-10-27 01:39:06,707 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b9e452e-24c1-4836-ab6f-7e939696541d', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b9e452e-24c1-4836-ab6f-7e939696541d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:39:07,750 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:39:07,751 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8aefe4e5-0d25-4930-865c-054d08911d0f', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8aefe4e5-0d25-4930-865c-054d08911d0f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:39:08,796 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.038s 2021-10-27 01:39:08,797 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51b61320-3bea-4f42-a2b6-944551b1449f', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51b61320-3bea-4f42-a2b6-944551b1449f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:39:09,844 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.038s 2021-10-27 01:39:09,844 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a8d5ad1-811c-4303-a02a-af573d7446d2', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a8d5ad1-811c-4303-a02a-af573d7446d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:39:10,888 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:39:10,888 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd63fe58-2ae0-4f6d-adc7-4fe0969b3ccd', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd63fe58-2ae0-4f6d-adc7-4fe0969b3ccd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:39:11,933 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.037s 2021-10-27 01:39:11,933 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6bcb7669-4992-46f5-b417-b2d2809173b0', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6bcb7669-4992-46f5-b417-b2d2809173b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:39:12,978 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:39:12,978 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e30954bc-ee2e-448b-a29a-ce9c871e7ffa', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e30954bc-ee2e-448b-a29a-ce9c871e7ffa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:39:14,023 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.037s 2021-10-27 01:39:14,024 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da8708fe-2669-43b6-a8ba-dfd0bf3aba7d', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da8708fe-2669-43b6-a8ba-dfd0bf3aba7d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:39:15,068 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:39:15,068 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-031d3a7c-89c0-4bf0-8fba-bc8ab1fe10c4', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-031d3a7c-89c0-4bf0-8fba-bc8ab1fe10c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:39:16,113 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:39:16,113 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07ce550b-d527-47be-a3c7-1d16ba0394fa', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07ce550b-d527-47be-a3c7-1d16ba0394fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:39:17,157 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.037s 2021-10-27 01:39:17,157 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7804c485-a42c-4fdc-b9d8-85bf9487fb87', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7804c485-a42c-4fdc-b9d8-85bf9487fb87', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:39:18,202 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:39:18,202 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf8c9cb0-9ee8-49ad-b63a-02298ed80b49', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf8c9cb0-9ee8-49ad-b63a-02298ed80b49', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:39:19,248 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.038s 2021-10-27 01:39:19,248 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be3e346b-fc44-4876-9c6f-1a00d1349ddc', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be3e346b-fc44-4876-9c6f-1a00d1349ddc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:39:20,292 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:39:20,292 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-495fb00c-c7c2-4a4c-abd0-ec3b89b0bca9', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-495fb00c-c7c2-4a4c-abd0-ec3b89b0bca9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:39:21,336 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:39:21,337 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-614a5db5-87ef-4beb-906d-c096e1ebd196', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-614a5db5-87ef-4beb-906d-c096e1ebd196', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:39:22,382 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:39:22,382 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21077779-bef3-4c05-a5de-ff5b5bdf9487', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21077779-bef3-4c05-a5de-ff5b5bdf9487', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:39:23,426 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:39:23,426 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c698cba-f702-4d1c-a87b-9d699fe06c6c', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c698cba-f702-4d1c-a87b-9d699fe06c6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:39:24,471 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.037s 2021-10-27 01:39:24,472 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2dcec35f-c72d-4fd6-8f9e-de16a3796d65', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2dcec35f-c72d-4fd6-8f9e-de16a3796d65', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:39:25,517 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.038s 2021-10-27 01:39:25,518 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fcb124c3-842b-448c-aa78-563572e6072d', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fcb124c3-842b-448c-aa78-563572e6072d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:39:26,564 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.037s 2021-10-27 01:39:26,564 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-330d8068-e95e-45ee-9780-9b7fe2ccc750', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-330d8068-e95e-45ee-9780-9b7fe2ccc750', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:39:27,608 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:39:27,608 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bcad0afb-a26b-454d-8f33-33d4624421b7', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bcad0afb-a26b-454d-8f33-33d4624421b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:39:28,652 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:39:28,653 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f9e3eea6-f4c0-45e1-ac26-d6dffd71cfe0', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f9e3eea6-f4c0-45e1-ac26-d6dffd71cfe0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:39:29,697 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.037s 2021-10-27 01:39:29,697 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b85ad84-1df0-4a83-b8bb-231282bfcc35', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b85ad84-1df0-4a83-b8bb-231282bfcc35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:39:30,741 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:39:30,742 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba63d974-a965-4044-8346-6c2085cf9ade', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba63d974-a965-4044-8346-6c2085cf9ade', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:39:31,786 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.037s 2021-10-27 01:39:31,787 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c04e87bc-9e91-4708-a714-dc2e898912eb', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c04e87bc-9e91-4708-a714-dc2e898912eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:39:32,833 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.038s 2021-10-27 01:39:32,833 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c34bc2cc-0f59-4e83-bc3e-cd930c73762f', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c34bc2cc-0f59-4e83-bc3e-cd930c73762f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:39:33,877 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.037s 2021-10-27 01:39:33,878 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79eccbe8-b619-4518-839c-4a4d271aed85', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79eccbe8-b619-4518-839c-4a4d271aed85', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:39:34,922 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:39:34,922 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9d272e3-16b2-4b45-ae51-e7c4fbff6cfe', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9d272e3-16b2-4b45-ae51-e7c4fbff6cfe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:39:35,967 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.037s 2021-10-27 01:39:35,967 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7cf4fd19-4dfa-4b16-974a-de84223712f6', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7cf4fd19-4dfa-4b16-974a-de84223712f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:39:37,011 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:39:37,012 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3683bdc-a5e7-4e57-a764-fcdda928231d', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3683bdc-a5e7-4e57-a764-fcdda928231d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:39:38,057 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.038s 2021-10-27 01:39:38,057 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f4fad71-698e-4640-8dcd-ec54c1272f57', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f4fad71-698e-4640-8dcd-ec54c1272f57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:39:39,103 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.037s 2021-10-27 01:39:39,103 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8ed6a15-94ff-45c4-883e-99c331ea5bf9', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8ed6a15-94ff-45c4-883e-99c331ea5bf9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:39:40,148 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:39:40,148 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1efc6e81-dbaf-42b9-8344-46c14b125bf3', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1efc6e81-dbaf-42b9-8344-46c14b125bf3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:39:41,193 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.037s 2021-10-27 01:39:41,193 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0bbe3d2d-0aaf-475d-b318-10a212e10962', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0bbe3d2d-0aaf-475d-b318-10a212e10962', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:39:42,236 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:39:42,237 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7bfc574a-1adc-4a14-af9d-cee8b853fb5e', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7bfc574a-1adc-4a14-af9d-cee8b853fb5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:39:43,282 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.037s 2021-10-27 01:39:43,282 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7aeaf698-e2ae-40d9-86e9-7c1ff7c6b021', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7aeaf698-e2ae-40d9-86e9-7c1ff7c6b021', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:39:44,327 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.037s 2021-10-27 01:39:44,327 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e180de7e-b757-487f-9b03-fcbd8d016ae5', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e180de7e-b757-487f-9b03-fcbd8d016ae5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:39:45,373 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.037s 2021-10-27 01:39:45,373 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b307721-0cb5-4ca1-9a38-ab0be957099f', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b307721-0cb5-4ca1-9a38-ab0be957099f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:39:46,417 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:39:46,417 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c7318f2-03ba-413a-974c-f419c719d8a8', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c7318f2-03ba-413a-974c-f419c719d8a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:39:47,464 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.038s 2021-10-27 01:39:47,464 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c3932cd-11be-4cbd-a71b-3c722306b5a3', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c3932cd-11be-4cbd-a71b-3c722306b5a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:39:48,509 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:39:48,509 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-898555ef-80b9-43bf-8bc9-2f76bd0e6f43', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-898555ef-80b9-43bf-8bc9-2f76bd0e6f43', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:39:49,553 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:39:49,554 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64ecce0d-2859-4dfa-ac72-7d602dfff270', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64ecce0d-2859-4dfa-ac72-7d602dfff270', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:39:50,600 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.037s 2021-10-27 01:39:50,600 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6d726ea-c8ab-4675-8d7a-ecb57397069d', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6d726ea-c8ab-4675-8d7a-ecb57397069d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:39:51,643 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.035s 2021-10-27 01:39:51,644 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f85f9f04-3ee4-4e78-bb67-7a2b0e4842eb', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f85f9f04-3ee4-4e78-bb67-7a2b0e4842eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:39:52,688 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.037s 2021-10-27 01:39:52,689 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-353ef0cc-0950-496a-bc2f-306b06be05a2', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-353ef0cc-0950-496a-bc2f-306b06be05a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:39:53,732 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:39:53,732 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a80f182a-e2de-4856-ad63-3f33f860425d', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a80f182a-e2de-4856-ad63-3f33f860425d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:39:54,777 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.037s 2021-10-27 01:39:54,778 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e00a683-fbc1-4531-a586-66be71c5044e', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e00a683-fbc1-4531-a586-66be71c5044e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:39:55,823 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.037s 2021-10-27 01:39:55,823 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd1cd0d0-8525-4e51-a661-203de1768bf8', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd1cd0d0-8525-4e51-a661-203de1768bf8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:39:56,868 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:39:56,868 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-860e22b3-e09d-48f1-b44c-bb00ce47c3af', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-860e22b3-e09d-48f1-b44c-bb00ce47c3af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:39:57,913 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.035s 2021-10-27 01:39:57,913 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ecf4097a-d8c1-43c7-8b8e-219bdcf1bc40', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ecf4097a-d8c1-43c7-8b8e-219bdcf1bc40', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:39:58,959 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.037s 2021-10-27 01:39:58,959 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-92747106-dc2e-4d94-ad59-7548f5479455', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-92747106-dc2e-4d94-ad59-7548f5479455', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:40:00,003 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:40:00,004 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c984285-f9f9-4f5b-aeb7-bc3cb523da29', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c984285-f9f9-4f5b-aeb7-bc3cb523da29', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:40:01,048 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:40:01,048 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d26cd61a-304d-430f-870f-efe07d07f9a3', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d26cd61a-304d-430f-870f-efe07d07f9a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:40:02,093 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:40:02,093 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7d80628-f077-4e26-bb5d-591eb4be72f6', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7d80628-f077-4e26-bb5d-591eb4be72f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:40:03,137 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:40:03,137 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a8ca0e0-aef9-493b-b6d0-fc23f21b6f47', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a8ca0e0-aef9-493b-b6d0-fc23f21b6f47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:40:04,184 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:40:04,184 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f445017d-a430-41b1-98f6-a66faa143d5f', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f445017d-a430-41b1-98f6-a66faa143d5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:40:05,230 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.038s 2021-10-27 01:40:05,230 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-47448959-8383-4872-af63-49bdc2a8a4c8', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-47448959-8383-4872-af63-49bdc2a8a4c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:40:06,273 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:40:06,274 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c1a368e-fb76-4d83-b967-47c462c9b533', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c1a368e-fb76-4d83-b967-47c462c9b533', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:40:07,319 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.037s 2021-10-27 01:40:07,320 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d45ccdce-746e-4fe6-8237-2c002ee6624c', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d45ccdce-746e-4fe6-8237-2c002ee6624c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:40:08,364 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:40:08,364 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-420861ef-4f58-4fc4-bbe5-359d9c1268fc', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-420861ef-4f58-4fc4-bbe5-359d9c1268fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:40:09,408 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:40:09,409 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c54697d-4eb5-4be8-bb92-5da6194521f5', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c54697d-4eb5-4be8-bb92-5da6194521f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:40:10,454 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.037s 2021-10-27 01:40:10,454 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e01e1496-58ae-497e-8c47-db14c7b8f301', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e01e1496-58ae-497e-8c47-db14c7b8f301', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:40:11,498 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.037s 2021-10-27 01:40:11,499 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5a47b67-2ac6-4c1f-831e-ca210411c7ab', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a5a47b67-2ac6-4c1f-831e-ca210411c7ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:40:12,542 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:40:12,542 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-752e1a0e-ee8f-461b-9528-1f8dbbeb997c', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-752e1a0e-ee8f-461b-9528-1f8dbbeb997c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:40:13,587 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.037s 2021-10-27 01:40:13,588 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-16f17e50-fc62-446d-8f89-6daa1d7a6384', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-16f17e50-fc62-446d-8f89-6daa1d7a6384', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:40:14,631 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.035s 2021-10-27 01:40:14,631 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d7d7bb2-6ec9-44f1-86ff-e97e46a381f1', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d7d7bb2-6ec9-44f1-86ff-e97e46a381f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:40:15,676 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:40:15,676 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5b7c514-b397-4d72-9dcd-dc9f27b6b278', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5b7c514-b397-4d72-9dcd-dc9f27b6b278', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:40:16,721 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.035s 2021-10-27 01:40:16,721 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-987a0bb4-db84-469f-a226-c7ee413b2713', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-987a0bb4-db84-469f-a226-c7ee413b2713', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:40:17,766 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.037s 2021-10-27 01:40:17,766 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c4533e4-04b5-4cf3-9cd7-f677c476758c', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c4533e4-04b5-4cf3-9cd7-f677c476758c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:40:18,811 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.037s 2021-10-27 01:40:18,811 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-881e0dfa-0d5c-4d86-93b6-fbc65790c06d', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-881e0dfa-0d5c-4d86-93b6-fbc65790c06d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:40:19,855 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.035s 2021-10-27 01:40:19,855 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-61864d5c-fc45-4a12-8cac-9fd9a1187047', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-61864d5c-fc45-4a12-8cac-9fd9a1187047', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:40:20,901 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.037s 2021-10-27 01:40:20,901 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac6c8126-b564-4d67-ac79-551829d10d12', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac6c8126-b564-4d67-ac79-551829d10d12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:40:21,945 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:40:21,946 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e22909ee-9a7a-4fb5-bdae-085995530a92', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e22909ee-9a7a-4fb5-bdae-085995530a92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:40:22,990 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.037s 2021-10-27 01:40:22,990 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d090443b-8e67-4434-a821-047f365892dd', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d090443b-8e67-4434-a821-047f365892dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:40:24,034 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:40:24,035 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8143940-e830-4b7e-b8f6-6388a735a00e', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8143940-e830-4b7e-b8f6-6388a735a00e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:40:25,079 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:40:25,079 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a167a258-4ed2-4756-9756-84cd5d793c21', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a167a258-4ed2-4756-9756-84cd5d793c21', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:40:26,124 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.037s 2021-10-27 01:40:26,124 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-acaf12ae-7f0b-4979-9d0c-3228d689378c', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-acaf12ae-7f0b-4979-9d0c-3228d689378c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:40:27,168 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:40:27,169 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e731725-672a-48b7-9061-86b67ee8781c', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e731725-672a-48b7-9061-86b67ee8781c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:40:28,213 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.037s 2021-10-27 01:40:28,214 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ebd540e-c3a3-4de1-886d-7aad1e47c138', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ebd540e-c3a3-4de1-886d-7aad1e47c138', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:40:29,257 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:40:29,258 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8442db2-56c3-4abf-83e1-bb1e24e0707c', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f8442db2-56c3-4abf-83e1-bb1e24e0707c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:40:30,302 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:40:30,302 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a369d13f-d3a0-46b2-b395-79371e10dd3d', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a369d13f-d3a0-46b2-b395-79371e10dd3d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:40:31,347 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:40:31,348 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a67796e4-10af-4901-870d-1eed01106f50', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a67796e4-10af-4901-870d-1eed01106f50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:40:32,391 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.035s 2021-10-27 01:40:32,392 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8088ae0e-10f5-445d-9cf5-f71e13015b4c', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8088ae0e-10f5-445d-9cf5-f71e13015b4c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:40:33,437 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.038s 2021-10-27 01:40:33,438 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-00a57c04-238d-4ccf-9a0d-fbbd3ed6d4ac', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00a57c04-238d-4ccf-9a0d-fbbd3ed6d4ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:40:34,481 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:40:34,482 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-561f89f5-9564-447f-810f-70476b7d50dd', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-561f89f5-9564-447f-810f-70476b7d50dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:40:35,525 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:40:35,526 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4de820cb-ba03-4fe7-a408-298588c26424', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4de820cb-ba03-4fe7-a408-298588c26424', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:40:36,571 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:40:36,571 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8357f2f3-4149-404b-9461-c4de7a34eb39', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8357f2f3-4149-404b-9461-c4de7a34eb39', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:40:37,616 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.038s 2021-10-27 01:40:37,617 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc45d240-1846-4890-aa12-8b90c9c8f18d', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc45d240-1846-4890-aa12-8b90c9c8f18d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:40:38,662 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:40:38,662 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b76ab254-26d9-40e0-8966-b6bd5071b003', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b76ab254-26d9-40e0-8966-b6bd5071b003', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:40:39,704 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.035s 2021-10-27 01:40:39,705 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-de630ffc-736a-4b1f-90ed-dafe92eb7c53', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de630ffc-736a-4b1f-90ed-dafe92eb7c53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:40:40,749 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.037s 2021-10-27 01:40:40,750 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5e69411-9e3b-4648-8580-232152f9e66f', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5e69411-9e3b-4648-8580-232152f9e66f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:40:41,793 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:40:41,794 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fecebbe6-ce05-404f-a2de-add335c9eebc', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fecebbe6-ce05-404f-a2de-add335c9eebc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:40:42,838 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.037s 2021-10-27 01:40:42,838 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c74d3f35-ee30-4f91-b77d-6bb622d04231', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c74d3f35-ee30-4f91-b77d-6bb622d04231', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:40:43,881 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.035s 2021-10-27 01:40:43,881 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dda5f031-4eaa-47ef-ada6-334278be912f', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dda5f031-4eaa-47ef-ada6-334278be912f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:40:44,926 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.037s 2021-10-27 01:40:44,927 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9894489e-2080-4aae-a869-2238dcdd2864', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9894489e-2080-4aae-a869-2238dcdd2864', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:40:45,972 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:40:45,972 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1716d64e-b337-44c3-bcb1-7bdfcdc7ff5d', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1716d64e-b337-44c3-bcb1-7bdfcdc7ff5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:40:47,016 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:40:47,017 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c46cef38-f550-4d3c-8181-cca65619434c', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c46cef38-f550-4d3c-8181-cca65619434c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:40:48,065 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.040s 2021-10-27 01:40:48,065 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6426371-cc25-46b7-90d9-e58c3c8096a8', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6426371-cc25-46b7-90d9-e58c3c8096a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:40:49,109 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:40:49,110 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-611f384a-0304-4593-9f35-1971c62741a1', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-611f384a-0304-4593-9f35-1971c62741a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:40:50,155 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.037s 2021-10-27 01:40:50,155 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40da7a3f-d59e-41a2-900f-657d1ea06187', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40da7a3f-d59e-41a2-900f-657d1ea06187', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:40:51,202 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.039s 2021-10-27 01:40:51,202 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dfe4edad-9a52-4dfd-8052-5ca2dbdbc519', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dfe4edad-9a52-4dfd-8052-5ca2dbdbc519', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:40:52,248 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.038s 2021-10-27 01:40:52,248 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e86e5a39-ee7e-4d8b-ad56-f8a9bd80629d', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e86e5a39-ee7e-4d8b-ad56-f8a9bd80629d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:40:53,292 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:40:53,293 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88bdf779-b0c9-4952-9054-2fd628f27adf', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88bdf779-b0c9-4952-9054-2fd628f27adf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:40:54,338 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.037s 2021-10-27 01:40:54,338 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-59b085a2-0337-46c9-849f-26a342ec94a8', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-59b085a2-0337-46c9-849f-26a342ec94a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:40:55,383 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.037s 2021-10-27 01:40:55,384 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04ef987e-e40d-4c34-a443-fd6e412915cd', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04ef987e-e40d-4c34-a443-fd6e412915cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:40:56,431 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.040s 2021-10-27 01:40:56,432 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac86716e-1049-4d68-9d02-645acff0621b', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac86716e-1049-4d68-9d02-645acff0621b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:40:57,476 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:40:57,476 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e657e5d2-58f8-43e0-9b7e-91c0bd7e584f', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e657e5d2-58f8-43e0-9b7e-91c0bd7e584f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:40:58,521 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.037s 2021-10-27 01:40:58,521 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74b5f7ac-0988-477f-ae7c-6270091f6cd6', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74b5f7ac-0988-477f-ae7c-6270091f6cd6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:40:59,725 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.195s 2021-10-27 01:40:59,726 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-01fbc55a-6651-42eb-bb76-dcd8957f9c01', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01fbc55a-6651-42eb-bb76-dcd8957f9c01', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:41:00,774 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.040s 2021-10-27 01:41:00,774 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ebf4e3c-3dc6-471f-9946-295bab8c9489', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ebf4e3c-3dc6-471f-9946-295bab8c9489', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:41:01,822 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.041s 2021-10-27 01:41:01,823 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-272c57ff-1418-459e-8432-9a26a998f391', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-272c57ff-1418-459e-8432-9a26a998f391', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:41:02,871 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.040s 2021-10-27 01:41:02,871 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b8cf6358-43f7-4cf7-b315-8ab832f01bf5', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b8cf6358-43f7-4cf7-b315-8ab832f01bf5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:41:03,919 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.039s 2021-10-27 01:41:03,919 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-60921603-e142-4dd5-8726-dced1873c2f6', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-60921603-e142-4dd5-8726-dced1873c2f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:41:04,969 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.042s 2021-10-27 01:41:04,969 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd0591d6-c70e-4e96-a1be-19ae3793b9f7', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd0591d6-c70e-4e96-a1be-19ae3793b9f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:41:06,020 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.043s 2021-10-27 01:41:06,020 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-de6b1cba-b590-4d34-ae48-6e0b883943fa', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de6b1cba-b590-4d34-ae48-6e0b883943fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:41:07,067 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.039s 2021-10-27 01:41:07,067 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-399c9651-551c-42de-8e9a-0df993462984', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-399c9651-551c-42de-8e9a-0df993462984', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:41:08,117 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.042s 2021-10-27 01:41:08,117 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-281ad39e-38cc-4a59-8a78-0ee2e2fb01ef', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-281ad39e-38cc-4a59-8a78-0ee2e2fb01ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:41:09,165 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.039s 2021-10-27 01:41:09,165 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c99cdd9d-a077-4e2f-8be3-ff18e34279b8', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c99cdd9d-a077-4e2f-8be3-ff18e34279b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:41:10,214 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.041s 2021-10-27 01:41:10,215 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b12f7c9e-ca0c-4a05-a806-20bcc1ac76e7', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b12f7c9e-ca0c-4a05-a806-20bcc1ac76e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:41:11,264 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.042s 2021-10-27 01:41:11,265 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a7ddbaf-3fcd-4e93-aa00-1712a6eabee2', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a7ddbaf-3fcd-4e93-aa00-1712a6eabee2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:41:12,314 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.042s 2021-10-27 01:41:12,315 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db9260f7-1df5-45da-8736-2bd1f07a160c', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db9260f7-1df5-45da-8736-2bd1f07a160c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:41:13,361 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.039s 2021-10-27 01:41:13,362 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-428f36a1-d5c8-4cd5-879b-097655c14054', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-428f36a1-d5c8-4cd5-879b-097655c14054', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:41:14,411 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.041s 2021-10-27 01:41:14,411 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-06093d14-a384-4154-92bb-80a3a174c40c', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-06093d14-a384-4154-92bb-80a3a174c40c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:41:15,459 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.040s 2021-10-27 01:41:15,460 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aae5ef89-4951-47f5-bf4f-e64dc543c59d', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aae5ef89-4951-47f5-bf4f-e64dc543c59d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:41:16,511 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.043s 2021-10-27 01:41:16,512 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e852c04-56ca-4b74-b3cd-344924635f16', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e852c04-56ca-4b74-b3cd-344924635f16', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:41:17,556 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:41:17,556 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ddb1c8a6-aec6-480f-aada-d9d1dcd328f6', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ddb1c8a6-aec6-480f-aada-d9d1dcd328f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:41:18,605 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.041s 2021-10-27 01:41:18,606 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6eb00917-6e47-47c5-90e1-b162167bce4f', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6eb00917-6e47-47c5-90e1-b162167bce4f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:41:19,655 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.041s 2021-10-27 01:41:19,655 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ef122fc-feb5-4424-a20a-0d968c52b8aa', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ef122fc-feb5-4424-a20a-0d968c52b8aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:41:20,703 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.040s 2021-10-27 01:41:20,703 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e45408f-08fc-4699-ae5e-1f99c57a45f3', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e45408f-08fc-4699-ae5e-1f99c57a45f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:41:21,756 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.045s 2021-10-27 01:41:21,756 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cbd0b390-222c-430d-b752-df25b31fa056', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cbd0b390-222c-430d-b752-df25b31fa056', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:41:22,808 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.043s 2021-10-27 01:41:22,808 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32250a5a-86e2-4374-b0ca-aa8e4b9ac665', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32250a5a-86e2-4374-b0ca-aa8e4b9ac665', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:41:23,857 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.040s 2021-10-27 01:41:23,857 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-49f3fcaf-37ed-4309-8692-7d537bc370ce', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-49f3fcaf-37ed-4309-8692-7d537bc370ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:41:24,905 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.040s 2021-10-27 01:41:24,905 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-732ccaef-0479-46e7-97cd-3e48de3eab74', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-732ccaef-0479-46e7-97cd-3e48de3eab74', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:41:25,956 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.042s 2021-10-27 01:41:25,956 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fabbfc10-8815-4f4a-9745-852cc5f751ec', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fabbfc10-8815-4f4a-9745-852cc5f751ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:41:27,003 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.039s 2021-10-27 01:41:27,003 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af0ba302-2e80-4d70-8064-6f9b386a265b', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af0ba302-2e80-4d70-8064-6f9b386a265b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:41:28,054 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.044s 2021-10-27 01:41:28,055 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6692e5d8-c818-447b-aed3-5fb851c6e0ad', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6692e5d8-c818-447b-aed3-5fb851c6e0ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:41:29,099 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.035s 2021-10-27 01:41:29,100 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aba710fb-1685-447e-9340-a252952441e6', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aba710fb-1685-447e-9340-a252952441e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:41:30,147 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.040s 2021-10-27 01:41:30,148 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a6c3c9ac-ff9f-44c3-914c-c24668b24be7', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a6c3c9ac-ff9f-44c3-914c-c24668b24be7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:41:31,196 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.040s 2021-10-27 01:41:31,197 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-87283623-d5a8-4725-98d8-9d3c68d0c5b4', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-87283623-d5a8-4725-98d8-9d3c68d0c5b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:41:32,245 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.041s 2021-10-27 01:41:32,246 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e968a2a0-b2c1-441b-879a-6ae5c1cab72f', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e968a2a0-b2c1-441b-879a-6ae5c1cab72f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:41:33,295 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.042s 2021-10-27 01:41:33,295 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-115326eb-b959-4daf-a768-b1fc42b58174', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-115326eb-b959-4daf-a768-b1fc42b58174', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:41:34,346 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.043s 2021-10-27 01:41:34,347 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30ddee6a-ed32-4a1b-be28-68cfa8a4f69e', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30ddee6a-ed32-4a1b-be28-68cfa8a4f69e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:41:35,392 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.038s 2021-10-27 01:41:35,393 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-25cbac91-450f-41ab-a639-bd2e505214fc', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-25cbac91-450f-41ab-a639-bd2e505214fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:41:36,502 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.102s 2021-10-27 01:41:36,502 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9287cd10-3a3d-4d7b-8605-1df610bda0f8', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9287cd10-3a3d-4d7b-8605-1df610bda0f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:41:37,549 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.038s 2021-10-27 01:41:37,549 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f5117a6c-1128-431b-b189-7fcc455e7902', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f5117a6c-1128-431b-b189-7fcc455e7902', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:41:38,593 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.035s 2021-10-27 01:41:38,593 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-81c32b5f-4a08-4751-bd0e-29c58344b844', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-81c32b5f-4a08-4751-bd0e-29c58344b844', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:41:39,636 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.035s 2021-10-27 01:41:39,637 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed435e0d-0ffe-4100-9b77-60f7965a85df', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed435e0d-0ffe-4100-9b77-60f7965a85df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:41:40,679 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.035s 2021-10-27 01:41:40,680 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-187057ff-70d9-46c0-abb2-1735e6fb1d1b', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-187057ff-70d9-46c0-abb2-1735e6fb1d1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:41:41,725 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:41:41,725 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48cd2c45-75bd-4581-81f5-ce2c6085619f', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48cd2c45-75bd-4581-81f5-ce2c6085619f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:41:42,766 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.034s 2021-10-27 01:41:42,767 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65b8393f-a1a6-488f-9d16-2e0f3fbbad4c', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65b8393f-a1a6-488f-9d16-2e0f3fbbad4c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:41:43,813 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.039s 2021-10-27 01:41:43,814 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d21eda73-3711-4875-b349-0f05d0ec2e0c', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d21eda73-3711-4875-b349-0f05d0ec2e0c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:41:44,856 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.034s 2021-10-27 01:41:44,856 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45cc7329-b435-4d53-b036-8f107ac1c71b', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45cc7329-b435-4d53-b036-8f107ac1c71b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:41:45,908 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.043s 2021-10-27 01:41:45,908 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a4ac503-c025-4983-8aae-938285064168', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a4ac503-c025-4983-8aae-938285064168', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:41:46,957 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.041s 2021-10-27 01:41:46,957 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1ac7377-2b67-42ad-a9e6-b4a0b3fd2306', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1ac7377-2b67-42ad-a9e6-b4a0b3fd2306', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:41:48,005 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.040s 2021-10-27 01:41:48,005 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04fc9256-fa87-4319-a7e6-d4d8dc4a6588', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04fc9256-fa87-4319-a7e6-d4d8dc4a6588', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:41:49,053 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.040s 2021-10-27 01:41:49,053 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f91b0282-f0c8-41aa-9660-4dcb524c2aea', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f91b0282-f0c8-41aa-9660-4dcb524c2aea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:41:50,108 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.046s 2021-10-27 01:41:50,108 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1876d48-4c62-49fd-be53-ca20e27443b1', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1876d48-4c62-49fd-be53-ca20e27443b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:41:51,152 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:41:51,152 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9edfa882-69e8-4c96-a033-8fcc74e1aa33', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9edfa882-69e8-4c96-a033-8fcc74e1aa33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:41:52,201 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.041s 2021-10-27 01:41:52,201 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee2bb92b-c5b0-482b-a099-85bb08fa9b42', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee2bb92b-c5b0-482b-a099-85bb08fa9b42', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:41:53,250 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.041s 2021-10-27 01:41:53,250 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-44890f2b-13f8-47f3-91bb-4b9b45e99c1c', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-44890f2b-13f8-47f3-91bb-4b9b45e99c1c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:41:54,299 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.041s 2021-10-27 01:41:54,300 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e32a18a-e59a-4bca-9607-832835c6c549', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e32a18a-e59a-4bca-9607-832835c6c549', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:41:55,347 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.039s 2021-10-27 01:41:55,347 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-337e195e-17e7-411f-bb97-ace617842228', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-337e195e-17e7-411f-bb97-ace617842228', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:41:56,397 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.042s 2021-10-27 01:41:56,398 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27b79968-33bd-4cca-8ab6-7968df891405', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27b79968-33bd-4cca-8ab6-7968df891405', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:41:57,444 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.039s 2021-10-27 01:41:57,445 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5265840-746b-4f60-85b1-39b58434027d', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5265840-746b-4f60-85b1-39b58434027d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:41:58,495 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.042s 2021-10-27 01:41:58,496 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d8afc6af-80cb-478f-a4d2-e250c98f92e5', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d8afc6af-80cb-478f-a4d2-e250c98f92e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:41:59,543 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.039s 2021-10-27 01:41:59,543 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-196848a3-38bb-499c-ac80-87bc0803cbc7', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-196848a3-38bb-499c-ac80-87bc0803cbc7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:42:00,597 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.046s 2021-10-27 01:42:00,597 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b1908f8d-41b4-4f81-bcb7-3b295ad58caa', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b1908f8d-41b4-4f81-bcb7-3b295ad58caa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:42:01,648 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.043s 2021-10-27 01:42:01,648 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bfa45e61-e367-46d7-9111-690824cd9709', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bfa45e61-e367-46d7-9111-690824cd9709', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:42:02,693 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:42:02,693 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7194f6b5-7e5f-4950-8c93-82be207e039f', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7194f6b5-7e5f-4950-8c93-82be207e039f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:42:03,741 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.041s 2021-10-27 01:42:03,742 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-129ecd4c-8e9c-4f4a-b914-9ec6430ecdb5', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-129ecd4c-8e9c-4f4a-b914-9ec6430ecdb5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:42:04,789 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.040s 2021-10-27 01:42:04,790 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-994dd84c-b545-4e78-bf3f-dcc8ec2b74a7', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-994dd84c-b545-4e78-bf3f-dcc8ec2b74a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:42:05,843 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.046s 2021-10-27 01:42:05,844 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-22cbb4f0-fe75-46cb-a0c4-a307a1869926', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-22cbb4f0-fe75-46cb-a0c4-a307a1869926', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:42:06,889 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.037s 2021-10-27 01:42:06,889 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55f45d07-9115-4d74-b4d7-df45af5948dc', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55f45d07-9115-4d74-b4d7-df45af5948dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:42:07,939 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.042s 2021-10-27 01:42:07,939 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36b446b4-14a8-4adf-94ab-45251b5314b8', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36b446b4-14a8-4adf-94ab-45251b5314b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:42:08,990 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.044s 2021-10-27 01:42:08,990 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8eb1ff4-af2d-4fea-ba4c-8b0d0cd6dbed', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8eb1ff4-af2d-4fea-ba4c-8b0d0cd6dbed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:42:10,040 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.042s 2021-10-27 01:42:10,040 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc3d676c-4626-4abc-98f0-8105a913625f', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc3d676c-4626-4abc-98f0-8105a913625f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:42:11,088 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.039s 2021-10-27 01:42:11,088 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-97ef2f0f-4ef6-4146-b579-e72ab68cefc4', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-97ef2f0f-4ef6-4146-b579-e72ab68cefc4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:42:12,137 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.041s 2021-10-27 01:42:12,138 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a5d4a04-3747-48e3-822d-4e135a1b4c24', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a5d4a04-3747-48e3-822d-4e135a1b4c24', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:42:13,184 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.039s 2021-10-27 01:42:13,185 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-16d67b3f-23be-4326-9a6a-532c5f42ac06', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-16d67b3f-23be-4326-9a6a-532c5f42ac06', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:42:14,237 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.044s 2021-10-27 01:42:14,237 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7be932c5-3afc-436a-8f68-d99afacd84b2', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7be932c5-3afc-436a-8f68-d99afacd84b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:42:15,283 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.038s 2021-10-27 01:42:15,283 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b86d98be-2cad-43c2-aac8-8ac0967fff51', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b86d98be-2cad-43c2-aac8-8ac0967fff51', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:42:16,332 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.041s 2021-10-27 01:42:16,332 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1acab616-28d1-4537-9bab-c62a8bbf2cea', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1acab616-28d1-4537-9bab-c62a8bbf2cea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:42:17,381 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.041s 2021-10-27 01:42:17,382 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc1152f3-60ae-479d-ab5b-4e29191eaa0d', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc1152f3-60ae-479d-ab5b-4e29191eaa0d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:42:18,433 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.043s 2021-10-27 01:42:18,434 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40a448d8-ff57-46dc-954a-e3b0cce68a55', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40a448d8-ff57-46dc-954a-e3b0cce68a55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:42:19,479 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.038s 2021-10-27 01:42:19,480 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8fc77e81-290f-4209-ac6b-2715e9e51de9', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8fc77e81-290f-4209-ac6b-2715e9e51de9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:42:20,528 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.040s 2021-10-27 01:42:20,528 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6fb2938f-70fa-4ff4-9fd5-13bf6154fb58', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6fb2938f-70fa-4ff4-9fd5-13bf6154fb58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:42:21,577 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.041s 2021-10-27 01:42:21,578 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03c7daac-1904-4a8a-97af-a511d6666a26', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03c7daac-1904-4a8a-97af-a511d6666a26', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:42:22,627 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.041s 2021-10-27 01:42:22,627 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-50ec03ed-d41c-4d89-862b-da26dcf71f40', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-50ec03ed-d41c-4d89-862b-da26dcf71f40', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:42:23,675 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.040s 2021-10-27 01:42:23,676 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6f676e0-fa25-4177-aaa2-4502772db6f3', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6f676e0-fa25-4177-aaa2-4502772db6f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:42:24,725 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.041s 2021-10-27 01:42:24,725 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28f94dde-9095-4aa2-9454-94e2c9cd93d9', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28f94dde-9095-4aa2-9454-94e2c9cd93d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:42:25,772 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.039s 2021-10-27 01:42:25,773 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b7d3d8c3-b545-466f-b432-6ecafb57850b', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b7d3d8c3-b545-466f-b432-6ecafb57850b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:42:26,822 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.041s 2021-10-27 01:42:26,823 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75002978-7cda-42eb-8071-110d3c929108', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75002978-7cda-42eb-8071-110d3c929108', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:42:27,872 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.042s 2021-10-27 01:42:27,873 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f153eb0a-dda9-4332-b83f-9397f31169df', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f153eb0a-dda9-4332-b83f-9397f31169df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:42:28,924 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.043s 2021-10-27 01:42:28,924 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-223db503-86fc-4684-b0dd-9214e3519ab8', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-223db503-86fc-4684-b0dd-9214e3519ab8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:42:29,974 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.041s 2021-10-27 01:42:29,974 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c7d6c06-f037-4e37-acc6-bbf14ea193bf', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c7d6c06-f037-4e37-acc6-bbf14ea193bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:42:31,020 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.037s 2021-10-27 01:42:31,021 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18df2a82-c9c0-4c4f-8d5c-d60883580862', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18df2a82-c9c0-4c4f-8d5c-d60883580862', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:42:32,075 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.046s 2021-10-27 01:42:32,075 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ee2748c-000d-414c-a594-16d7a20ddf71', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ee2748c-000d-414c-a594-16d7a20ddf71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:42:33,125 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.042s 2021-10-27 01:42:33,125 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d34880c-b525-455a-860e-e0b9ce4b9921', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d34880c-b525-455a-860e-e0b9ce4b9921', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:42:34,173 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.040s 2021-10-27 01:42:34,174 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-322713b8-b393-4fc4-a7de-5e3fcf3f7ee8', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-322713b8-b393-4fc4-a7de-5e3fcf3f7ee8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:42:35,222 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.041s 2021-10-27 01:42:35,222 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c311667-db9a-4ca5-9c68-677c209f6ab8', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c311667-db9a-4ca5-9c68-677c209f6ab8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:42:36,270 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.041s 2021-10-27 01:42:36,270 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-332f4945-72d1-4187-9333-c389f58b30f2', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-332f4945-72d1-4187-9333-c389f58b30f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:42:37,321 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.042s 2021-10-27 01:42:37,321 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ef73e244-343a-44bd-b454-1da3c63de8fb', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ef73e244-343a-44bd-b454-1da3c63de8fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:42:38,369 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.040s 2021-10-27 01:42:38,370 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28bf0ad1-34d3-4957-9f65-33934bfd136d', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28bf0ad1-34d3-4957-9f65-33934bfd136d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:42:39,414 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:42:39,415 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c96ad37-1083-4bc3-a8c8-94ebcf954a03', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c96ad37-1083-4bc3-a8c8-94ebcf954a03', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:42:40,459 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:42:40,460 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c1471a1-5fa9-4cd4-9a9d-dc7b38946d72', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c1471a1-5fa9-4cd4-9a9d-dc7b38946d72', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:42:41,505 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.037s 2021-10-27 01:42:41,506 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b610194-84e3-41f1-bde0-c86f045afd10', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b610194-84e3-41f1-bde0-c86f045afd10', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:42:42,549 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:42:42,550 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a31fa43-9e4b-4656-ac68-7a96171ebc27', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a31fa43-9e4b-4656-ac68-7a96171ebc27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:42:43,596 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.037s 2021-10-27 01:42:43,596 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0daccd4-83ac-4f9d-bb80-27e2d26f606d', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0daccd4-83ac-4f9d-bb80-27e2d26f606d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:42:44,641 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.037s 2021-10-27 01:42:44,641 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3edd52b2-261c-4244-9f15-935e745179ab', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3edd52b2-261c-4244-9f15-935e745179ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:42:45,686 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:42:45,686 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1afccf23-7b98-4a35-b496-11b78795b72f', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1afccf23-7b98-4a35-b496-11b78795b72f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:42:46,730 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.037s 2021-10-27 01:42:46,731 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-614f06a8-8612-4174-a6c7-1a26f7d4afd3', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-614f06a8-8612-4174-a6c7-1a26f7d4afd3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:42:47,775 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe 0.036s 2021-10-27 01:42:47,775 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-704e4be7-942b-4072-a878-30a137158ebc', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-704e4be7-942b-4072-a878-30a137158ebc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe'} Body: b'{"volume": {"id": "ff26fb18-db74-4a0a-a2e8-ecf125d330fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:47.000000", "updated_at": "2021-10-27T01:36:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-102708389", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/ff26fb18-db74-4a0a-a2e8-ecf125d330fe"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume_negative.py", line 70, in test_attach_attached_volume_to_different_server volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 539, 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 ff26fb18-db74-4a0a-a2e8-ecf125d330fe failed to reach available status (current creating) within the required time (360 s). |
||||||
test_attach_attached_volume_to_same_server[id-aab919e2-d992-4cbb-a4ed-745c2475398c,negative] |
fail
ft7.2: tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_same_server[id-aab919e2-d992-4cbb-a4ed-745c2475398c,negative]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-10-27 01:42:47,897 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 201 POST http://10.222.0.25/identity/v3/auth/tokens 0.031s 2021-10-27 01:42:47,898 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3401', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-75c353a7-4f43-48e7-9866-28fae8e1a40a', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.25/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "896ad3ff1d5a4723900241fdca7c73c2", "name": "tempest-AttachVolumeNegativeTest-58434829-project", "password_expires_at": null}, "audit_ids": ["F3yFFNsGQlqBnJC302Hoxg"], "expires_at": "2021-10-27T02:42:47.000000Z", "issued_at": "2021-10-27T01:42:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6f423b9700e344a68263020698e12494", "name": "tempest-AttachVolumeNegativeTest-58434829"}, "is_domain": false, "roles": [{"id": "0293d5b9b91a4a4899b291db05e78c7a", "name": "reader"}, {"id": "540999ece4154e6ba219007ddda3f8f9", "name": "member"}], "catalog": [{"endpoints": [{"id": "dede6f159b7a4724a0318938fda19b51", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.25/compute/v2/6f423b9700e344a68263020698e12494", "region": "RegionOne"}], "id": "00f1a3a9bd3b4b558de3e3b6b00a591b", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "1dbdc704b555461a8e4d746bfe94b9a6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.25/identity", "region": "RegionOne"}, {"id": "b8d7190c7f49471fae95fccbd5aa0a09", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.25/identity", "region": "RegionOne"}], "id": "167c7595b1e343e9b1422c9ff1201b75", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "506ccf8602fb49ee98d44873cdf9c9fc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.25/placement", "region": "RegionOne"}], "id": "38e0de125fbe4e53b58aef8e34b593b0", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "e6026457878e427081839e4be7a803c6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.25:9696/", "region": "RegionOne"}], "id": "58ef4d654a7742459ca85682db5486c7", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8a20ed1c9b7846008ef02a78a26cc861", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.25:8080", "region": "RegionOne"}, {"id": "93e80c2cc5684420b074e34d156a7bfa", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.25:8080/v1/AUTH_6f423b9700e344a68263020698e12494", "region": "RegionOne"}], "id": "6d87c10140ae488fa635a70a7f967e2d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "618f3a351cba460d9918ea4ce4e44ba1", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494", "region": "RegionOne"}], "id": "aa1c0fef2cc543e0a9cbb6cb579f7cea", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "c3852ec3ad1248de934ccfe141d45d99", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494", "region": "RegionOne"}], "id": "c3cae66c1ff04401a0e58b33602f5a81", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "374a9057056840fd9e3ff614ddd8f31f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.25/image", "region": "RegionOne"}], "id": "c7951d790c76424b847983955cd13d56", "type": "image", "name": "glance"}, {"endpoints": [{"id": "3344509087e245018b74739b9196c1bb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.25/compute/v2.1", "region": "RegionOne"}], "id": "da7a106adf7849ad8627b08152421e8c", "type": "compute", "name": "nova"}]}}' 2021-10-27 01:42:47,898 122963 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server) Found network {'id': 'ab1f0f72-2145-4dc1-83a2-100acb2d706d', 'name': 'tempest-AttachVolumeNegativeTest-546392915-network', 'tenant_id': '6f423b9700e344a68263020698e12494', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '6f423b9700e344a68263020698e12494', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 800, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2021-10-27T01:36:35Z', 'updated_at': '2021-10-27T01:36:35Z', 'revision_number': 1} available for tenant 2021-10-27 01:42:48,582 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 202 POST http://10.222.0.25/compute/v2.1/servers 0.683s 2021-10-27 01:42:48,583 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-1185465161", "imageRef": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "flavorRef": "452", "networks": [{"uuid": "ab1f0f72-2145-4dc1-83a2-100acb2d706d"}]}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.25/compute/v2.1/servers/1fb9ebfd-8177-476f-b90b-62851d2dc79c', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4c300edb-dc97-466a-aeca-bd09a29d5cde', 'x-compute-request-id': 'req-4c300edb-dc97-466a-aeca-bd09a29d5cde', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.25/compute/v2.1/servers'} Body: b'{"server": {"id": "1fb9ebfd-8177-476f-b90b-62851d2dc79c", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/1fb9ebfd-8177-476f-b90b-62851d2dc79c"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/1fb9ebfd-8177-476f-b90b-62851d2dc79c"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "NjEdSoZES34R"}}' 2021-10-27 01:42:48,657 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/compute/v2.1/servers/1fb9ebfd-8177-476f-b90b-62851d2dc79c 0.072s 2021-10-27 01:42:48,658 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a0e3a620-d7b2-4704-9cc9-c6e5c833c070', 'x-compute-request-id': 'req-a0e3a620-d7b2-4704-9cc9-c6e5c833c070', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/1fb9ebfd-8177-476f-b90b-62851d2dc79c'} Body: b'{"server": {"id": "1fb9ebfd-8177-476f-b90b-62851d2dc79c", "name": "tempest-AttachVolumeNegativeTest-server-1185465161", "status": "BUILD", "tenant_id": "6f423b9700e344a68263020698e12494", "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "metadata": {}, "hostId": "", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:42:49Z", "updated": "2021-10-27T01:42:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/1fb9ebfd-8177-476f-b90b-62851d2dc79c"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/1fb9ebfd-8177-476f-b90b-62851d2dc79c"}], "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-10-27 01:42:50,034 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/compute/v2.1/servers/1fb9ebfd-8177-476f-b90b-62851d2dc79c 0.368s 2021-10-27 01:42:50,034 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1288', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d75d1882-c031-4364-9280-ab89281a3568', 'x-compute-request-id': 'req-d75d1882-c031-4364-9280-ab89281a3568', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/1fb9ebfd-8177-476f-b90b-62851d2dc79c'} Body: b'{"server": {"id": "1fb9ebfd-8177-476f-b90b-62851d2dc79c", "name": "tempest-AttachVolumeNegativeTest-server-1185465161", "status": "BUILD", "tenant_id": "6f423b9700e344a68263020698e12494", "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "metadata": {}, "hostId": "b03f3574fc06bedd24cb0fac0513455af65974e8c34325b5dba8e0f8", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:42:48Z", "updated": "2021-10-27T01:42:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/1fb9ebfd-8177-476f-b90b-62851d2dc79c"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/1fb9ebfd-8177-476f-b90b-62851d2dc79c"}], "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": "block_device_mapping", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-10-27 01:42:50,041 122963 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 2 second wait 2021-10-27 01:42:51,276 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/compute/v2.1/servers/1fb9ebfd-8177-476f-b90b-62851d2dc79c 0.233s 2021-10-27 01:42:51,277 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f3c0b18f-5b35-4604-9088-003e8dcb160c', 'x-compute-request-id': 'req-f3c0b18f-5b35-4604-9088-003e8dcb160c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/1fb9ebfd-8177-476f-b90b-62851d2dc79c'} Body: b'{"server": {"id": "1fb9ebfd-8177-476f-b90b-62851d2dc79c", "name": "tempest-AttachVolumeNegativeTest-server-1185465161", "status": "BUILD", "tenant_id": "6f423b9700e344a68263020698e12494", "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "metadata": {}, "hostId": "b03f3574fc06bedd24cb0fac0513455af65974e8c34325b5dba8e0f8", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:42:48Z", "updated": "2021-10-27T01:42:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/1fb9ebfd-8177-476f-b90b-62851d2dc79c"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/1fb9ebfd-8177-476f-b90b-62851d2dc79c"}], "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-10-27 01:42:51,284 122963 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 3 second wait 2021-10-27 01:42:52,427 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/compute/v2.1/servers/1fb9ebfd-8177-476f-b90b-62851d2dc79c 0.141s 2021-10-27 01:42:52,428 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f70bd55c-2a31-459f-a4e8-0213d0317d88', 'x-compute-request-id': 'req-f70bd55c-2a31-459f-a4e8-0213d0317d88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/1fb9ebfd-8177-476f-b90b-62851d2dc79c'} Body: b'{"server": {"id": "1fb9ebfd-8177-476f-b90b-62851d2dc79c", "name": "tempest-AttachVolumeNegativeTest-server-1185465161", "status": "BUILD", "tenant_id": "6f423b9700e344a68263020698e12494", "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "metadata": {}, "hostId": "b03f3574fc06bedd24cb0fac0513455af65974e8c34325b5dba8e0f8", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:42:48Z", "updated": "2021-10-27T01:42:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/1fb9ebfd-8177-476f-b90b-62851d2dc79c"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/1fb9ebfd-8177-476f-b90b-62851d2dc79c"}], "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-10-27 01:42:53,734 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/compute/v2.1/servers/1fb9ebfd-8177-476f-b90b-62851d2dc79c 0.297s 2021-10-27 01:42:53,734 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-358396b2-40fd-44b3-99b3-21f24d0ec587', 'x-compute-request-id': 'req-358396b2-40fd-44b3-99b3-21f24d0ec587', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/1fb9ebfd-8177-476f-b90b-62851d2dc79c'} Body: b'{"server": {"id": "1fb9ebfd-8177-476f-b90b-62851d2dc79c", "name": "tempest-AttachVolumeNegativeTest-server-1185465161", "status": "BUILD", "tenant_id": "6f423b9700e344a68263020698e12494", "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "metadata": {}, "hostId": "b03f3574fc06bedd24cb0fac0513455af65974e8c34325b5dba8e0f8", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:42:48Z", "updated": "2021-10-27T01:42:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/1fb9ebfd-8177-476f-b90b-62851d2dc79c"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/1fb9ebfd-8177-476f-b90b-62851d2dc79c"}], "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-10-27 01:42:54,890 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/compute/v2.1/servers/1fb9ebfd-8177-476f-b90b-62851d2dc79c 0.148s 2021-10-27 01:42:54,891 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9852c0a3-1ce1-42f1-a507-ba04893b57ee', 'x-compute-request-id': 'req-9852c0a3-1ce1-42f1-a507-ba04893b57ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/1fb9ebfd-8177-476f-b90b-62851d2dc79c'} Body: b'{"server": {"id": "1fb9ebfd-8177-476f-b90b-62851d2dc79c", "name": "tempest-AttachVolumeNegativeTest-server-1185465161", "status": "BUILD", "tenant_id": "6f423b9700e344a68263020698e12494", "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "metadata": {}, "hostId": "b03f3574fc06bedd24cb0fac0513455af65974e8c34325b5dba8e0f8", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:42:48Z", "updated": "2021-10-27T01:42:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/1fb9ebfd-8177-476f-b90b-62851d2dc79c"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/1fb9ebfd-8177-476f-b90b-62851d2dc79c"}], "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-10-27 01:42:56,042 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/compute/v2.1/servers/1fb9ebfd-8177-476f-b90b-62851d2dc79c 0.143s 2021-10-27 01:42:56,043 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6382f1e6-0f3c-411a-b069-ceacd50d251b', 'x-compute-request-id': 'req-6382f1e6-0f3c-411a-b069-ceacd50d251b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/1fb9ebfd-8177-476f-b90b-62851d2dc79c'} Body: b'{"server": {"id": "1fb9ebfd-8177-476f-b90b-62851d2dc79c", "name": "tempest-AttachVolumeNegativeTest-server-1185465161", "status": "BUILD", "tenant_id": "6f423b9700e344a68263020698e12494", "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "metadata": {}, "hostId": "b03f3574fc06bedd24cb0fac0513455af65974e8c34325b5dba8e0f8", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:42:48Z", "updated": "2021-10-27T01:42:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/1fb9ebfd-8177-476f-b90b-62851d2dc79c"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/1fb9ebfd-8177-476f-b90b-62851d2dc79c"}], "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-10-27 01:42:57,205 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/compute/v2.1/servers/1fb9ebfd-8177-476f-b90b-62851d2dc79c 0.154s 2021-10-27 01:42:57,206 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a318b37b-d462-499c-af6c-da8f23035a4b', 'x-compute-request-id': 'req-a318b37b-d462-499c-af6c-da8f23035a4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/1fb9ebfd-8177-476f-b90b-62851d2dc79c'} Body: b'{"server": {"id": "1fb9ebfd-8177-476f-b90b-62851d2dc79c", "name": "tempest-AttachVolumeNegativeTest-server-1185465161", "status": "BUILD", "tenant_id": "6f423b9700e344a68263020698e12494", "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "metadata": {}, "hostId": "b03f3574fc06bedd24cb0fac0513455af65974e8c34325b5dba8e0f8", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:42:48Z", "updated": "2021-10-27T01:42:57Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/1fb9ebfd-8177-476f-b90b-62851d2dc79c"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/1fb9ebfd-8177-476f-b90b-62851d2dc79c"}], "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-10-27 01:42:58,358 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/compute/v2.1/servers/1fb9ebfd-8177-476f-b90b-62851d2dc79c 0.144s 2021-10-27 01:42:58,358 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f7839abb-a96e-45ad-94f7-76601a023f97', 'x-compute-request-id': 'req-f7839abb-a96e-45ad-94f7-76601a023f97', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/1fb9ebfd-8177-476f-b90b-62851d2dc79c'} Body: b'{"server": {"id": "1fb9ebfd-8177-476f-b90b-62851d2dc79c", "name": "tempest-AttachVolumeNegativeTest-server-1185465161", "status": "BUILD", "tenant_id": "6f423b9700e344a68263020698e12494", "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "metadata": {}, "hostId": "b03f3574fc06bedd24cb0fac0513455af65974e8c34325b5dba8e0f8", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:42:48Z", "updated": "2021-10-27T01:42:57Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/1fb9ebfd-8177-476f-b90b-62851d2dc79c"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/1fb9ebfd-8177-476f-b90b-62851d2dc79c"}], "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-10-27 01:42:59,510 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/compute/v2.1/servers/1fb9ebfd-8177-476f-b90b-62851d2dc79c 0.143s 2021-10-27 01:42:59,511 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:59 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-5ea527eb-cfd9-457c-9565-323ce0f519c2', 'x-compute-request-id': 'req-5ea527eb-cfd9-457c-9565-323ce0f519c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/1fb9ebfd-8177-476f-b90b-62851d2dc79c'} Body: b'{"server": {"id": "1fb9ebfd-8177-476f-b90b-62851d2dc79c", "name": "tempest-AttachVolumeNegativeTest-server-1185465161", "status": "ACTIVE", "tenant_id": "6f423b9700e344a68263020698e12494", "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "metadata": {}, "hostId": "b03f3574fc06bedd24cb0fac0513455af65974e8c34325b5dba8e0f8", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:42:48Z", "updated": "2021-10-27T01:42:58Z", "addresses": {"tempest-AttachVolumeNegativeTest-546392915-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:10:f5:c2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/1fb9ebfd-8177-476f-b90b-62851d2dc79c"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/1fb9ebfd-8177-476f-b90b-62851d2dc79c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:42:58.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-10-27 01:42:59,518 122963 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 11 second wait 2021-10-27 01:42:59,705 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 202 POST http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes 0.186s 2021-10-27 01:42:59,705 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"size": 1, "display_name": "tempest-AttachVolumeNegativeTest-volume-174602310"}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a77f9daf-315f-40c4-a14f-9e1524b06e88', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a77f9daf-315f-40c4-a14f-9e1524b06e88', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:42:59.640329", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2021-10-27 01:42:59,783 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.071s 2021-10-27 01:42:59,783 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc3ae391-3954-4edc-88a1-038838eb32fa', 'content-length': '891', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc3ae391-3954-4edc-88a1-038838eb32fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:43:00,836 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.045s 2021-10-27 01:43:00,837 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf35d96f-1ce7-44ff-bc7d-59844628c022', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf35d96f-1ce7-44ff-bc7d-59844628c022', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:43:01,889 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.044s 2021-10-27 01:43:01,889 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b2a9cbe6-2d84-45e0-89af-5c0f0b7af83d', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2a9cbe6-2d84-45e0-89af-5c0f0b7af83d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:43:02,945 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.049s 2021-10-27 01:43:02,946 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c33bf54-27d0-491c-aa51-269885be4179', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c33bf54-27d0-491c-aa51-269885be4179', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:43:03,992 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.038s 2021-10-27 01:43:03,992 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d40fe60d-9819-4654-9818-f18c22e32ffd', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d40fe60d-9819-4654-9818-f18c22e32ffd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:43:05,040 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.039s 2021-10-27 01:43:05,040 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a096a344-e761-4c80-9b13-2643332f1a96', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a096a344-e761-4c80-9b13-2643332f1a96', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:43:06,094 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.045s 2021-10-27 01:43:06,094 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7d68f80-a2fd-4fea-8f38-47dd0cc54956', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7d68f80-a2fd-4fea-8f38-47dd0cc54956', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:43:07,142 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.040s 2021-10-27 01:43:07,142 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6557a12e-fe6d-49f0-aaed-01d4aeaacc9f', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6557a12e-fe6d-49f0-aaed-01d4aeaacc9f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:43:08,190 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.041s 2021-10-27 01:43:08,191 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a9d0b33-564d-4edd-be5b-e7cd417930ed', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a9d0b33-564d-4edd-be5b-e7cd417930ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:43:09,240 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.041s 2021-10-27 01:43:09,240 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-16781beb-e7c0-4864-9d5f-7fdde81a8e63', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-16781beb-e7c0-4864-9d5f-7fdde81a8e63', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:43:10,292 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.044s 2021-10-27 01:43:10,292 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8f0c4c1-d557-401c-a8ac-519c00df2e49', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f8f0c4c1-d557-401c-a8ac-519c00df2e49', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:43:11,342 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.041s 2021-10-27 01:43:11,342 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2cd77b59-af34-457e-bcfd-65a8dc2dd000', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2cd77b59-af34-457e-bcfd-65a8dc2dd000', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:43:12,394 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.044s 2021-10-27 01:43:12,394 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca6e6a53-1ce9-4410-ae46-cb79a5d8a134', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca6e6a53-1ce9-4410-ae46-cb79a5d8a134', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:43:13,443 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.042s 2021-10-27 01:43:13,443 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3778ffa-d050-4f8d-b80d-b9e7406f762a', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3778ffa-d050-4f8d-b80d-b9e7406f762a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:43:14,495 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.043s 2021-10-27 01:43:14,496 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12707e7d-8530-4c04-b65e-c5588fd007fc', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12707e7d-8530-4c04-b65e-c5588fd007fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:43:15,545 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.042s 2021-10-27 01:43:15,546 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-73fbaa78-e4b8-4349-bb92-e75068409d2c', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-73fbaa78-e4b8-4349-bb92-e75068409d2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:43:16,597 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.044s 2021-10-27 01:43:16,598 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-685e318e-d2c8-413f-a647-7e41642039a4', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-685e318e-d2c8-413f-a647-7e41642039a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:43:17,648 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.043s 2021-10-27 01:43:17,648 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3ec04742-efd7-47e1-8d33-4afb8b32cd6c', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ec04742-efd7-47e1-8d33-4afb8b32cd6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:43:18,697 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.041s 2021-10-27 01:43:18,698 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-208c3620-92ac-4257-8d30-d5f95b5b49c0', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-208c3620-92ac-4257-8d30-d5f95b5b49c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:43:19,748 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.043s 2021-10-27 01:43:19,749 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8fecf1b9-cba9-43e4-9416-644e8d22e5bc', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8fecf1b9-cba9-43e4-9416-644e8d22e5bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:43:20,799 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.042s 2021-10-27 01:43:20,799 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f5ac1d13-01da-4b8c-a4c2-d1f1636a8f7a', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f5ac1d13-01da-4b8c-a4c2-d1f1636a8f7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:43:21,849 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.040s 2021-10-27 01:43:21,850 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b993c5e-ed2d-4c84-baea-759c478ec5a9', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b993c5e-ed2d-4c84-baea-759c478ec5a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:43:22,899 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.042s 2021-10-27 01:43:22,900 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9fa9bfa8-18c2-435c-b4f5-56b36a67abd8', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9fa9bfa8-18c2-435c-b4f5-56b36a67abd8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:43:23,951 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.043s 2021-10-27 01:43:23,951 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-81910c28-78e4-4591-ab34-940c439453cc', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-81910c28-78e4-4591-ab34-940c439453cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:43:25,002 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.043s 2021-10-27 01:43:25,003 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-01037667-787c-46f5-9c93-c85a281e040e', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01037667-787c-46f5-9c93-c85a281e040e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:43:26,050 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.039s 2021-10-27 01:43:26,050 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7afa3dbd-b7d8-42b3-8787-a13386161fa0', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7afa3dbd-b7d8-42b3-8787-a13386161fa0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:43:27,103 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.045s 2021-10-27 01:43:27,103 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2966c910-a80d-4731-9ee2-01ca87719fdf', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2966c910-a80d-4731-9ee2-01ca87719fdf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:43:28,153 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.041s 2021-10-27 01:43:28,153 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-448c11cc-32af-4710-bce3-f0da69e3f0da', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-448c11cc-32af-4710-bce3-f0da69e3f0da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:43:29,204 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.043s 2021-10-27 01:43:29,204 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dffb2c6d-9245-48e6-b366-b9078d7e6886', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dffb2c6d-9245-48e6-b366-b9078d7e6886', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:43:30,253 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.042s 2021-10-27 01:43:30,254 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ca51945-8d88-4238-9061-0b218b579671', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ca51945-8d88-4238-9061-0b218b579671', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:43:31,305 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.044s 2021-10-27 01:43:31,306 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d75e7d98-c166-4beb-941b-4a837c4e41e7', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d75e7d98-c166-4beb-941b-4a837c4e41e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:43:32,365 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.052s 2021-10-27 01:43:32,366 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76432e00-98b8-4a45-ad65-f7a3172350aa', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76432e00-98b8-4a45-ad65-f7a3172350aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:43:33,408 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.035s 2021-10-27 01:43:33,409 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d845af0-9cd9-47dd-af97-9775de5299ce', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d845af0-9cd9-47dd-af97-9775de5299ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:43:34,460 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.044s 2021-10-27 01:43:34,460 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0230fc5b-e1af-4295-a546-37484bbf8ccb', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0230fc5b-e1af-4295-a546-37484bbf8ccb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:43:35,508 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.041s 2021-10-27 01:43:35,509 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-192c0b60-f3b3-4ec9-9261-ece4e51bfd8b', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-192c0b60-f3b3-4ec9-9261-ece4e51bfd8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:43:36,558 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.041s 2021-10-27 01:43:36,559 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da98c8df-4dbd-4f3a-9ad4-93fdec789c93', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da98c8df-4dbd-4f3a-9ad4-93fdec789c93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:43:37,610 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.044s 2021-10-27 01:43:37,611 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a31cc1ed-ae9b-48ed-9c0e-8c7e4598fb80', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a31cc1ed-ae9b-48ed-9c0e-8c7e4598fb80', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:43:38,661 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.042s 2021-10-27 01:43:38,661 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13779906-c8c6-42ac-ae11-74e2c1e4b3ea', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13779906-c8c6-42ac-ae11-74e2c1e4b3ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:43:39,711 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.041s 2021-10-27 01:43:39,711 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33c24e9a-bfd9-4c97-acbe-3a4588cbb1f7', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33c24e9a-bfd9-4c97-acbe-3a4588cbb1f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:43:40,762 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.042s 2021-10-27 01:43:40,762 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45c57cf8-97e2-490a-9601-58e873e2eb35', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45c57cf8-97e2-490a-9601-58e873e2eb35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:43:41,812 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.042s 2021-10-27 01:43:41,812 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27899230-70ad-4eec-989d-608cc3ded1ae', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27899230-70ad-4eec-989d-608cc3ded1ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:43:42,862 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.042s 2021-10-27 01:43:42,863 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-572536ff-ea6d-45da-a0d8-0d3d951c086f', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-572536ff-ea6d-45da-a0d8-0d3d951c086f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:43:43,911 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.040s 2021-10-27 01:43:43,911 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-78c56d46-585e-4e32-95a5-7351d57974dd', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-78c56d46-585e-4e32-95a5-7351d57974dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:43:44,962 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.042s 2021-10-27 01:43:44,962 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6887e510-515b-4b89-9bf1-8954cd015075', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6887e510-515b-4b89-9bf1-8954cd015075', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:43:46,012 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.042s 2021-10-27 01:43:46,013 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dface936-5eaa-4a08-911b-9ad11386d974', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dface936-5eaa-4a08-911b-9ad11386d974', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:43:47,062 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.041s 2021-10-27 01:43:47,063 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d3bff1f9-f3c4-4d21-9655-c7197bc2d29c', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d3bff1f9-f3c4-4d21-9655-c7197bc2d29c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:43:48,114 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.043s 2021-10-27 01:43:48,114 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c8d61a42-625f-45f0-a871-0d3f3b8840cb', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8d61a42-625f-45f0-a871-0d3f3b8840cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:43:49,162 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.040s 2021-10-27 01:43:49,162 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-970ae67d-87ae-44ac-a09f-d369babb66f2', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-970ae67d-87ae-44ac-a09f-d369babb66f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:43:50,213 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.043s 2021-10-27 01:43:50,214 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4afe8594-1183-4421-9812-51a16f07f48a', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4afe8594-1183-4421-9812-51a16f07f48a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:43:51,263 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.042s 2021-10-27 01:43:51,264 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b6f0812-14b5-4200-b1f3-4ff6167032e6', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b6f0812-14b5-4200-b1f3-4ff6167032e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:43:52,313 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.041s 2021-10-27 01:43:52,313 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7f86b35-11b8-49ff-89f4-910a7474d81d', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7f86b35-11b8-49ff-89f4-910a7474d81d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:43:53,363 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.042s 2021-10-27 01:43:53,364 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03ca4a40-3ef2-47e5-b799-a374386f2798', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03ca4a40-3ef2-47e5-b799-a374386f2798', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:43:54,416 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.044s 2021-10-27 01:43:54,417 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5a4a065-2941-4c98-88f0-e3055a9cc1b6', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a5a4a065-2941-4c98-88f0-e3055a9cc1b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:43:55,467 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.042s 2021-10-27 01:43:55,468 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b802de62-08a9-4a85-a8ea-c0c8639dc6e1', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b802de62-08a9-4a85-a8ea-c0c8639dc6e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:43:56,518 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.042s 2021-10-27 01:43:56,518 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d36f068f-e7b5-422b-8372-cce0e845ae90', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d36f068f-e7b5-422b-8372-cce0e845ae90', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:43:57,571 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.046s 2021-10-27 01:43:57,571 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6569759e-c5de-4ff7-bb6d-fc421a24c03a', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6569759e-c5de-4ff7-bb6d-fc421a24c03a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:43:58,619 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.040s 2021-10-27 01:43:58,620 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b580968c-6a09-4f9e-bbb2-2cfc1f863abf', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b580968c-6a09-4f9e-bbb2-2cfc1f863abf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:43:59,669 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.042s 2021-10-27 01:43:59,670 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb4c4eda-ae6d-4d99-9fc6-c1afaf81fb53', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb4c4eda-ae6d-4d99-9fc6-c1afaf81fb53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:44:00,738 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.061s 2021-10-27 01:44:00,739 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04e6f3fe-9ebb-49d8-a88e-f2cc8a95d632', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04e6f3fe-9ebb-49d8-a88e-f2cc8a95d632', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:44:01,781 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.034s 2021-10-27 01:44:01,782 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-436482f9-50a7-4f88-8e90-5b33ca7d4237', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-436482f9-50a7-4f88-8e90-5b33ca7d4237', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:44:02,832 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.043s 2021-10-27 01:44:02,832 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18beab8c-4515-462c-bbaf-bbe9e6b061f9', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18beab8c-4515-462c-bbaf-bbe9e6b061f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:44:03,882 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.041s 2021-10-27 01:44:03,883 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-49ac4849-0a86-4b88-ba1a-184593ba02c4', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-49ac4849-0a86-4b88-ba1a-184593ba02c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:44:04,932 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.041s 2021-10-27 01:44:04,932 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40846360-7b3a-495d-bed7-253e7b689f8f', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40846360-7b3a-495d-bed7-253e7b689f8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:44:05,984 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.044s 2021-10-27 01:44:05,985 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8bff6211-6180-4d35-aafe-3529666abd90', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8bff6211-6180-4d35-aafe-3529666abd90', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:44:07,034 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.041s 2021-10-27 01:44:07,034 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95b86992-2206-4092-818f-f55958041ce6', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95b86992-2206-4092-818f-f55958041ce6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:44:08,085 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.043s 2021-10-27 01:44:08,086 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-459682f3-ed4c-4845-b897-59fabd6624be', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-459682f3-ed4c-4845-b897-59fabd6624be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:44:09,136 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.042s 2021-10-27 01:44:09,136 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-180aaef3-8d29-4ee1-8930-3e1abc76789d', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-180aaef3-8d29-4ee1-8930-3e1abc76789d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:44:10,186 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.042s 2021-10-27 01:44:10,186 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f33a91b1-2e8c-4f84-a2b5-b219645192ab', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f33a91b1-2e8c-4f84-a2b5-b219645192ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:44:11,235 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.042s 2021-10-27 01:44:11,236 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-493d2080-bc6e-46b9-a9f5-43aa3da64c75', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-493d2080-bc6e-46b9-a9f5-43aa3da64c75', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:44:12,286 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.042s 2021-10-27 01:44:12,286 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-871aee4a-0cf5-49bb-b2cc-4ee4c0147f1d', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-871aee4a-0cf5-49bb-b2cc-4ee4c0147f1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:44:13,335 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.041s 2021-10-27 01:44:13,336 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be847f78-874c-4c1c-965f-9c4ce0f83457', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be847f78-874c-4c1c-965f-9c4ce0f83457', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:44:14,388 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.045s 2021-10-27 01:44:14,389 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-351f4df1-4b24-4bdf-8271-6da6d704c1b3', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-351f4df1-4b24-4bdf-8271-6da6d704c1b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:44:15,438 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.041s 2021-10-27 01:44:15,438 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3f2bebf-7978-4740-a7fb-da300887ab1c', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3f2bebf-7978-4740-a7fb-da300887ab1c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:44:16,494 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.049s 2021-10-27 01:44:16,495 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-379f490c-48aa-46ca-9df7-ff41dae29e80', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-379f490c-48aa-46ca-9df7-ff41dae29e80', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:44:17,544 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.041s 2021-10-27 01:44:17,544 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f9fbac75-f06e-4301-a001-96f48057e0db', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f9fbac75-f06e-4301-a001-96f48057e0db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:44:18,596 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.043s 2021-10-27 01:44:18,596 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9139f593-f1ff-4141-b708-ef5a5f4338ce', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9139f593-f1ff-4141-b708-ef5a5f4338ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:44:19,644 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.040s 2021-10-27 01:44:19,644 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e64fd5b-e492-4482-b9cf-df96070f8e40', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e64fd5b-e492-4482-b9cf-df96070f8e40', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:44:20,696 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.045s 2021-10-27 01:44:20,697 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32203d22-f6b1-4679-82f0-d6d1703f40de', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32203d22-f6b1-4679-82f0-d6d1703f40de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:44:21,745 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.040s 2021-10-27 01:44:21,745 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa11b2a1-cbda-4104-9afe-8f9d68e12fe5', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa11b2a1-cbda-4104-9afe-8f9d68e12fe5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:44:22,812 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.059s 2021-10-27 01:44:22,813 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e599dbf-f562-473e-80a3-6d7dce1a40fb', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e599dbf-f562-473e-80a3-6d7dce1a40fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:44:23,855 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.035s 2021-10-27 01:44:23,856 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48193649-faf4-4ec8-aa5a-15871ef64ea3', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48193649-faf4-4ec8-aa5a-15871ef64ea3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:44:24,899 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.036s 2021-10-27 01:44:24,900 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8d0bd04-7d53-4956-95c2-48b112432db9', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8d0bd04-7d53-4956-95c2-48b112432db9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:44:25,949 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.041s 2021-10-27 01:44:25,949 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-732f70c1-74ae-42de-a7af-f9fb2b829d21', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-732f70c1-74ae-42de-a7af-f9fb2b829d21', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:44:27,002 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.045s 2021-10-27 01:44:27,002 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb88094c-4190-4bc6-845f-e80075789d23', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb88094c-4190-4bc6-845f-e80075789d23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:44:28,053 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.043s 2021-10-27 01:44:28,053 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8a57123-4b37-477e-bbe7-ece1ea0e2b08', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8a57123-4b37-477e-bbe7-ece1ea0e2b08', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:44:29,101 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.039s 2021-10-27 01:44:29,102 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4bb9bb69-67f9-45a0-ab5b-d95f31dfb415', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4bb9bb69-67f9-45a0-ab5b-d95f31dfb415', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:44:30,152 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.042s 2021-10-27 01:44:30,152 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc8295a3-f678-44e1-b30e-7823e0f57399', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc8295a3-f678-44e1-b30e-7823e0f57399', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:44:31,208 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.048s 2021-10-27 01:44:31,208 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-426d25cd-c14e-4539-ba65-2d485a9a8589', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-426d25cd-c14e-4539-ba65-2d485a9a8589', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:44:32,259 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.042s 2021-10-27 01:44:32,259 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0aef56fc-7d19-4068-8c09-8d1e277321de', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0aef56fc-7d19-4068-8c09-8d1e277321de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:44:33,307 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.040s 2021-10-27 01:44:33,307 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da763a24-9c16-412a-ae80-9b7307949a42', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da763a24-9c16-412a-ae80-9b7307949a42', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:44:34,358 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.043s 2021-10-27 01:44:34,359 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b15383e-6ad8-4a8b-b961-d95039999859', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b15383e-6ad8-4a8b-b961-d95039999859', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:44:35,409 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.042s 2021-10-27 01:44:35,409 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c68802d-e316-4fea-9fe0-348c6642a46f', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c68802d-e316-4fea-9fe0-348c6642a46f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:44:36,458 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.041s 2021-10-27 01:44:36,459 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8671d627-5490-4b62-84e3-fccd89c83d87', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8671d627-5490-4b62-84e3-fccd89c83d87', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:44:37,508 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.041s 2021-10-27 01:44:37,508 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4007c25-19c0-4775-87b6-77f69a9506bc', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4007c25-19c0-4775-87b6-77f69a9506bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:44:38,563 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.047s 2021-10-27 01:44:38,563 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-906de268-1a90-4175-a7e3-cb1ae608879e', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-906de268-1a90-4175-a7e3-cb1ae608879e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:44:39,611 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.039s 2021-10-27 01:44:39,611 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf387fdf-7604-4a6e-afe8-b116508ffad4', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf387fdf-7604-4a6e-afe8-b116508ffad4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:44:40,659 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.041s 2021-10-27 01:44:40,660 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d89a329b-e023-4a86-84ae-b19eb390c127', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d89a329b-e023-4a86-84ae-b19eb390c127', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:44:41,717 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.049s 2021-10-27 01:44:41,717 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b6c6e8e-1192-4e38-aa7e-c55f3fd7740c', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b6c6e8e-1192-4e38-aa7e-c55f3fd7740c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:44:42,761 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.036s 2021-10-27 01:44:42,761 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63bc8505-7dfc-4d7a-8031-48580c8cc3d4', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63bc8505-7dfc-4d7a-8031-48580c8cc3d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:44:43,811 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.041s 2021-10-27 01:44:43,811 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29101bdd-bdac-4e49-966b-e5c23dcdca2a', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29101bdd-bdac-4e49-966b-e5c23dcdca2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:44:44,861 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.042s 2021-10-27 01:44:44,861 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c22bc284-4805-4a90-9453-fee873c0f43e', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c22bc284-4805-4a90-9453-fee873c0f43e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:44:45,911 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.042s 2021-10-27 01:44:45,911 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1d236e7-6244-4abc-a37e-2b48ba67c78e', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1d236e7-6244-4abc-a37e-2b48ba67c78e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:44:46,962 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.043s 2021-10-27 01:44:46,963 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-227436fa-78a5-46e4-a46c-47a3378a4ae7', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-227436fa-78a5-46e4-a46c-47a3378a4ae7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:44:48,018 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.047s 2021-10-27 01:44:48,018 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dda6bbf4-d4cf-46b1-8103-40ec6a5bb865', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dda6bbf4-d4cf-46b1-8103-40ec6a5bb865', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:44:49,063 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.037s 2021-10-27 01:44:49,063 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-087216e1-dcac-4dc8-ba36-2e4d46bf5cbc', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-087216e1-dcac-4dc8-ba36-2e4d46bf5cbc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:44:50,115 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.044s 2021-10-27 01:44:50,115 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-52f3a273-04be-4e6b-be16-13c0e015f926', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-52f3a273-04be-4e6b-be16-13c0e015f926', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:44:51,164 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.040s 2021-10-27 01:44:51,164 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-137c2915-a5bc-4495-bc7f-39993dc9709d', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-137c2915-a5bc-4495-bc7f-39993dc9709d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:44:52,214 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.042s 2021-10-27 01:44:52,215 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2a156f9-63ba-4b98-94d8-7ddb7b7cf18d', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2a156f9-63ba-4b98-94d8-7ddb7b7cf18d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:44:53,264 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.042s 2021-10-27 01:44:53,265 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2beac98d-8798-406f-8498-92b6570a2a1b', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2beac98d-8798-406f-8498-92b6570a2a1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:44:54,316 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.043s 2021-10-27 01:44:54,316 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-468b168c-2665-4d9b-85ba-b7c31c5c7d9c', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-468b168c-2665-4d9b-85ba-b7c31c5c7d9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:44:55,366 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.042s 2021-10-27 01:44:55,367 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b6e793b8-8681-4ebf-ab7e-41c192342777', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b6e793b8-8681-4ebf-ab7e-41c192342777', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:44:56,416 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.042s 2021-10-27 01:44:56,417 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8dbaaf6f-93ba-4233-8147-204469578f05', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8dbaaf6f-93ba-4233-8147-204469578f05', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:44:57,466 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.041s 2021-10-27 01:44:57,466 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6af3907b-db0b-4d49-b3fc-5e12cc1c176a', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6af3907b-db0b-4d49-b3fc-5e12cc1c176a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:44:58,517 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.044s 2021-10-27 01:44:58,518 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd6efe62-06ca-41c7-8c6e-df53b4907edc', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd6efe62-06ca-41c7-8c6e-df53b4907edc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:44:59,567 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.042s 2021-10-27 01:44:59,567 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f131647-0a86-403f-9067-79ca446e4e6c', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f131647-0a86-403f-9067-79ca446e4e6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:45:00,618 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.042s 2021-10-27 01:45:00,618 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-133e00aa-0ea3-4379-8679-0cf92830bf0c', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-133e00aa-0ea3-4379-8679-0cf92830bf0c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:45:01,671 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.044s 2021-10-27 01:45:01,671 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40efd050-f33a-4ed6-9843-eadb18625759', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40efd050-f33a-4ed6-9843-eadb18625759', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:45:02,720 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.041s 2021-10-27 01:45:02,721 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e4c9051-63b7-44af-8d0f-4f9e549c9eaf', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e4c9051-63b7-44af-8d0f-4f9e549c9eaf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:45:03,769 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.040s 2021-10-27 01:45:03,769 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c354eba-22c2-4556-82f7-5f5c7e8166c1', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c354eba-22c2-4556-82f7-5f5c7e8166c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:45:04,820 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.042s 2021-10-27 01:45:04,820 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-853bd21b-00aa-4be3-9c6a-0a9a60012fe5', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-853bd21b-00aa-4be3-9c6a-0a9a60012fe5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:45:05,872 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.044s 2021-10-27 01:45:05,873 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51788826-46fa-4664-907e-157bbd17c19b', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51788826-46fa-4664-907e-157bbd17c19b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:45:06,920 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.040s 2021-10-27 01:45:06,920 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be200142-0c87-4707-ac30-c4c5828cc4e3', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be200142-0c87-4707-ac30-c4c5828cc4e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:45:07,971 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.043s 2021-10-27 01:45:07,972 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-22c6fb0f-0b2c-445d-ad66-81b17da252b2', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-22c6fb0f-0b2c-445d-ad66-81b17da252b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:45:09,021 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.041s 2021-10-27 01:45:09,022 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c571db19-3133-4612-9b9d-f0cdc5618f91', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c571db19-3133-4612-9b9d-f0cdc5618f91', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:45:10,073 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.043s 2021-10-27 01:45:10,073 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45b94fd2-b1c9-44c4-96ae-f7a9c6a978f0', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45b94fd2-b1c9-44c4-96ae-f7a9c6a978f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:45:11,122 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.041s 2021-10-27 01:45:11,123 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37fd2006-16dc-4e1e-8835-5902f8dd1fc6', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37fd2006-16dc-4e1e-8835-5902f8dd1fc6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:45:12,172 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.042s 2021-10-27 01:45:12,172 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-503bb92a-1ce4-471d-9f79-8e8f21ac945c', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-503bb92a-1ce4-471d-9f79-8e8f21ac945c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:45:13,229 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.049s 2021-10-27 01:45:13,229 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7977dbf0-feae-4ab1-97a2-827c3ee0cf86', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7977dbf0-feae-4ab1-97a2-827c3ee0cf86', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:45:14,273 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.035s 2021-10-27 01:45:14,273 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23073447-68d0-41c9-87bc-b8860f874f76', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23073447-68d0-41c9-87bc-b8860f874f76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:45:15,322 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.040s 2021-10-27 01:45:15,322 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b444f40-6ddc-4995-9dee-254ef6c6bbb5', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b444f40-6ddc-4995-9dee-254ef6c6bbb5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:45:16,372 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.042s 2021-10-27 01:45:16,372 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cdd7e61c-1ba9-4d49-9758-3cc4be27e70a', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cdd7e61c-1ba9-4d49-9758-3cc4be27e70a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:45:17,422 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.043s 2021-10-27 01:45:17,422 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0290bd8-e76d-44e2-b566-61238c8752da', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0290bd8-e76d-44e2-b566-61238c8752da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:45:18,474 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.044s 2021-10-27 01:45:18,474 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9426b0bf-2f16-4644-ba3e-8ee3b77ec815', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9426b0bf-2f16-4644-ba3e-8ee3b77ec815', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:45:19,522 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.040s 2021-10-27 01:45:19,523 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-81c8a1ea-424e-4cf2-8531-b44e99b367b9', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-81c8a1ea-424e-4cf2-8531-b44e99b367b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:45:20,573 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.042s 2021-10-27 01:45:20,574 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d7aed9db-6833-4d58-b4a9-14241f963ab6', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d7aed9db-6833-4d58-b4a9-14241f963ab6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:45:21,623 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.042s 2021-10-27 01:45:21,624 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a3c82a4-d3ee-4252-aaf8-a4e2c9c07446', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a3c82a4-d3ee-4252-aaf8-a4e2c9c07446', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:45:22,673 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.042s 2021-10-27 01:45:22,673 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e2daf88-21c1-4b5e-a618-1c4787499000', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e2daf88-21c1-4b5e-a618-1c4787499000', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:45:23,723 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.042s 2021-10-27 01:45:23,724 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-19237fdc-ac82-4bef-ae7c-824682b9ada3', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-19237fdc-ac82-4bef-ae7c-824682b9ada3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:45:24,774 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.042s 2021-10-27 01:45:24,775 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f84c220c-8ba8-41ab-816d-e55fa3ebcdcd', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f84c220c-8ba8-41ab-816d-e55fa3ebcdcd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:45:25,824 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.040s 2021-10-27 01:45:25,824 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a9d2da1-b483-4030-a0c7-d58f0bbb3e1f', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a9d2da1-b483-4030-a0c7-d58f0bbb3e1f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:45:26,878 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.046s 2021-10-27 01:45:26,879 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c224381b-2d61-4d75-a583-5df9adc798dd', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c224381b-2d61-4d75-a583-5df9adc798dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:45:27,924 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.037s 2021-10-27 01:45:27,924 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e417187-d0b8-477c-9842-1e5962e7f721', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e417187-d0b8-477c-9842-1e5962e7f721', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:45:28,975 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.042s 2021-10-27 01:45:28,975 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-97d14f8f-fe26-4e23-bdef-0b22c56ae2dc', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-97d14f8f-fe26-4e23-bdef-0b22c56ae2dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:45:30,025 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.041s 2021-10-27 01:45:30,025 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3f369e7-b0a1-43eb-978a-0a955ccf778b', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3f369e7-b0a1-43eb-978a-0a955ccf778b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:45:31,075 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.042s 2021-10-27 01:45:31,076 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ecba98b-3732-4004-b7b9-511d30b90c4a', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ecba98b-3732-4004-b7b9-511d30b90c4a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:45:32,208 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.125s 2021-10-27 01:45:32,208 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6739144a-76e9-412b-a448-8f7fef9491d1', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6739144a-76e9-412b-a448-8f7fef9491d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:45:33,257 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.041s 2021-10-27 01:45:33,258 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae3cc6dc-da7c-40ec-a40f-b058c083c9f5', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae3cc6dc-da7c-40ec-a40f-b058c083c9f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:45:34,313 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.046s 2021-10-27 01:45:34,313 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-20e39b71-27bd-4477-a879-afe1df950303', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-20e39b71-27bd-4477-a879-afe1df950303', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:45:35,363 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.041s 2021-10-27 01:45:35,363 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-710d6de4-4205-4e52-8ca4-4fa96a3418cd', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-710d6de4-4205-4e52-8ca4-4fa96a3418cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:45:36,413 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.042s 2021-10-27 01:45:36,413 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab2c2d7c-4517-49f7-964f-2e8985b9a948', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab2c2d7c-4517-49f7-964f-2e8985b9a948', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:45:37,462 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.040s 2021-10-27 01:45:37,462 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c724dbd1-a35f-4944-8ec3-dbe04ed8aca8', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c724dbd1-a35f-4944-8ec3-dbe04ed8aca8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:45:38,512 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.042s 2021-10-27 01:45:38,512 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-38593d20-f427-47b5-bb29-0b9c84f38a63', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38593d20-f427-47b5-bb29-0b9c84f38a63', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:45:39,566 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.046s 2021-10-27 01:45:39,567 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab0b1425-a3ec-416a-b5bb-a66d283a0740', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab0b1425-a3ec-416a-b5bb-a66d283a0740', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:45:40,615 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.040s 2021-10-27 01:45:40,615 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-645ae84a-c0fb-48c2-a268-18cc6d26abee', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-645ae84a-c0fb-48c2-a268-18cc6d26abee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:45:41,666 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.043s 2021-10-27 01:45:41,666 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3660d646-eca4-4808-8456-14a5df27a09e', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3660d646-eca4-4808-8456-14a5df27a09e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:45:42,716 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.042s 2021-10-27 01:45:42,716 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f43cf804-1825-47b6-802d-489f79ae8569', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f43cf804-1825-47b6-802d-489f79ae8569', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:45:43,766 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.042s 2021-10-27 01:45:43,767 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-abe2076c-bb7d-47cd-bd9a-e101e310334c', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-abe2076c-bb7d-47cd-bd9a-e101e310334c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:45:44,818 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.044s 2021-10-27 01:45:44,819 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb0c10e5-ba03-4f3f-928d-cb2fd399270e', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb0c10e5-ba03-4f3f-928d-cb2fd399270e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:45:45,867 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.039s 2021-10-27 01:45:45,867 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b72713e-063c-449c-9fed-b08b1471df42', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b72713e-063c-449c-9fed-b08b1471df42', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:45:46,916 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.041s 2021-10-27 01:45:46,917 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-de5967d7-876a-40f5-b7e2-e24243e9e64b', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de5967d7-876a-40f5-b7e2-e24243e9e64b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:45:47,967 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.044s 2021-10-27 01:45:47,968 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f9d32f6b-9efb-49c5-b32f-301ef710ea00', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f9d32f6b-9efb-49c5-b32f-301ef710ea00', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:45:49,018 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.043s 2021-10-27 01:45:49,018 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd89b327-20e4-4ff1-8b2c-e4ba17220b42', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd89b327-20e4-4ff1-8b2c-e4ba17220b42', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:45:50,069 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.043s 2021-10-27 01:45:50,069 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b021f2de-85c9-4f2c-8d26-f16f798939f2', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b021f2de-85c9-4f2c-8d26-f16f798939f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:45:51,119 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.041s 2021-10-27 01:45:51,119 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e482ea12-ff85-42b7-ab91-d4480581a0d9', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e482ea12-ff85-42b7-ab91-d4480581a0d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:45:52,168 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.041s 2021-10-27 01:45:52,168 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b2f826d-6ae9-4d00-a206-e840690507ff', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b2f826d-6ae9-4d00-a206-e840690507ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:45:53,219 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.042s 2021-10-27 01:45:53,219 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee54c779-b66d-496e-966c-4a0e25d62ee7', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee54c779-b66d-496e-966c-4a0e25d62ee7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:45:54,269 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.042s 2021-10-27 01:45:54,269 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-357d48c0-fb82-4ca5-84e9-2e8d50434629', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-357d48c0-fb82-4ca5-84e9-2e8d50434629', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:45:55,320 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.043s 2021-10-27 01:45:55,320 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17aefeaa-56c0-405e-98bf-169ac03e9e8d', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17aefeaa-56c0-405e-98bf-169ac03e9e8d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:45:56,370 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.041s 2021-10-27 01:45:56,371 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a3e2d70c-7bc3-4627-8e50-b9930c8fd4bc', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a3e2d70c-7bc3-4627-8e50-b9930c8fd4bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:45:57,420 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.043s 2021-10-27 01:45:57,421 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8dc5ac15-c0b6-403b-a84e-15c77157c6c0', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8dc5ac15-c0b6-403b-a84e-15c77157c6c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:45:58,477 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.048s 2021-10-27 01:45:58,478 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3170e4c4-bb3d-4a9d-8626-dc5e45ccf48e', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3170e4c4-bb3d-4a9d-8626-dc5e45ccf48e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:45:59,527 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.042s 2021-10-27 01:45:59,528 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15ab1a74-14d9-44d3-877d-c702a24ca097', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15ab1a74-14d9-44d3-877d-c702a24ca097', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:46:00,575 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.040s 2021-10-27 01:46:00,575 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-94659f08-c177-48f4-9131-bfdc3957dfd8', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-94659f08-c177-48f4-9131-bfdc3957dfd8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:46:01,626 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.043s 2021-10-27 01:46:01,627 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3975ba76-b226-4c79-a221-7ed52a6beeb5', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3975ba76-b226-4c79-a221-7ed52a6beeb5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:46:02,676 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.042s 2021-10-27 01:46:02,676 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e824000-c1e5-45a6-8cf2-e42904059c78', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e824000-c1e5-45a6-8cf2-e42904059c78', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:46:03,726 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.041s 2021-10-27 01:46:03,727 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b5e7ae5-2d32-4f30-9f06-96851c5f9f5d', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b5e7ae5-2d32-4f30-9f06-96851c5f9f5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:46:04,779 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.044s 2021-10-27 01:46:04,779 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11bbaa88-e569-4b70-9227-49299fa6d445', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11bbaa88-e569-4b70-9227-49299fa6d445', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:46:05,827 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.040s 2021-10-27 01:46:05,828 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65b16163-0bef-460c-9507-1493183af5c1', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65b16163-0bef-460c-9507-1493183af5c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:46:06,878 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.042s 2021-10-27 01:46:06,878 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-71b60213-6cec-49c8-99d5-6dadf6254017', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-71b60213-6cec-49c8-99d5-6dadf6254017', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:46:07,927 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.042s 2021-10-27 01:46:07,928 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b2fbf5f6-ac9d-4ac6-9097-855020241523', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2fbf5f6-ac9d-4ac6-9097-855020241523', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:46:08,984 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.049s 2021-10-27 01:46:08,985 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-427a895e-c801-4041-b03c-1b6d923ba17d', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-427a895e-c801-4041-b03c-1b6d923ba17d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:46:10,034 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.041s 2021-10-27 01:46:10,035 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33984030-b1da-4070-8c10-12ad48dd4803', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33984030-b1da-4070-8c10-12ad48dd4803', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:46:11,085 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.043s 2021-10-27 01:46:11,086 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d1acc75-c54e-44f7-9593-8d587df842e2', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d1acc75-c54e-44f7-9593-8d587df842e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:46:12,136 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.042s 2021-10-27 01:46:12,136 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d5f1259-a74f-4e76-b25f-473a7d722dc7', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d5f1259-a74f-4e76-b25f-473a7d722dc7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:46:13,185 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.041s 2021-10-27 01:46:13,185 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23a5514b-85b7-4f57-b92c-cc64eee19173', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23a5514b-85b7-4f57-b92c-cc64eee19173', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:46:14,235 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.043s 2021-10-27 01:46:14,236 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-026df5d4-1cb1-491d-85b3-73afac573809', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-026df5d4-1cb1-491d-85b3-73afac573809', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:46:15,285 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.041s 2021-10-27 01:46:15,285 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dfe1d8d9-b0c5-437c-af56-d6703c936891', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dfe1d8d9-b0c5-437c-af56-d6703c936891', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:46:16,335 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.041s 2021-10-27 01:46:16,335 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d98787e9-b3e4-45a0-a1aa-237b8a9790b2', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d98787e9-b3e4-45a0-a1aa-237b8a9790b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:46:17,384 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.041s 2021-10-27 01:46:17,384 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f5a5ed17-d82d-449f-990d-e3943a6a2d08', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f5a5ed17-d82d-449f-990d-e3943a6a2d08', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:46:18,438 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.046s 2021-10-27 01:46:18,438 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-14d9c4b3-1e20-49f2-9d8b-2bc2c679e29b', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14d9c4b3-1e20-49f2-9d8b-2bc2c679e29b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:46:19,487 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.041s 2021-10-27 01:46:19,487 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9764f44e-d539-447c-bd3f-36fe58b5a11b', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9764f44e-d539-447c-bd3f-36fe58b5a11b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:46:20,536 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.040s 2021-10-27 01:46:20,536 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b21e0eb-f606-4b4b-8d97-f04eea9a3181', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b21e0eb-f606-4b4b-8d97-f04eea9a3181', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:46:21,587 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.043s 2021-10-27 01:46:21,588 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83a80637-313f-4ee5-9654-aa5d38de09c5', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83a80637-313f-4ee5-9654-aa5d38de09c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:46:22,638 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.042s 2021-10-27 01:46:22,638 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d4d0d0d-3e5f-452b-8690-ddbad1666bf3', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d4d0d0d-3e5f-452b-8690-ddbad1666bf3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:46:23,688 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.042s 2021-10-27 01:46:23,688 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6cfda60-f0e3-412f-94fb-d14986913484', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6cfda60-f0e3-412f-94fb-d14986913484', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:46:24,737 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.041s 2021-10-27 01:46:24,738 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2088fe99-6bb2-4562-b10b-b2329f354ca1', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2088fe99-6bb2-4562-b10b-b2329f354ca1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:46:25,788 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.042s 2021-10-27 01:46:25,788 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d8f5817b-95f7-4942-9c0b-004af177c7e8', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d8f5817b-95f7-4942-9c0b-004af177c7e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:46:26,838 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.042s 2021-10-27 01:46:26,838 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-94e8ad57-abe7-4588-9c2e-443cffc5a37a', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-94e8ad57-abe7-4588-9c2e-443cffc5a37a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:46:27,893 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.047s 2021-10-27 01:46:27,893 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b6c6dbd-6d31-4483-bbf0-02909791d839', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b6c6dbd-6d31-4483-bbf0-02909791d839', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:46:28,942 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.040s 2021-10-27 01:46:28,942 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-93865734-2e3c-4755-b1ac-7c4deaa2c8fc', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-93865734-2e3c-4755-b1ac-7c4deaa2c8fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:46:29,990 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.039s 2021-10-27 01:46:29,990 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2bfcc13f-a8fa-41ba-8ea7-0e1ae2bb081f', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2bfcc13f-a8fa-41ba-8ea7-0e1ae2bb081f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:46:31,039 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.041s 2021-10-27 01:46:31,039 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-932b3128-4043-45f9-8690-9e8b486cd6af', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-932b3128-4043-45f9-8690-9e8b486cd6af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:46:32,089 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.043s 2021-10-27 01:46:32,090 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d3b43738-9781-407f-9645-422c1d9e8eee', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d3b43738-9781-407f-9645-422c1d9e8eee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:46:33,140 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.042s 2021-10-27 01:46:33,140 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ef1d913c-ebf8-4393-821a-4160579fce24', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ef1d913c-ebf8-4393-821a-4160579fce24', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:46:34,190 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.042s 2021-10-27 01:46:34,190 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-92c8f447-b19e-4476-80ba-e1df19792616', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-92c8f447-b19e-4476-80ba-e1df19792616', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:46:35,305 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.107s 2021-10-27 01:46:35,306 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d95d74c-c34f-44da-8e46-42498035a7bf', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d95d74c-c34f-44da-8e46-42498035a7bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:46:36,351 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.037s 2021-10-27 01:46:36,351 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79e6e7b6-edab-4905-8e6d-6d9c993ccd9e', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79e6e7b6-edab-4905-8e6d-6d9c993ccd9e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:46:37,395 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.035s 2021-10-27 01:46:37,396 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b1423202-8a6f-4def-8dca-2aff35a99728', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b1423202-8a6f-4def-8dca-2aff35a99728', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:46:38,441 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.037s 2021-10-27 01:46:38,442 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2698b021-ccc2-4b8c-856f-b79d0f24c171', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2698b021-ccc2-4b8c-856f-b79d0f24c171', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:46:39,487 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.037s 2021-10-27 01:46:39,487 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68dcf3ff-16c8-4c2e-a59c-2f8121c5a8cb', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68dcf3ff-16c8-4c2e-a59c-2f8121c5a8cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:46:40,530 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.035s 2021-10-27 01:46:40,530 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8414123-2764-44c8-8cf7-61cfe72ffac5', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8414123-2764-44c8-8cf7-61cfe72ffac5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:46:41,574 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.035s 2021-10-27 01:46:41,574 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d862754-d2f6-4844-af3f-bf8170e3a771', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d862754-d2f6-4844-af3f-bf8170e3a771', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:46:42,617 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.035s 2021-10-27 01:46:42,618 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-615fb98c-587a-446f-b15c-df02c02fd0db', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-615fb98c-587a-446f-b15c-df02c02fd0db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:46:43,660 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.034s 2021-10-27 01:46:43,660 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6b69181-5f60-46b0-aed4-e01c3fbf80f2', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6b69181-5f60-46b0-aed4-e01c3fbf80f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:46:44,704 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.035s 2021-10-27 01:46:44,704 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13e09a91-ec4f-4ede-9034-039289e78668', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13e09a91-ec4f-4ede-9034-039289e78668', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:46:45,747 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.035s 2021-10-27 01:46:45,747 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-332a7a54-7684-4132-a7de-1c5df2679070', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-332a7a54-7684-4132-a7de-1c5df2679070', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:46:46,793 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.037s 2021-10-27 01:46:46,793 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0761c11-0af5-4d2c-9146-71e8b40d4658', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c0761c11-0af5-4d2c-9146-71e8b40d4658', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:46:47,840 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.039s 2021-10-27 01:46:47,840 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d3bd876b-f6f1-458f-9b02-934e48c03dae', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d3bd876b-f6f1-458f-9b02-934e48c03dae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:46:48,892 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.044s 2021-10-27 01:46:48,892 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7168a1ea-1443-4a6b-a71d-e411662c4bad', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7168a1ea-1443-4a6b-a71d-e411662c4bad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:46:49,941 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.041s 2021-10-27 01:46:49,942 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac690bf0-0482-4629-ac08-ccdf220fc295', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac690bf0-0482-4629-ac08-ccdf220fc295', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:46:50,993 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.044s 2021-10-27 01:46:50,994 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-47e2f117-3376-4487-82a4-eb5dba4edaab', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-47e2f117-3376-4487-82a4-eb5dba4edaab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:46:52,042 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.040s 2021-10-27 01:46:52,042 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db56b225-686b-4e36-9c8b-3938a20aac68', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db56b225-686b-4e36-9c8b-3938a20aac68', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:46:53,094 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.043s 2021-10-27 01:46:53,094 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-667c0354-5ed5-46f3-8043-f45e73913233', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-667c0354-5ed5-46f3-8043-f45e73913233', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:46:54,142 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.040s 2021-10-27 01:46:54,142 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7fe4de92-d4c0-45d8-93b4-7df327ff5a0c', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7fe4de92-d4c0-45d8-93b4-7df327ff5a0c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:46:55,193 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.043s 2021-10-27 01:46:55,193 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a67bca99-4558-4bf1-a677-ba9a7236fc85', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a67bca99-4558-4bf1-a677-ba9a7236fc85', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:46:56,243 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.041s 2021-10-27 01:46:56,243 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6ce1715-ac5a-4fa6-af43-282821118ed4', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6ce1715-ac5a-4fa6-af43-282821118ed4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:46:57,294 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.043s 2021-10-27 01:46:57,294 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b041538-df1b-471a-b44e-c1a78784e7d6', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b041538-df1b-471a-b44e-c1a78784e7d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:46:58,344 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.043s 2021-10-27 01:46:58,345 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9cb1ddee-c94a-448c-9e27-5718deb28a79', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9cb1ddee-c94a-448c-9e27-5718deb28a79', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:46:59,395 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.043s 2021-10-27 01:46:59,395 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e552614c-4d0c-414d-a0d3-b8a27ebbd0b1', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e552614c-4d0c-414d-a0d3-b8a27ebbd0b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:47:00,449 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.046s 2021-10-27 01:47:00,450 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0720c69-8046-46e6-acb7-4b9ae0ae9c2c', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0720c69-8046-46e6-acb7-4b9ae0ae9c2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:47:01,498 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.040s 2021-10-27 01:47:01,498 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b9b5a2b-3d34-47e5-bd58-0fc4d54099d8', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b9b5a2b-3d34-47e5-bd58-0fc4d54099d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:47:02,548 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.042s 2021-10-27 01:47:02,549 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b4a3225c-98e1-4ca4-ae30-8ac7798d335a', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b4a3225c-98e1-4ca4-ae30-8ac7798d335a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:47:03,599 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.043s 2021-10-27 01:47:03,599 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3867d903-48db-4c3b-8c67-652846b83787', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3867d903-48db-4c3b-8c67-652846b83787', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:47:04,648 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.041s 2021-10-27 01:47:04,648 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f882790d-1460-4271-8493-6d14952a5a4f', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f882790d-1460-4271-8493-6d14952a5a4f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:47:05,699 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.042s 2021-10-27 01:47:05,699 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b50fa74-2304-4cdd-920c-ea34a96e8752', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b50fa74-2304-4cdd-920c-ea34a96e8752', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:47:06,749 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.042s 2021-10-27 01:47:06,750 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4fa22bda-bef6-405c-8720-ee513f787341', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4fa22bda-bef6-405c-8720-ee513f787341', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:47:07,799 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.042s 2021-10-27 01:47:07,800 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-81fc6c4f-f110-472b-9ba1-3b1fb77e62d2', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-81fc6c4f-f110-472b-9ba1-3b1fb77e62d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:47:08,849 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.041s 2021-10-27 01:47:08,849 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e61beae-3e5e-40cc-bb46-d21b2e1e5843', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e61beae-3e5e-40cc-bb46-d21b2e1e5843', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:47:09,900 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.042s 2021-10-27 01:47:09,900 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4d29fb72-b5c9-48b6-982c-80d8d7dd21ce', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4d29fb72-b5c9-48b6-982c-80d8d7dd21ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:47:10,949 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.041s 2021-10-27 01:47:10,949 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-22bb3923-6ce0-4395-b3d3-331a3722f7fd', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-22bb3923-6ce0-4395-b3d3-331a3722f7fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:47:12,001 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.044s 2021-10-27 01:47:12,002 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-92b4ccc2-2176-466f-9b22-f26090b6b017', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-92b4ccc2-2176-466f-9b22-f26090b6b017', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:47:13,050 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.041s 2021-10-27 01:47:13,051 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7bbe7df-3fc5-4159-9f4c-2a44336aa514', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7bbe7df-3fc5-4159-9f4c-2a44336aa514', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:47:14,103 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.044s 2021-10-27 01:47:14,104 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-358333f7-7f63-4edc-8802-a3a63caf2187', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-358333f7-7f63-4edc-8802-a3a63caf2187', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:47:15,150 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.038s 2021-10-27 01:47:15,151 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eaaae0f9-55ef-4fde-959a-1487ec4570ce', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eaaae0f9-55ef-4fde-959a-1487ec4570ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:47:16,200 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.042s 2021-10-27 01:47:16,201 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c81bd613-445f-4261-8888-adf74a9ee560', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c81bd613-445f-4261-8888-adf74a9ee560', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:47:17,254 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.045s 2021-10-27 01:47:17,255 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f20db03-d4b1-47e2-a556-50c28b39da63', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f20db03-d4b1-47e2-a556-50c28b39da63', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:47:18,306 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.043s 2021-10-27 01:47:18,306 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-316dc056-2016-4a71-85f8-f7a406fb0000', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-316dc056-2016-4a71-85f8-f7a406fb0000', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:47:19,356 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.042s 2021-10-27 01:47:19,356 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0173e1af-ce31-4c7b-a34f-40b93cbc82be', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0173e1af-ce31-4c7b-a34f-40b93cbc82be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:47:20,407 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.043s 2021-10-27 01:47:20,407 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79cbabf3-fff2-48eb-9fed-74f9828b811e', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79cbabf3-fff2-48eb-9fed-74f9828b811e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:47:21,456 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.042s 2021-10-27 01:47:21,457 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b3bed0e-90ff-41f6-a791-534164eaf054', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b3bed0e-90ff-41f6-a791-534164eaf054', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:47:22,508 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.043s 2021-10-27 01:47:22,508 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-98f2b063-3542-43a8-9db6-ebc08fe91031', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-98f2b063-3542-43a8-9db6-ebc08fe91031', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:47:23,558 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.041s 2021-10-27 01:47:23,558 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd11cc46-4ccb-4b75-8906-eadb45f3f0e9', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd11cc46-4ccb-4b75-8906-eadb45f3f0e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:47:24,608 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.043s 2021-10-27 01:47:24,609 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7833526-d424-4066-9062-1923032b5086', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7833526-d424-4066-9062-1923032b5086', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:47:25,659 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.043s 2021-10-27 01:47:25,660 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e79ff56c-a0ea-4de4-98ef-86100b19296a', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e79ff56c-a0ea-4de4-98ef-86100b19296a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:47:26,710 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.043s 2021-10-27 01:47:26,711 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-543ce1e4-4ad1-4a36-aa9f-6bc75e5a04a0', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-543ce1e4-4ad1-4a36-aa9f-6bc75e5a04a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:47:27,759 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.040s 2021-10-27 01:47:27,760 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-39722340-4c16-4ae1-941c-2386ea0da3aa', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-39722340-4c16-4ae1-941c-2386ea0da3aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:47:28,810 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.043s 2021-10-27 01:47:28,810 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3878a13e-7b4e-40b4-b672-cf2b0db4c553', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3878a13e-7b4e-40b4-b672-cf2b0db4c553', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:47:29,859 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.041s 2021-10-27 01:47:29,860 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed9775d5-c0a4-4f2f-a10f-de514f967703', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed9775d5-c0a4-4f2f-a10f-de514f967703', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:47:30,909 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.041s 2021-10-27 01:47:30,909 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0ff5d21-2e02-4dc5-8476-9d356f9ded8d', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0ff5d21-2e02-4dc5-8476-9d356f9ded8d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:47:31,960 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.043s 2021-10-27 01:47:31,961 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-38a7d6b3-5ae4-45d2-b27d-52592070648b', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38a7d6b3-5ae4-45d2-b27d-52592070648b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:47:33,011 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.043s 2021-10-27 01:47:33,012 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c87010c0-a92b-4f66-9935-30cf6dd8f10a', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c87010c0-a92b-4f66-9935-30cf6dd8f10a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:47:34,062 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.042s 2021-10-27 01:47:34,062 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-78322bb1-db7f-4ce2-bf57-91253ec12248', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-78322bb1-db7f-4ce2-bf57-91253ec12248', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:47:35,111 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.041s 2021-10-27 01:47:35,111 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-efc35af0-7d79-41f4-bcca-0449ed1c34d9', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-efc35af0-7d79-41f4-bcca-0449ed1c34d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:47:36,163 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.044s 2021-10-27 01:47:36,164 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b75d88d-42ba-4fba-8605-7ff3a50fe333', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b75d88d-42ba-4fba-8605-7ff3a50fe333', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:47:37,214 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.042s 2021-10-27 01:47:37,214 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03ba997c-1ac2-4a0b-994c-e1d423823842', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03ba997c-1ac2-4a0b-994c-e1d423823842', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:47:38,266 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.044s 2021-10-27 01:47:38,267 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed56bb05-e4c4-43a9-82fa-b92f70150ca4', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed56bb05-e4c4-43a9-82fa-b92f70150ca4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:47:39,327 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.052s 2021-10-27 01:47:39,327 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37a766f5-5397-4a5a-b346-05ebe437901e', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37a766f5-5397-4a5a-b346-05ebe437901e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:47:40,373 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.038s 2021-10-27 01:47:40,374 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc32a97e-184b-463f-b3a7-86e06d7aef36', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc32a97e-184b-463f-b3a7-86e06d7aef36', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:47:41,425 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.044s 2021-10-27 01:47:41,425 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-112bba81-d746-4ff8-a623-ac690378c14c', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-112bba81-d746-4ff8-a623-ac690378c14c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:47:42,476 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.042s 2021-10-27 01:47:42,476 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2263ad7f-8afb-4c4d-929e-25742e4ee142', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2263ad7f-8afb-4c4d-929e-25742e4ee142', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:47:43,524 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.039s 2021-10-27 01:47:43,524 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17680550-6492-43d5-b90f-ae2149edf212', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17680550-6492-43d5-b90f-ae2149edf212', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:47:44,577 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.044s 2021-10-27 01:47:44,577 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c091058-f61b-4c47-8e5f-93927196bbe5', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c091058-f61b-4c47-8e5f-93927196bbe5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:47:45,626 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.041s 2021-10-27 01:47:45,626 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-92605f2c-f5d7-4412-ba5d-845717ed58a1', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-92605f2c-f5d7-4412-ba5d-845717ed58a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:47:46,677 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.044s 2021-10-27 01:47:46,678 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c76c293b-e3f5-426b-bece-2fba2c57d4f4', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c76c293b-e3f5-426b-bece-2fba2c57d4f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:47:47,730 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.044s 2021-10-27 01:47:47,730 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7888d8c8-82a2-4113-bd32-53e35323bab9', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7888d8c8-82a2-4113-bd32-53e35323bab9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:47:48,779 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.041s 2021-10-27 01:47:48,779 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3895a69-0e0c-4562-ba7d-bd474df7fac0', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3895a69-0e0c-4562-ba7d-bd474df7fac0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:47:49,829 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.042s 2021-10-27 01:47:49,829 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-edc6aa91-81da-4aaa-a894-89f82fbfbf9e', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-edc6aa91-81da-4aaa-a894-89f82fbfbf9e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:47:50,880 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.043s 2021-10-27 01:47:50,880 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e45511c-a2a9-4457-a166-51db06333df8', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e45511c-a2a9-4457-a166-51db06333df8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:47:51,929 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.041s 2021-10-27 01:47:51,930 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-81c631ef-6111-431e-81ed-9e72db7a551a', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-81c631ef-6111-431e-81ed-9e72db7a551a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:47:52,983 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.045s 2021-10-27 01:47:52,983 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df71ab1c-f4b7-4602-854b-93a974854602', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df71ab1c-f4b7-4602-854b-93a974854602', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:47:54,032 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.041s 2021-10-27 01:47:54,032 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0338f47-f9b6-4db7-843f-79acd59d1bfd', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0338f47-f9b6-4db7-843f-79acd59d1bfd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:47:55,082 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.042s 2021-10-27 01:47:55,082 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48aa0f4c-af1f-47ee-946c-b2fcc8c3f596', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48aa0f4c-af1f-47ee-946c-b2fcc8c3f596', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:47:56,133 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.043s 2021-10-27 01:47:56,134 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28fff285-4de5-4bab-b5d5-94a1a8925652', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28fff285-4de5-4bab-b5d5-94a1a8925652', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:47:57,187 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.045s 2021-10-27 01:47:57,187 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ade78f30-ce21-43cc-bf94-bdebdf9dd2e4', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ade78f30-ce21-43cc-bf94-bdebdf9dd2e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:47:58,236 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.041s 2021-10-27 01:47:58,237 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74e18df6-1879-4bb8-9891-81e58d543e93', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74e18df6-1879-4bb8-9891-81e58d543e93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:47:59,287 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.041s 2021-10-27 01:47:59,288 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0fe0e685-ad66-4510-8000-915add112c75', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0fe0e685-ad66-4510-8000-915add112c75', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:48:00,338 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.043s 2021-10-27 01:48:00,338 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a6faa27d-112d-434d-9726-85151c4c881b', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a6faa27d-112d-434d-9726-85151c4c881b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:48:01,389 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.043s 2021-10-27 01:48:01,389 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53134aad-26ed-464b-972c-c07c6e0b908b', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53134aad-26ed-464b-972c-c07c6e0b908b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:48:02,438 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.040s 2021-10-27 01:48:02,438 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68936e11-8c5c-4fbf-8aeb-2b7394eab42e', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68936e11-8c5c-4fbf-8aeb-2b7394eab42e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:48:03,488 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.043s 2021-10-27 01:48:03,489 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-579b078a-b2ef-4a29-b79d-95170a19e026', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-579b078a-b2ef-4a29-b79d-95170a19e026', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:48:04,539 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.043s 2021-10-27 01:48:04,539 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-944c8c26-7737-496e-8ea9-dca476ac0a9d', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-944c8c26-7737-496e-8ea9-dca476ac0a9d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:48:05,589 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.041s 2021-10-27 01:48:05,589 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67899db8-9ac7-4866-88b1-7f058a2627e9', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67899db8-9ac7-4866-88b1-7f058a2627e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:48:06,640 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.043s 2021-10-27 01:48:06,640 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18d063b6-f9e9-4c37-839b-481c777dcf0a', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18d063b6-f9e9-4c37-839b-481c777dcf0a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:48:07,692 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.044s 2021-10-27 01:48:07,693 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fcd1e9fd-4bfb-4753-a6ad-ba1569b14697', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fcd1e9fd-4bfb-4753-a6ad-ba1569b14697', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:48:08,743 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.042s 2021-10-27 01:48:08,744 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b9a55792-66c1-4d85-b054-6cdf3a3b2289', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b9a55792-66c1-4d85-b054-6cdf3a3b2289', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:48:09,792 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.040s 2021-10-27 01:48:09,792 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74281b08-b236-4090-8123-f1a7e4079a29', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74281b08-b236-4090-8123-f1a7e4079a29', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:48:10,844 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.043s 2021-10-27 01:48:10,844 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6259d540-fd9a-4579-b1ff-69d984885877', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6259d540-fd9a-4579-b1ff-69d984885877', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:48:11,893 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.042s 2021-10-27 01:48:11,894 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1641098f-3476-4c7c-a4ac-7b10dbcbae13', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1641098f-3476-4c7c-a4ac-7b10dbcbae13', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:48:12,943 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.042s 2021-10-27 01:48:12,944 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-86c1f21e-9f3a-4d0f-b2e6-7a924d758dab', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86c1f21e-9f3a-4d0f-b2e6-7a924d758dab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:48:13,995 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.043s 2021-10-27 01:48:13,996 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-758dab7d-7fe3-40d7-8d3e-e5c6e4153872', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-758dab7d-7fe3-40d7-8d3e-e5c6e4153872', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:48:15,044 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.040s 2021-10-27 01:48:15,045 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e575442-c80b-4dce-a8bd-e45d1cda11b5', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e575442-c80b-4dce-a8bd-e45d1cda11b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:48:16,095 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.043s 2021-10-27 01:48:16,096 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-635e3b74-83a4-46ea-ad85-0b4b20cfb194', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-635e3b74-83a4-46ea-ad85-0b4b20cfb194', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:48:17,146 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.042s 2021-10-27 01:48:17,146 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d8cb1c59-5ed3-4c0b-8c58-0c81080061ec', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d8cb1c59-5ed3-4c0b-8c58-0c81080061ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:48:18,197 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.040s 2021-10-27 01:48:18,197 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-85c0532e-1132-4c4a-a4b2-ca5ea9a47833', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-85c0532e-1132-4c4a-a4b2-ca5ea9a47833', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:48:19,247 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.042s 2021-10-27 01:48:19,247 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29ce3935-b200-46a0-9941-e4d0b9defa29', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29ce3935-b200-46a0-9941-e4d0b9defa29', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:48:20,297 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.042s 2021-10-27 01:48:20,298 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56e2c3be-9642-4b72-97aa-d072e1a28dcd', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56e2c3be-9642-4b72-97aa-d072e1a28dcd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:48:21,350 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.045s 2021-10-27 01:48:21,351 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-92f94765-3745-4dab-aab4-2f67527e8e3b', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-92f94765-3745-4dab-aab4-2f67527e8e3b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:48:22,398 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.038s 2021-10-27 01:48:22,398 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3cf3498c-69cc-4758-9af8-eee140a73988', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3cf3498c-69cc-4758-9af8-eee140a73988', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:48:23,450 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.044s 2021-10-27 01:48:23,451 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e2c0e8f1-633c-4bb5-b5c9-0fc543c2a2f8', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e2c0e8f1-633c-4bb5-b5c9-0fc543c2a2f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:48:24,500 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.041s 2021-10-27 01:48:24,500 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc97f94c-0d6e-4652-a431-23e263e8d011', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc97f94c-0d6e-4652-a431-23e263e8d011', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:48:25,550 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.041s 2021-10-27 01:48:25,550 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29138801-b869-4e9f-9a9b-6f62b76b212b', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29138801-b869-4e9f-9a9b-6f62b76b212b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:48:26,600 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.043s 2021-10-27 01:48:26,600 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5bfc8d1c-71e4-41e7-960e-84f91088bc3a', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5bfc8d1c-71e4-41e7-960e-84f91088bc3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:48:27,650 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.041s 2021-10-27 01:48:27,650 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-70c4f202-43f8-4150-97ee-cc59ea5ffa55', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-70c4f202-43f8-4150-97ee-cc59ea5ffa55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:48:28,702 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.044s 2021-10-27 01:48:28,702 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30d2a8b9-2450-48c5-b95b-6d9105717691', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30d2a8b9-2450-48c5-b95b-6d9105717691', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:48:29,751 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.041s 2021-10-27 01:48:29,751 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8aeb0615-c3fe-40c8-96b7-9b057ee53606', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8aeb0615-c3fe-40c8-96b7-9b057ee53606', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:48:30,800 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.040s 2021-10-27 01:48:30,800 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-852ef7cc-4b9d-426d-ac9e-6e2e188d2324', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-852ef7cc-4b9d-426d-ac9e-6e2e188d2324', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:48:31,859 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.051s 2021-10-27 01:48:31,859 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f165deb-a9df-4575-a468-60d53f14cab2', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f165deb-a9df-4575-a468-60d53f14cab2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:48:32,908 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.040s 2021-10-27 01:48:32,909 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4eb5ac31-7edc-4c7d-815b-3d372cd3f352', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4eb5ac31-7edc-4c7d-815b-3d372cd3f352', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:48:33,958 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.041s 2021-10-27 01:48:33,958 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1ba48c4-471d-469d-b234-56f1a9c10d1c', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f1ba48c4-471d-469d-b234-56f1a9c10d1c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:48:35,009 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.044s 2021-10-27 01:48:35,010 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d6f2a65-7098-4f45-8b8f-d3ebadd5d662', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d6f2a65-7098-4f45-8b8f-d3ebadd5d662', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:48:36,060 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.043s 2021-10-27 01:48:36,061 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee50c700-ad05-4693-b299-a7d3e2544d98', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee50c700-ad05-4693-b299-a7d3e2544d98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:48:37,110 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.041s 2021-10-27 01:48:37,110 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-674409f6-9848-4006-9b5e-4b5efc94920b', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-674409f6-9848-4006-9b5e-4b5efc94920b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:48:38,162 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.044s 2021-10-27 01:48:38,163 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2bdde81-8220-4a29-aba1-122229908ca2', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2bdde81-8220-4a29-aba1-122229908ca2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:48:39,219 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.048s 2021-10-27 01:48:39,220 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c4106d4-cd02-4a10-928c-a9dc7dc53d33', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c4106d4-cd02-4a10-928c-a9dc7dc53d33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:48:40,265 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.036s 2021-10-27 01:48:40,265 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ffe777e-5184-4b33-8665-1c684de5ac4a', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ffe777e-5184-4b33-8665-1c684de5ac4a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:48:41,309 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.036s 2021-10-27 01:48:41,309 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d063dc3b-7478-47bf-b0c7-5168a7689ae0', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d063dc3b-7478-47bf-b0c7-5168a7689ae0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:48:42,354 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.037s 2021-10-27 01:48:42,354 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c3693df-63f4-4016-8f25-fd933f92a6f3', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c3693df-63f4-4016-8f25-fd933f92a6f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:48:43,398 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.036s 2021-10-27 01:48:43,398 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-608607f5-ad69-499c-b127-810ebbd5c9cb', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-608607f5-ad69-499c-b127-810ebbd5c9cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:48:44,442 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.036s 2021-10-27 01:48:44,442 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d99ac27b-74a4-495f-992b-707b860bc7f5', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d99ac27b-74a4-495f-992b-707b860bc7f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:48:45,486 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.036s 2021-10-27 01:48:45,486 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8734b6ae-2919-4532-ae95-8fe7bf061dca', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8734b6ae-2919-4532-ae95-8fe7bf061dca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:48:46,534 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.039s 2021-10-27 01:48:46,534 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-24408229-b90d-4361-9c34-3eb9f2fd6702', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-24408229-b90d-4361-9c34-3eb9f2fd6702', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:48:47,578 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.036s 2021-10-27 01:48:47,578 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a20fe55a-6f8e-4c80-8935-ee1a81f33deb', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a20fe55a-6f8e-4c80-8935-ee1a81f33deb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:48:48,628 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.043s 2021-10-27 01:48:48,628 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-72aca949-b29e-4ef6-9e28-95a2de32299b', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-72aca949-b29e-4ef6-9e28-95a2de32299b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:48:49,672 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.036s 2021-10-27 01:48:49,672 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d7eae33c-44ca-4c5a-b165-5927cdb34b5e', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d7eae33c-44ca-4c5a-b165-5927cdb34b5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:48:50,717 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.036s 2021-10-27 01:48:50,717 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65ed5fe7-4c4e-42ed-9447-6b817507424f', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65ed5fe7-4c4e-42ed-9447-6b817507424f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:48:51,761 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.036s 2021-10-27 01:48:51,762 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6fc578e7-7d7e-40ab-8276-65abcc82d115', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6fc578e7-7d7e-40ab-8276-65abcc82d115', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:48:52,806 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.036s 2021-10-27 01:48:52,806 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-85d8bff9-689b-44b1-a508-864a6f7a116f', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-85d8bff9-689b-44b1-a508-864a6f7a116f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:48:53,851 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.036s 2021-10-27 01:48:53,851 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9bcf9b16-a994-4f51-be07-7aeadb211fd8', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9bcf9b16-a994-4f51-be07-7aeadb211fd8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:48:54,894 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.036s 2021-10-27 01:48:54,895 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae5a9ece-7d7f-45a9-8120-c1e455e5f13f', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae5a9ece-7d7f-45a9-8120-c1e455e5f13f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:48:55,939 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.036s 2021-10-27 01:48:55,940 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd8d84f0-0937-49b4-8cc8-1460f11a0efd', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd8d84f0-0937-49b4-8cc8-1460f11a0efd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:48:56,984 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.036s 2021-10-27 01:48:56,984 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0794491-aab6-408c-9fd9-5e924e3b841c', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0794491-aab6-408c-9fd9-5e924e3b841c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:48:58,185 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.193s 2021-10-27 01:48:58,186 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bbd661ef-9456-47df-89c2-f2edd6428614', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bbd661ef-9456-47df-89c2-f2edd6428614', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:48:59,231 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 0.037s 2021-10-27 01:48:59,231 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-312628f4-30c7-41c2-b287-1e5268db34a3', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-312628f4-30c7-41c2-b287-1e5268db34a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0'} Body: b'{"volume": {"id": "20c6e948-00d3-482a-9ab3-9cb34dbc0cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:43:00.000000", "updated_at": "2021-10-27T01:43:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-174602310", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/20c6e948-00d3-482a-9ab3-9cb34dbc0cc0"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume_negative.py", line 58, in test_attach_attached_volume_to_same_server volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 539, 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 20c6e948-00d3-482a-9ab3-9cb34dbc0cc0 failed to reach available status (current creating) within the required time (360 s). |
||||||
test_delete_attached_volume[id-a313b5cd-fbd0-49cc-94de-870e99f763c7,negative] |
fail
ft7.3: tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume[id-a313b5cd-fbd0-49cc-94de-870e99f763c7,negative]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-10-27 01:48:59,421 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 201 POST http://10.222.0.25/identity/v3/auth/tokens 0.115s 2021-10-27 01:48:59,421 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3401', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-6bc8e401-af51-4ae4-8d05-f708af611af7', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.25/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "896ad3ff1d5a4723900241fdca7c73c2", "name": "tempest-AttachVolumeNegativeTest-58434829-project", "password_expires_at": null}, "audit_ids": ["yWXOrCKGROergvk6SI3W4A"], "expires_at": "2021-10-27T02:48:59.000000Z", "issued_at": "2021-10-27T01:48:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6f423b9700e344a68263020698e12494", "name": "tempest-AttachVolumeNegativeTest-58434829"}, "is_domain": false, "roles": [{"id": "0293d5b9b91a4a4899b291db05e78c7a", "name": "reader"}, {"id": "540999ece4154e6ba219007ddda3f8f9", "name": "member"}], "catalog": [{"endpoints": [{"id": "dede6f159b7a4724a0318938fda19b51", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.25/compute/v2/6f423b9700e344a68263020698e12494", "region": "RegionOne"}], "id": "00f1a3a9bd3b4b558de3e3b6b00a591b", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "1dbdc704b555461a8e4d746bfe94b9a6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.25/identity", "region": "RegionOne"}, {"id": "b8d7190c7f49471fae95fccbd5aa0a09", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.25/identity", "region": "RegionOne"}], "id": "167c7595b1e343e9b1422c9ff1201b75", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "506ccf8602fb49ee98d44873cdf9c9fc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.25/placement", "region": "RegionOne"}], "id": "38e0de125fbe4e53b58aef8e34b593b0", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "e6026457878e427081839e4be7a803c6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.25:9696/", "region": "RegionOne"}], "id": "58ef4d654a7742459ca85682db5486c7", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8a20ed1c9b7846008ef02a78a26cc861", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.25:8080", "region": "RegionOne"}, {"id": "93e80c2cc5684420b074e34d156a7bfa", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.25:8080/v1/AUTH_6f423b9700e344a68263020698e12494", "region": "RegionOne"}], "id": "6d87c10140ae488fa635a70a7f967e2d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "618f3a351cba460d9918ea4ce4e44ba1", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494", "region": "RegionOne"}], "id": "aa1c0fef2cc543e0a9cbb6cb579f7cea", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "c3852ec3ad1248de934ccfe141d45d99", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494", "region": "RegionOne"}], "id": "c3cae66c1ff04401a0e58b33602f5a81", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "374a9057056840fd9e3ff614ddd8f31f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.25/image", "region": "RegionOne"}], "id": "c7951d790c76424b847983955cd13d56", "type": "image", "name": "glance"}, {"endpoints": [{"id": "3344509087e245018b74739b9196c1bb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.25/compute/v2.1", "region": "RegionOne"}], "id": "da7a106adf7849ad8627b08152421e8c", "type": "compute", "name": "nova"}]}}' 2021-10-27 01:48:59,422 122963 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_delete_attached_volume) Found network {'id': 'ab1f0f72-2145-4dc1-83a2-100acb2d706d', 'name': 'tempest-AttachVolumeNegativeTest-546392915-network', 'tenant_id': '6f423b9700e344a68263020698e12494', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '6f423b9700e344a68263020698e12494', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 800, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2021-10-27T01:36:35Z', 'updated_at': '2021-10-27T01:36:35Z', 'revision_number': 1} available for tenant 2021-10-27 01:48:59,975 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 202 POST http://10.222.0.25/compute/v2.1/servers 0.552s 2021-10-27 01:48:59,976 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-1616518747", "imageRef": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "flavorRef": "452", "networks": [{"uuid": "ab1f0f72-2145-4dc1-83a2-100acb2d706d"}]}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.25/compute/v2.1/servers/201952d5-16ca-4ba6-beda-4df2e54a5d5d', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fc082591-f0d3-4472-af89-c4a7378a50a8', 'x-compute-request-id': 'req-fc082591-f0d3-4472-af89-c4a7378a50a8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.25/compute/v2.1/servers'} Body: b'{"server": {"id": "201952d5-16ca-4ba6-beda-4df2e54a5d5d", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/201952d5-16ca-4ba6-beda-4df2e54a5d5d"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/201952d5-16ca-4ba6-beda-4df2e54a5d5d"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "x6aebo4GiFtw"}}' 2021-10-27 01:49:00,048 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/compute/v2.1/servers/201952d5-16ca-4ba6-beda-4df2e54a5d5d 0.070s 2021-10-27 01:49:00,049 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ef5a463b-93c4-4adb-b153-8cf49b69d00a', 'x-compute-request-id': 'req-ef5a463b-93c4-4adb-b153-8cf49b69d00a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/201952d5-16ca-4ba6-beda-4df2e54a5d5d'} Body: b'{"server": {"id": "201952d5-16ca-4ba6-beda-4df2e54a5d5d", "name": "tempest-AttachVolumeNegativeTest-server-1616518747", "status": "BUILD", "tenant_id": "6f423b9700e344a68263020698e12494", "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "metadata": {}, "hostId": "", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:49:00Z", "updated": "2021-10-27T01:49:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/201952d5-16ca-4ba6-beda-4df2e54a5d5d"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/201952d5-16ca-4ba6-beda-4df2e54a5d5d"}], "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-10-27 01:49:01,148 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/compute/v2.1/servers/201952d5-16ca-4ba6-beda-4df2e54a5d5d 0.090s 2021-10-27 01:49:01,148 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1288', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-40e2918e-52a0-435f-ba93-829b11d53b9c', 'x-compute-request-id': 'req-40e2918e-52a0-435f-ba93-829b11d53b9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/201952d5-16ca-4ba6-beda-4df2e54a5d5d'} Body: b'{"server": {"id": "201952d5-16ca-4ba6-beda-4df2e54a5d5d", "name": "tempest-AttachVolumeNegativeTest-server-1616518747", "status": "BUILD", "tenant_id": "6f423b9700e344a68263020698e12494", "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "metadata": {}, "hostId": "b03f3574fc06bedd24cb0fac0513455af65974e8c34325b5dba8e0f8", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:48:59Z", "updated": "2021-10-27T01:49:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/201952d5-16ca-4ba6-beda-4df2e54a5d5d"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/201952d5-16ca-4ba6-beda-4df2e54a5d5d"}], "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": "block_device_mapping", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-10-27 01:49:01,156 122963 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 1 second wait 2021-10-27 01:49:02,307 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/compute/v2.1/servers/201952d5-16ca-4ba6-beda-4df2e54a5d5d 0.149s 2021-10-27 01:49:02,307 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6a995aae-1ccc-4968-9ce3-049ff3b62fa1', 'x-compute-request-id': 'req-6a995aae-1ccc-4968-9ce3-049ff3b62fa1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/201952d5-16ca-4ba6-beda-4df2e54a5d5d'} Body: b'{"server": {"id": "201952d5-16ca-4ba6-beda-4df2e54a5d5d", "name": "tempest-AttachVolumeNegativeTest-server-1616518747", "status": "BUILD", "tenant_id": "6f423b9700e344a68263020698e12494", "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "metadata": {}, "hostId": "b03f3574fc06bedd24cb0fac0513455af65974e8c34325b5dba8e0f8", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:48:59Z", "updated": "2021-10-27T01:49:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/201952d5-16ca-4ba6-beda-4df2e54a5d5d"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/201952d5-16ca-4ba6-beda-4df2e54a5d5d"}], "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-10-27 01:49:02,314 122963 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 2 second wait 2021-10-27 01:49:03,531 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/compute/v2.1/servers/201952d5-16ca-4ba6-beda-4df2e54a5d5d 0.216s 2021-10-27 01:49:03,532 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fe1a234a-841d-4bd6-93dc-dcafa42cf96e', 'x-compute-request-id': 'req-fe1a234a-841d-4bd6-93dc-dcafa42cf96e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/201952d5-16ca-4ba6-beda-4df2e54a5d5d'} Body: b'{"server": {"id": "201952d5-16ca-4ba6-beda-4df2e54a5d5d", "name": "tempest-AttachVolumeNegativeTest-server-1616518747", "status": "BUILD", "tenant_id": "6f423b9700e344a68263020698e12494", "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "metadata": {}, "hostId": "b03f3574fc06bedd24cb0fac0513455af65974e8c34325b5dba8e0f8", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:48:59Z", "updated": "2021-10-27T01:49:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/201952d5-16ca-4ba6-beda-4df2e54a5d5d"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/201952d5-16ca-4ba6-beda-4df2e54a5d5d"}], "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-10-27 01:49:04,927 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/compute/v2.1/servers/201952d5-16ca-4ba6-beda-4df2e54a5d5d 0.387s 2021-10-27 01:49:04,927 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2881c156-3034-471a-b44b-d55586a89f25', 'x-compute-request-id': 'req-2881c156-3034-471a-b44b-d55586a89f25', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/201952d5-16ca-4ba6-beda-4df2e54a5d5d'} Body: b'{"server": {"id": "201952d5-16ca-4ba6-beda-4df2e54a5d5d", "name": "tempest-AttachVolumeNegativeTest-server-1616518747", "status": "BUILD", "tenant_id": "6f423b9700e344a68263020698e12494", "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "metadata": {}, "hostId": "b03f3574fc06bedd24cb0fac0513455af65974e8c34325b5dba8e0f8", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:48:59Z", "updated": "2021-10-27T01:49:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/201952d5-16ca-4ba6-beda-4df2e54a5d5d"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/201952d5-16ca-4ba6-beda-4df2e54a5d5d"}], "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-10-27 01:49:06,077 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/compute/v2.1/servers/201952d5-16ca-4ba6-beda-4df2e54a5d5d 0.141s 2021-10-27 01:49:06,077 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f8861d35-0407-4885-936d-e48a3f0d2d8c', 'x-compute-request-id': 'req-f8861d35-0407-4885-936d-e48a3f0d2d8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/201952d5-16ca-4ba6-beda-4df2e54a5d5d'} Body: b'{"server": {"id": "201952d5-16ca-4ba6-beda-4df2e54a5d5d", "name": "tempest-AttachVolumeNegativeTest-server-1616518747", "status": "BUILD", "tenant_id": "6f423b9700e344a68263020698e12494", "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "metadata": {}, "hostId": "b03f3574fc06bedd24cb0fac0513455af65974e8c34325b5dba8e0f8", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:48:59Z", "updated": "2021-10-27T01:49:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/201952d5-16ca-4ba6-beda-4df2e54a5d5d"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/201952d5-16ca-4ba6-beda-4df2e54a5d5d"}], "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-10-27 01:49:07,230 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/compute/v2.1/servers/201952d5-16ca-4ba6-beda-4df2e54a5d5d 0.145s 2021-10-27 01:49:07,231 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c6b68831-51c6-470b-beca-8670e8e281d9', 'x-compute-request-id': 'req-c6b68831-51c6-470b-beca-8670e8e281d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/201952d5-16ca-4ba6-beda-4df2e54a5d5d'} Body: b'{"server": {"id": "201952d5-16ca-4ba6-beda-4df2e54a5d5d", "name": "tempest-AttachVolumeNegativeTest-server-1616518747", "status": "BUILD", "tenant_id": "6f423b9700e344a68263020698e12494", "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "metadata": {}, "hostId": "b03f3574fc06bedd24cb0fac0513455af65974e8c34325b5dba8e0f8", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:48:59Z", "updated": "2021-10-27T01:49:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/201952d5-16ca-4ba6-beda-4df2e54a5d5d"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/201952d5-16ca-4ba6-beda-4df2e54a5d5d"}], "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-10-27 01:49:08,392 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/compute/v2.1/servers/201952d5-16ca-4ba6-beda-4df2e54a5d5d 0.153s 2021-10-27 01:49:08,393 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-546e7370-db57-4a3f-a31a-ce9928e5ab50', 'x-compute-request-id': 'req-546e7370-db57-4a3f-a31a-ce9928e5ab50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/201952d5-16ca-4ba6-beda-4df2e54a5d5d'} Body: b'{"server": {"id": "201952d5-16ca-4ba6-beda-4df2e54a5d5d", "name": "tempest-AttachVolumeNegativeTest-server-1616518747", "status": "BUILD", "tenant_id": "6f423b9700e344a68263020698e12494", "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "metadata": {}, "hostId": "b03f3574fc06bedd24cb0fac0513455af65974e8c34325b5dba8e0f8", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:48:59Z", "updated": "2021-10-27T01:49:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/201952d5-16ca-4ba6-beda-4df2e54a5d5d"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/201952d5-16ca-4ba6-beda-4df2e54a5d5d"}], "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-10-27 01:49:09,549 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/compute/v2.1/servers/201952d5-16ca-4ba6-beda-4df2e54a5d5d 0.147s 2021-10-27 01:49:09,549 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4d733e56-b15d-43a1-af6d-8035819c1bc2', 'x-compute-request-id': 'req-4d733e56-b15d-43a1-af6d-8035819c1bc2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/201952d5-16ca-4ba6-beda-4df2e54a5d5d'} Body: b'{"server": {"id": "201952d5-16ca-4ba6-beda-4df2e54a5d5d", "name": "tempest-AttachVolumeNegativeTest-server-1616518747", "status": "BUILD", "tenant_id": "6f423b9700e344a68263020698e12494", "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "metadata": {}, "hostId": "b03f3574fc06bedd24cb0fac0513455af65974e8c34325b5dba8e0f8", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:48:59Z", "updated": "2021-10-27T01:49:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/201952d5-16ca-4ba6-beda-4df2e54a5d5d"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/201952d5-16ca-4ba6-beda-4df2e54a5d5d"}], "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-10-27 01:49:10,703 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/compute/v2.1/servers/201952d5-16ca-4ba6-beda-4df2e54a5d5d 0.145s 2021-10-27 01:49:10,703 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1507', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ecd1f224-f6b1-40ac-89be-89e78f0ca90c', 'x-compute-request-id': 'req-ecd1f224-f6b1-40ac-89be-89e78f0ca90c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/201952d5-16ca-4ba6-beda-4df2e54a5d5d'} Body: b'{"server": {"id": "201952d5-16ca-4ba6-beda-4df2e54a5d5d", "name": "tempest-AttachVolumeNegativeTest-server-1616518747", "status": "ACTIVE", "tenant_id": "6f423b9700e344a68263020698e12494", "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "metadata": {}, "hostId": "b03f3574fc06bedd24cb0fac0513455af65974e8c34325b5dba8e0f8", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:48:59Z", "updated": "2021-10-27T01:49:10Z", "addresses": {"tempest-AttachVolumeNegativeTest-546392915-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:8e:3e"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/201952d5-16ca-4ba6-beda-4df2e54a5d5d"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/201952d5-16ca-4ba6-beda-4df2e54a5d5d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:49:10.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-10-27 01:49:10,711 122963 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 10 second wait 2021-10-27 01:49:10,899 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 202 POST http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes 0.188s 2021-10-27 01:49:10,899 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"size": 1, "display_name": "tempest-AttachVolumeNegativeTest-volume-465016741"}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5fd48a27-6a45-49b8-89ba-beac9cbfa976', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5fd48a27-6a45-49b8-89ba-beac9cbfa976', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:10.834078", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2021-10-27 01:49:10,943 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.037s 2021-10-27 01:49:10,943 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b870a213-2116-47ab-ab08-163c3900e044', 'content-length': '891', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b870a213-2116-47ab-ab08-163c3900e044', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:49:11,990 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.038s 2021-10-27 01:49:11,990 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-193e1099-56a6-4680-9e1d-7cea477e0f93', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-193e1099-56a6-4680-9e1d-7cea477e0f93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:49:13,035 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.036s 2021-10-27 01:49:13,035 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0487c2bb-f5de-449f-a12f-7cb5c9c5f5ca', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0487c2bb-f5de-449f-a12f-7cb5c9c5f5ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:49:14,079 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.036s 2021-10-27 01:49:14,079 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f88b8a41-7a29-4056-9cfe-8f0cb6805547', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f88b8a41-7a29-4056-9cfe-8f0cb6805547', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:49:15,124 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.037s 2021-10-27 01:49:15,124 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d6b9495d-dad8-4fc8-87ed-0ebeb6ecc475', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d6b9495d-dad8-4fc8-87ed-0ebeb6ecc475', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:49:16,169 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.037s 2021-10-27 01:49:16,169 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-90882703-bad1-42d7-b37d-10b16d7056d5', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-90882703-bad1-42d7-b37d-10b16d7056d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:49:17,214 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.037s 2021-10-27 01:49:17,214 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9c3650c-3ae2-400a-9ea8-d4d4258d3045', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9c3650c-3ae2-400a-9ea8-d4d4258d3045', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:49:18,259 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.036s 2021-10-27 01:49:18,259 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ed7829f-1644-417b-9c02-b66a15f2e4a6', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ed7829f-1644-417b-9c02-b66a15f2e4a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:49:19,306 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.040s 2021-10-27 01:49:19,307 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0bd7713-89c7-4b44-806e-9bbca6e29d1d', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0bd7713-89c7-4b44-806e-9bbca6e29d1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:49:20,355 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.040s 2021-10-27 01:49:20,355 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7dafc271-b160-4aaa-892f-6cf53b499961', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7dafc271-b160-4aaa-892f-6cf53b499961', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:49:21,401 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.038s 2021-10-27 01:49:21,401 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4845756b-8169-4aa8-8f9b-540576c54242', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4845756b-8169-4aa8-8f9b-540576c54242', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:49:22,445 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.036s 2021-10-27 01:49:22,446 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db81235b-b503-4a51-8a41-07dc1f1d6122', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db81235b-b503-4a51-8a41-07dc1f1d6122', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:49:23,489 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.036s 2021-10-27 01:49:23,489 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-765eb3cc-f4da-414a-909b-3ea1de9a1054', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-765eb3cc-f4da-414a-909b-3ea1de9a1054', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:49:24,533 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.036s 2021-10-27 01:49:24,533 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-54bdb47d-85e4-4c16-82b6-cbe040edb4c7', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54bdb47d-85e4-4c16-82b6-cbe040edb4c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:49:25,578 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.036s 2021-10-27 01:49:25,578 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e921637-094c-4c96-b297-9ebc4b747b44', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e921637-094c-4c96-b297-9ebc4b747b44', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:49:26,622 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.036s 2021-10-27 01:49:26,623 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65585d9d-3b5c-4fc9-93cb-1ecf6ca3ba57', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65585d9d-3b5c-4fc9-93cb-1ecf6ca3ba57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:49:27,666 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.037s 2021-10-27 01:49:27,667 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69490fd0-54d3-4409-a234-b2664f33e4e7', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69490fd0-54d3-4409-a234-b2664f33e4e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:49:28,713 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.038s 2021-10-27 01:49:28,713 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-980fff23-f684-46a5-84bb-bee41f28f69d', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-980fff23-f684-46a5-84bb-bee41f28f69d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:49:29,758 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.036s 2021-10-27 01:49:29,758 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5ebd221-9ec1-4b39-a9ae-61e749a86de8', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5ebd221-9ec1-4b39-a9ae-61e749a86de8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:49:30,802 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.036s 2021-10-27 01:49:30,802 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-411d27a3-6a7e-457d-8c59-8d5cff3565da', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-411d27a3-6a7e-457d-8c59-8d5cff3565da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:49:31,850 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.040s 2021-10-27 01:49:31,850 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-06a9282b-961d-4214-8d11-dd3636c2f17b', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-06a9282b-961d-4214-8d11-dd3636c2f17b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:49:32,895 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.036s 2021-10-27 01:49:32,895 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34c8040c-2f1d-474d-954c-d4cc95f04d6f', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34c8040c-2f1d-474d-954c-d4cc95f04d6f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:49:33,939 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.036s 2021-10-27 01:49:33,940 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fff70e1f-b03f-4dee-92ad-3be630f3c2b6', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fff70e1f-b03f-4dee-92ad-3be630f3c2b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:49:34,987 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.039s 2021-10-27 01:49:34,987 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-66db9cd7-adb6-4518-961d-6e925e5f386b', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-66db9cd7-adb6-4518-961d-6e925e5f386b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:49:36,031 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.036s 2021-10-27 01:49:36,032 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e72cec89-2dbc-4d94-b7b5-c98b628c7ff0', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e72cec89-2dbc-4d94-b7b5-c98b628c7ff0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:49:37,078 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.038s 2021-10-27 01:49:37,078 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a22b80d-c996-4e89-9213-464f331744fa', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a22b80d-c996-4e89-9213-464f331744fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:49:38,124 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.037s 2021-10-27 01:49:38,125 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ceeb98a8-d8b9-466a-85a0-63ea8dc5dfe3', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ceeb98a8-d8b9-466a-85a0-63ea8dc5dfe3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:49:39,171 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.038s 2021-10-27 01:49:39,171 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe5707b0-e42b-4de5-b2d7-a470818c91a5', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe5707b0-e42b-4de5-b2d7-a470818c91a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:49:40,215 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.037s 2021-10-27 01:49:40,215 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-349da304-01c7-4760-b978-695ed56fb80d', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-349da304-01c7-4760-b978-695ed56fb80d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:49:41,260 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.036s 2021-10-27 01:49:41,260 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0226a921-7731-4f28-8045-a751b9cf15db', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0226a921-7731-4f28-8045-a751b9cf15db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:49:42,303 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.036s 2021-10-27 01:49:42,304 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-26a6c0e6-f1e8-48c5-9170-fb27ff65e998', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-26a6c0e6-f1e8-48c5-9170-fb27ff65e998', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:49:43,352 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.040s 2021-10-27 01:49:43,352 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df95a215-d777-4469-9f2e-5f9a51d83408', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df95a215-d777-4469-9f2e-5f9a51d83408', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:49:44,398 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.038s 2021-10-27 01:49:44,398 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4add9cdc-2eec-4cb8-88fe-f19352ae396e', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4add9cdc-2eec-4cb8-88fe-f19352ae396e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:49:45,442 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.037s 2021-10-27 01:49:45,442 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-20e7bc8c-d709-428f-8289-a60e814fd6d9', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-20e7bc8c-d709-428f-8289-a60e814fd6d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:49:46,487 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.036s 2021-10-27 01:49:46,488 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8611c141-5c6f-44d7-a1ea-83a7af472205', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8611c141-5c6f-44d7-a1ea-83a7af472205', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:49:47,532 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.036s 2021-10-27 01:49:47,533 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13a14900-8d1c-48b5-93c8-2f78c290a70a', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13a14900-8d1c-48b5-93c8-2f78c290a70a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:49:48,577 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.036s 2021-10-27 01:49:48,578 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53f5c9c5-038d-4521-a514-0b5660b378e5', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53f5c9c5-038d-4521-a514-0b5660b378e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:49:49,634 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.049s 2021-10-27 01:49:49,634 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-858795cf-d8ae-4408-8106-9c907ed766df', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-858795cf-d8ae-4408-8106-9c907ed766df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:49:50,681 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.040s 2021-10-27 01:49:50,682 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1139a4a9-9d54-4053-8c3a-a18f19170732', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1139a4a9-9d54-4053-8c3a-a18f19170732', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:49:51,726 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.036s 2021-10-27 01:49:51,726 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-59488e0d-73bd-4d0e-a3fe-5c90a5886062', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-59488e0d-73bd-4d0e-a3fe-5c90a5886062', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:49:52,771 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.037s 2021-10-27 01:49:52,771 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-de53ed85-9d0e-4b13-bfe2-fb9effa7ed58', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de53ed85-9d0e-4b13-bfe2-fb9effa7ed58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:49:53,818 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.039s 2021-10-27 01:49:53,818 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c16d3ad4-b9fe-4b89-a23a-f72e6b22017e', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c16d3ad4-b9fe-4b89-a23a-f72e6b22017e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:49:54,871 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.038s 2021-10-27 01:49:54,871 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1161337-05f2-49ce-8c5d-bf5e4e883196', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1161337-05f2-49ce-8c5d-bf5e4e883196', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:49:55,916 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.037s 2021-10-27 01:49:55,916 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aae5e945-6c49-4215-a46d-c0119735a20b', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aae5e945-6c49-4215-a46d-c0119735a20b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:49:56,962 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.038s 2021-10-27 01:49:56,963 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eed7ffbc-9380-4233-8ddf-17ede7613137', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eed7ffbc-9380-4233-8ddf-17ede7613137', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:49:58,007 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.037s 2021-10-27 01:49:58,008 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bfd10ce3-f45a-4011-b7ca-82a5ca4f1fdb', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bfd10ce3-f45a-4011-b7ca-82a5ca4f1fdb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:49:59,053 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.037s 2021-10-27 01:49:59,053 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-22495da3-12aa-422d-beaa-5eefb29696ba', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-22495da3-12aa-422d-beaa-5eefb29696ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:50:00,097 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.036s 2021-10-27 01:50:00,097 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67fda58f-3781-4f43-864f-b0ca435ca397', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67fda58f-3781-4f43-864f-b0ca435ca397', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:50:01,141 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.036s 2021-10-27 01:50:01,142 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e50154f3-d948-47a6-9e00-8e12dd4a37eb', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e50154f3-d948-47a6-9e00-8e12dd4a37eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:50:02,188 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.039s 2021-10-27 01:50:02,189 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1276162b-81ba-4f4c-8978-cf195cf6498d', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1276162b-81ba-4f4c-8978-cf195cf6498d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:50:03,234 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.037s 2021-10-27 01:50:03,235 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7de41321-810b-495f-b983-7054d4b0cb29', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7de41321-810b-495f-b983-7054d4b0cb29', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:50:04,282 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.039s 2021-10-27 01:50:04,282 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d9df914-a78a-4776-a39e-9ebc90905078', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d9df914-a78a-4776-a39e-9ebc90905078', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:50:05,328 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.037s 2021-10-27 01:50:05,328 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-863142a5-3619-4d73-ae71-7f0acfe40a63', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-863142a5-3619-4d73-ae71-7f0acfe40a63', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:50:06,372 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.037s 2021-10-27 01:50:06,373 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-52690263-7df5-4cbf-a2a0-9dc2810d8695', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-52690263-7df5-4cbf-a2a0-9dc2810d8695', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:50:07,417 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.037s 2021-10-27 01:50:07,418 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca7d8800-a94c-4991-8fff-cf4831bdc7b9', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca7d8800-a94c-4991-8fff-cf4831bdc7b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:50:08,461 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.036s 2021-10-27 01:50:08,462 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5bc896d9-af70-4598-8371-71db3ac50f62', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5bc896d9-af70-4598-8371-71db3ac50f62', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:50:09,508 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.038s 2021-10-27 01:50:09,508 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3ae2c89e-7f8b-49ce-8841-cf89bb3c1fc6', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ae2c89e-7f8b-49ce-8841-cf89bb3c1fc6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:50:10,551 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.036s 2021-10-27 01:50:10,552 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1bb83c2-03c5-440a-a2f2-b0bb576d98d2', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f1bb83c2-03c5-440a-a2f2-b0bb576d98d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:50:11,596 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.035s 2021-10-27 01:50:11,596 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-493b5079-b828-4d9e-ac11-08fbda0f39cc', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-493b5079-b828-4d9e-ac11-08fbda0f39cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:50:12,642 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.037s 2021-10-27 01:50:12,642 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca131365-7741-4cc8-a86c-79627eb71ef1', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca131365-7741-4cc8-a86c-79627eb71ef1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:50:13,688 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.037s 2021-10-27 01:50:13,688 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ddf965e7-2c97-4857-a4e4-f069aba9d329', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ddf965e7-2c97-4857-a4e4-f069aba9d329', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:50:14,733 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.037s 2021-10-27 01:50:14,734 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c0ae834-e657-469c-bff6-620cb8236595', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c0ae834-e657-469c-bff6-620cb8236595', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:50:15,778 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.036s 2021-10-27 01:50:15,778 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-81f0fa8f-647e-48e7-ad48-bbd6616a3fb7', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-81f0fa8f-647e-48e7-ad48-bbd6616a3fb7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:50:16,822 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.037s 2021-10-27 01:50:16,823 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0006076-8c02-4872-bc0a-388bce4dd719', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0006076-8c02-4872-bc0a-388bce4dd719', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:50:17,867 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.037s 2021-10-27 01:50:17,867 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13ce1f05-d4ea-4c33-a6c1-2c19283eaeb0', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13ce1f05-d4ea-4c33-a6c1-2c19283eaeb0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:50:18,911 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.036s 2021-10-27 01:50:18,911 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b001a26f-5850-44d7-81b8-0d56964a168e', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b001a26f-5850-44d7-81b8-0d56964a168e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:50:19,956 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.036s 2021-10-27 01:50:19,956 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-86ee474e-206c-44fa-ae14-fc3d7ad5cdb3', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86ee474e-206c-44fa-ae14-fc3d7ad5cdb3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:50:21,001 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.037s 2021-10-27 01:50:21,002 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb89a42a-8a02-4aff-ba13-86416b9731a9', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb89a42a-8a02-4aff-ba13-86416b9731a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:50:22,049 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.040s 2021-10-27 01:50:22,050 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-59c20f9e-b1ff-4bfc-b64c-37fea6545d08', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-59c20f9e-b1ff-4bfc-b64c-37fea6545d08', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:50:23,098 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.041s 2021-10-27 01:50:23,099 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf91ae8d-33bb-444a-96a2-a8d4cef645bd', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf91ae8d-33bb-444a-96a2-a8d4cef645bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:50:24,144 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.037s 2021-10-27 01:50:24,144 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dedb13f5-c302-4d78-8807-1d4e97588956', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dedb13f5-c302-4d78-8807-1d4e97588956', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:50:25,188 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.037s 2021-10-27 01:50:25,189 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-60fee713-501a-4995-b220-950e7abd608a', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-60fee713-501a-4995-b220-950e7abd608a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:50:26,232 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.036s 2021-10-27 01:50:26,233 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76df01bb-5ce3-406d-a65b-d09b75b4c9b2', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76df01bb-5ce3-406d-a65b-d09b75b4c9b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:50:27,277 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.037s 2021-10-27 01:50:27,278 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8263612e-4450-4761-ad71-57edb680a85d', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8263612e-4450-4761-ad71-57edb680a85d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:50:28,322 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.036s 2021-10-27 01:50:28,322 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-565d26ca-f2f6-41b5-910b-b504a6cfe358', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-565d26ca-f2f6-41b5-910b-b504a6cfe358', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:50:29,366 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.036s 2021-10-27 01:50:29,366 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c936f8ba-3296-45c1-a7f9-a079dbdba188', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c936f8ba-3296-45c1-a7f9-a079dbdba188', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:50:30,410 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.037s 2021-10-27 01:50:30,411 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca1152d1-cb30-4b00-9584-cccff328a867', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca1152d1-cb30-4b00-9584-cccff328a867', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:50:31,455 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.037s 2021-10-27 01:50:31,455 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2173ec40-8729-4557-a25d-322c55c1338d', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2173ec40-8729-4557-a25d-322c55c1338d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:50:32,502 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.039s 2021-10-27 01:50:32,502 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5d5a05c-7dab-4a6c-996d-6fec33c3b950', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a5d5a05c-7dab-4a6c-996d-6fec33c3b950', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:50:33,547 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.036s 2021-10-27 01:50:33,547 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37989a8b-c5e9-43bf-961c-8d83d0df727d', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37989a8b-c5e9-43bf-961c-8d83d0df727d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:50:34,592 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.037s 2021-10-27 01:50:34,593 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2bf5f706-4e2e-4573-a19e-e282fd38f296', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2bf5f706-4e2e-4573-a19e-e282fd38f296', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:50:35,637 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.036s 2021-10-27 01:50:35,637 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-253f3a8d-6831-4219-b134-14341120620c', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-253f3a8d-6831-4219-b134-14341120620c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:50:36,681 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.036s 2021-10-27 01:50:36,682 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-929e6040-1800-4955-8a18-6fd51006d184', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-929e6040-1800-4955-8a18-6fd51006d184', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:50:37,726 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.037s 2021-10-27 01:50:37,727 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4d4e9684-6685-44cb-a534-f5b115ef8120', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4d4e9684-6685-44cb-a534-f5b115ef8120', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:50:38,775 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.041s 2021-10-27 01:50:38,775 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d862a575-791f-4677-9627-65ed07e35dbb', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d862a575-791f-4677-9627-65ed07e35dbb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:50:39,820 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.037s 2021-10-27 01:50:39,820 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b103b85-077f-4edf-8cb9-58ede52c243c', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b103b85-077f-4edf-8cb9-58ede52c243c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:50:40,865 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.037s 2021-10-27 01:50:40,865 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ee174d4-fdc3-41a4-89d0-b4e3a48cf11a', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ee174d4-fdc3-41a4-89d0-b4e3a48cf11a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:50:41,910 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.038s 2021-10-27 01:50:41,911 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0fee9873-9cbf-4c77-b920-17a590f580f6', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0fee9873-9cbf-4c77-b920-17a590f580f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:50:42,954 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.036s 2021-10-27 01:50:42,955 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3cc5bbf-7feb-4224-8772-5cd7324cf3da', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3cc5bbf-7feb-4224-8772-5cd7324cf3da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:50:43,999 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.037s 2021-10-27 01:50:44,000 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29da4827-abb0-45dc-8146-2c047d4c3fd1', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29da4827-abb0-45dc-8146-2c047d4c3fd1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:50:45,045 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.038s 2021-10-27 01:50:45,046 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-98f2b251-c1ab-4b4f-86ad-f223eb131873', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-98f2b251-c1ab-4b4f-86ad-f223eb131873', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:50:46,090 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.037s 2021-10-27 01:50:46,091 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-749060c2-3395-460b-9aeb-ff2db407784f', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-749060c2-3395-460b-9aeb-ff2db407784f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:50:47,141 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.042s 2021-10-27 01:50:47,141 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c76e1d48-9bbb-40dc-90dd-2f321c059db2', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c76e1d48-9bbb-40dc-90dd-2f321c059db2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:50:48,186 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.036s 2021-10-27 01:50:48,186 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-713125fa-3548-4566-9781-88042935c026', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-713125fa-3548-4566-9781-88042935c026', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:50:49,229 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.035s 2021-10-27 01:50:49,230 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c60ee28-5eeb-4814-8e67-35f2e988bb89', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c60ee28-5eeb-4814-8e67-35f2e988bb89', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:50:50,275 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.038s 2021-10-27 01:50:50,276 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0bb72e2-287b-48ee-ad5c-724460c26d40', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0bb72e2-287b-48ee-ad5c-724460c26d40', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:50:51,320 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.036s 2021-10-27 01:50:51,320 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b9668c3b-80b6-479a-b692-c1afde40840d', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b9668c3b-80b6-479a-b692-c1afde40840d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:50:52,371 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.043s 2021-10-27 01:50:52,371 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-661f62cc-0111-4ed9-be4d-0e31fc050332', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-661f62cc-0111-4ed9-be4d-0e31fc050332', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:50:53,428 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.049s 2021-10-27 01:50:53,429 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1eccbab4-46d4-4d81-86a5-e59b90831a3d', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1eccbab4-46d4-4d81-86a5-e59b90831a3d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:50:54,475 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.039s 2021-10-27 01:50:54,475 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1280253f-ec16-48ec-92c5-c0243e020bfa', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1280253f-ec16-48ec-92c5-c0243e020bfa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:50:55,519 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.036s 2021-10-27 01:50:55,520 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d75a78a6-1f38-4db1-b600-d20ca989e6a0', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d75a78a6-1f38-4db1-b600-d20ca989e6a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:50:56,563 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.036s 2021-10-27 01:50:56,564 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf0d8355-4831-4c09-8efd-a3e312acf848', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf0d8355-4831-4c09-8efd-a3e312acf848', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:50:57,608 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.036s 2021-10-27 01:50:57,609 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ebc4c52c-9d54-410c-a1e0-cf2a0ebdcae6', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ebc4c52c-9d54-410c-a1e0-cf2a0ebdcae6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:50:58,653 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.036s 2021-10-27 01:50:58,653 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf6b05e5-df72-4b99-9ab7-48f0f16a4a56', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf6b05e5-df72-4b99-9ab7-48f0f16a4a56', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:50:59,697 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.036s 2021-10-27 01:50:59,697 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a14bdb6-b790-4de9-8573-5271aa06cefa', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a14bdb6-b790-4de9-8573-5271aa06cefa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:51:00,743 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.038s 2021-10-27 01:51:00,744 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a69bd3f-250e-4a51-9294-8a5baadb62cf', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a69bd3f-250e-4a51-9294-8a5baadb62cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:51:01,788 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.036s 2021-10-27 01:51:01,788 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb01b434-4d53-4fbc-bdc6-0bf11d0a6c9b', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb01b434-4d53-4fbc-bdc6-0bf11d0a6c9b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:51:02,831 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.036s 2021-10-27 01:51:02,831 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e98155f7-e1fc-4454-83a3-b5e93c8189f4', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e98155f7-e1fc-4454-83a3-b5e93c8189f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:51:03,876 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.037s 2021-10-27 01:51:03,877 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82578c16-83cc-4138-ab37-71bd5a492874', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82578c16-83cc-4138-ab37-71bd5a492874', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:51:04,921 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.036s 2021-10-27 01:51:04,922 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2958e620-b727-41b4-8b7f-709950465ec1', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2958e620-b727-41b4-8b7f-709950465ec1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:51:05,965 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.036s 2021-10-27 01:51:05,966 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b303a24-ccee-4c36-8cda-bc637d9508d5', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b303a24-ccee-4c36-8cda-bc637d9508d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:51:07,010 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.037s 2021-10-27 01:51:07,011 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0cb9a947-a7b0-4945-8be9-ddf3d8f2b8ae', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0cb9a947-a7b0-4945-8be9-ddf3d8f2b8ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:51:08,057 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.039s 2021-10-27 01:51:08,057 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-baefd648-2aea-40d5-8446-d0b8bdea6709', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-baefd648-2aea-40d5-8446-d0b8bdea6709', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:51:09,101 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.036s 2021-10-27 01:51:09,101 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2aaae791-e59e-4439-a9b4-96ec5aec3d7d', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2aaae791-e59e-4439-a9b4-96ec5aec3d7d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:51:10,145 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.035s 2021-10-27 01:51:10,145 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-724b5c36-87ae-4640-99c2-f5d2243956e7', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-724b5c36-87ae-4640-99c2-f5d2243956e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:51:11,189 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.036s 2021-10-27 01:51:11,189 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d5db54a-7f5f-49e1-a620-78d5366a9302', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d5db54a-7f5f-49e1-a620-78d5366a9302', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:51:12,232 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.035s 2021-10-27 01:51:12,232 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f8f92ae-1e9e-4db1-acf0-eb6e8c147238', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f8f92ae-1e9e-4db1-acf0-eb6e8c147238', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:51:13,276 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.036s 2021-10-27 01:51:13,277 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-592eb26f-0fc3-4971-b699-3bf2ae35996c', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-592eb26f-0fc3-4971-b699-3bf2ae35996c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:51:14,324 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.039s 2021-10-27 01:51:14,324 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95c2cb8a-b2bc-4c0d-9a76-dddc4f256cfa', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95c2cb8a-b2bc-4c0d-9a76-dddc4f256cfa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:51:15,368 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.036s 2021-10-27 01:51:15,369 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d0ce9c60-2570-421d-9dfa-6b127eb35e7e', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d0ce9c60-2570-421d-9dfa-6b127eb35e7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:51:16,413 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.036s 2021-10-27 01:51:16,413 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6c5d840-5faa-4e03-a546-89b178fad5f5', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6c5d840-5faa-4e03-a546-89b178fad5f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:51:17,456 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.035s 2021-10-27 01:51:17,457 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d45713fa-c591-4157-ab0b-ba98bbefefbe', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d45713fa-c591-4157-ab0b-ba98bbefefbe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:51:18,501 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.036s 2021-10-27 01:51:18,501 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-59ec692b-16dd-48f4-8f37-1178879fb769', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-59ec692b-16dd-48f4-8f37-1178879fb769', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:51:19,545 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.036s 2021-10-27 01:51:19,546 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4540519a-2df7-4f9e-8b6c-a934335e1ff9', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4540519a-2df7-4f9e-8b6c-a934335e1ff9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:51:20,589 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.036s 2021-10-27 01:51:20,590 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e32c7b3-2be6-4f4a-8f0d-4be520393a4e', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e32c7b3-2be6-4f4a-8f0d-4be520393a4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:51:21,634 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.037s 2021-10-27 01:51:21,635 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-598ea8c5-35b9-44e3-aac6-4fe0eee84b14', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-598ea8c5-35b9-44e3-aac6-4fe0eee84b14', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:51:22,680 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.038s 2021-10-27 01:51:22,680 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-062d04cd-6d6b-4550-bfb9-2e997e38ed8a', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-062d04cd-6d6b-4550-bfb9-2e997e38ed8a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:51:23,724 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.035s 2021-10-27 01:51:23,724 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-213cd8c5-bce7-4d89-abd5-47fd59cec3e5', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-213cd8c5-bce7-4d89-abd5-47fd59cec3e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:51:24,767 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.035s 2021-10-27 01:51:24,768 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-60c64989-5c05-4cde-b8d6-aed190a56f31', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-60c64989-5c05-4cde-b8d6-aed190a56f31', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:51:25,811 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.035s 2021-10-27 01:51:25,812 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b1b9ab7-ab1d-43d0-864b-3e9ca4ed886b', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b1b9ab7-ab1d-43d0-864b-3e9ca4ed886b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:51:26,854 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.035s 2021-10-27 01:51:26,855 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-01590be9-09de-4661-b7eb-b3a5a073f9d3', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01590be9-09de-4661-b7eb-b3a5a073f9d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:51:27,898 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.036s 2021-10-27 01:51:27,899 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40ef316c-dba1-4f6d-a32a-f8c5ae902285', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40ef316c-dba1-4f6d-a32a-f8c5ae902285', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:51:28,943 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.037s 2021-10-27 01:51:28,943 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b410e391-bd19-4e89-bb2d-ddb98ec2916c', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b410e391-bd19-4e89-bb2d-ddb98ec2916c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:51:29,994 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.043s 2021-10-27 01:51:29,995 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ca5c214-025d-4342-bddc-5d09dec8a27e', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ca5c214-025d-4342-bddc-5d09dec8a27e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:51:31,040 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.038s 2021-10-27 01:51:31,041 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12822288-c6cb-4f80-bdc3-d29f3228e606', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12822288-c6cb-4f80-bdc3-d29f3228e606', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:51:32,084 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.035s 2021-10-27 01:51:32,084 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8406c1a5-e600-4750-b185-2eb365ac0053', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8406c1a5-e600-4750-b185-2eb365ac0053', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:51:33,125 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.034s 2021-10-27 01:51:33,126 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21ac294f-2e50-4e1b-83e9-37380652d08f', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21ac294f-2e50-4e1b-83e9-37380652d08f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:51:34,168 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.035s 2021-10-27 01:51:34,169 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-891201dc-974a-47ef-b049-da93d1fce791', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-891201dc-974a-47ef-b049-da93d1fce791', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:51:35,267 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.090s 2021-10-27 01:51:35,267 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3b6cfdb-9b09-467a-b2ec-aa53405b65b1', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3b6cfdb-9b09-467a-b2ec-aa53405b65b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:51:36,319 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.043s 2021-10-27 01:51:36,319 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-577a7894-e7e6-4149-a6a1-5aad4e346c34', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-577a7894-e7e6-4149-a6a1-5aad4e346c34', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:51:37,365 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.037s 2021-10-27 01:51:37,365 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a21c19cb-99be-4569-b25a-f4917689b614', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a21c19cb-99be-4569-b25a-f4917689b614', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:51:38,408 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.035s 2021-10-27 01:51:38,408 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ffd97ff6-47ef-42d8-af5b-665424b03184', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ffd97ff6-47ef-42d8-af5b-665424b03184', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:51:39,452 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.035s 2021-10-27 01:51:39,452 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e074a644-11d5-40a2-a8ec-3b3ffa35d93d', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e074a644-11d5-40a2-a8ec-3b3ffa35d93d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:51:40,495 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.035s 2021-10-27 01:51:40,495 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ece4f9c7-f23c-4edd-9d8a-fb7f4c8ffad0', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ece4f9c7-f23c-4edd-9d8a-fb7f4c8ffad0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:51:41,540 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.036s 2021-10-27 01:51:41,540 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c8da7d85-495f-433f-8138-61a5457b12ce', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8da7d85-495f-433f-8138-61a5457b12ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:51:42,583 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.035s 2021-10-27 01:51:42,584 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13d8042a-2bd5-4465-ab7c-8d5ba712eb43', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13d8042a-2bd5-4465-ab7c-8d5ba712eb43', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:51:43,629 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.037s 2021-10-27 01:51:43,630 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7728a06b-1c1f-4f4d-b2da-c70ea674828c', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7728a06b-1c1f-4f4d-b2da-c70ea674828c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:51:44,676 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.038s 2021-10-27 01:51:44,677 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a3f5bea1-3c1e-4781-af25-0221424b1291', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a3f5bea1-3c1e-4781-af25-0221424b1291', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:51:45,720 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.035s 2021-10-27 01:51:45,720 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d92a9ac1-239c-4f4b-872f-16cc04bdd590', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d92a9ac1-239c-4f4b-872f-16cc04bdd590', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:51:46,766 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.038s 2021-10-27 01:51:46,766 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dfc70aee-68b6-4abf-b475-f890efe3bfa1', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dfc70aee-68b6-4abf-b475-f890efe3bfa1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:51:47,815 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.041s 2021-10-27 01:51:47,816 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ba7986e-4a79-4d9b-9905-7ae30bc9300d', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ba7986e-4a79-4d9b-9905-7ae30bc9300d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:51:48,864 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.041s 2021-10-27 01:51:48,864 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f2b24e6f-1912-474b-9f90-f5f59bec1f77', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f2b24e6f-1912-474b-9f90-f5f59bec1f77', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:51:49,913 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.041s 2021-10-27 01:51:49,914 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4846408c-eeb5-46bf-8433-2b245559e6b1', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4846408c-eeb5-46bf-8433-2b245559e6b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:51:50,966 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.045s 2021-10-27 01:51:50,966 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-31b1a096-49e2-4bc1-b6ae-64bba37f14a1', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31b1a096-49e2-4bc1-b6ae-64bba37f14a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:51:52,017 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.043s 2021-10-27 01:51:52,018 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f9e79938-26da-462d-b764-276185ad55a3', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f9e79938-26da-462d-b764-276185ad55a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:51:53,069 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.043s 2021-10-27 01:51:53,069 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6ff22ff-3ee8-4c46-a1d3-95c9f32a3438', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6ff22ff-3ee8-4c46-a1d3-95c9f32a3438', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:51:54,113 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.036s 2021-10-27 01:51:54,114 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f989c39a-b2d9-43e4-8a71-67d20c2b25b7', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f989c39a-b2d9-43e4-8a71-67d20c2b25b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:51:55,163 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.041s 2021-10-27 01:51:55,163 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18b97304-b1da-4851-bd48-a0766eb2aac7', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18b97304-b1da-4851-bd48-a0766eb2aac7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:51:56,212 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.041s 2021-10-27 01:51:56,212 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-10592e52-7fc5-4a78-a727-9a9048e6e46d', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10592e52-7fc5-4a78-a727-9a9048e6e46d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:51:57,261 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.041s 2021-10-27 01:51:57,261 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-16c1b3f4-c8e7-484a-9e54-54c3b7ec7eb0', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-16c1b3f4-c8e7-484a-9e54-54c3b7ec7eb0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:51:58,312 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.043s 2021-10-27 01:51:58,313 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-47b1a295-58af-4627-b0fd-bfbe0a98862c', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-47b1a295-58af-4627-b0fd-bfbe0a98862c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:51:59,370 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.049s 2021-10-27 01:51:59,371 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a451cc7-f3ee-4280-b216-ee1a0a587092', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a451cc7-f3ee-4280-b216-ee1a0a587092', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:52:00,425 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.046s 2021-10-27 01:52:00,425 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d35ae92e-a9ff-4e3c-8328-8e47744052bd', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d35ae92e-a9ff-4e3c-8328-8e47744052bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:52:01,471 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.036s 2021-10-27 01:52:01,471 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-812390c2-53a1-43f7-9909-a1b4621c123b', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-812390c2-53a1-43f7-9909-a1b4621c123b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:52:02,525 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.045s 2021-10-27 01:52:02,525 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d04f893c-64c9-45ca-9ecc-ec0500cd916b', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d04f893c-64c9-45ca-9ecc-ec0500cd916b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:52:03,574 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.041s 2021-10-27 01:52:03,575 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5239aa2-f738-4c87-9ec0-24dd31c019e7', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a5239aa2-f738-4c87-9ec0-24dd31c019e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:52:04,622 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.039s 2021-10-27 01:52:04,622 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-71bb7fce-7dd3-4685-93a7-d7cfd6e4a965', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-71bb7fce-7dd3-4685-93a7-d7cfd6e4a965', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:52:05,672 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.042s 2021-10-27 01:52:05,673 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5905f45a-2984-4d46-87b3-4580f5205e89', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5905f45a-2984-4d46-87b3-4580f5205e89', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:52:06,724 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.043s 2021-10-27 01:52:06,725 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04c9fda3-db4f-42a7-9d43-5188076a4783', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04c9fda3-db4f-42a7-9d43-5188076a4783', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:52:07,776 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.043s 2021-10-27 01:52:07,776 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-26fb50a5-46c9-496f-a750-d5d0c3e906a3', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-26fb50a5-46c9-496f-a750-d5d0c3e906a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:52:08,826 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.042s 2021-10-27 01:52:08,827 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7affdb2e-7f3e-46f4-b499-999c780ba260', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7affdb2e-7f3e-46f4-b499-999c780ba260', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:52:09,873 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.038s 2021-10-27 01:52:09,874 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bfc0b709-d333-45ab-ac91-4e10e7db41eb', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bfc0b709-d333-45ab-ac91-4e10e7db41eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:52:10,920 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.038s 2021-10-27 01:52:10,920 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b1b524a-6a74-4cc2-9502-0fdd1f5000bf', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b1b524a-6a74-4cc2-9502-0fdd1f5000bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:52:11,979 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.050s 2021-10-27 01:52:11,979 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-746a4f57-940b-4295-acb5-7be51ddafcca', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-746a4f57-940b-4295-acb5-7be51ddafcca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:52:13,023 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.036s 2021-10-27 01:52:13,023 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-71378efb-b67b-45aa-8d4a-665a5078b2a6', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-71378efb-b67b-45aa-8d4a-665a5078b2a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:52:14,068 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.038s 2021-10-27 01:52:14,068 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c810f0b8-35d7-44f4-8b09-35c5ff1042ae', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c810f0b8-35d7-44f4-8b09-35c5ff1042ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:52:15,125 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.048s 2021-10-27 01:52:15,125 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c56a75e-9f1c-4ca9-9b94-cdc269f17868', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c56a75e-9f1c-4ca9-9b94-cdc269f17868', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:52:16,176 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.043s 2021-10-27 01:52:16,177 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1efc63d1-ed33-4021-9552-3eed3473885c', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1efc63d1-ed33-4021-9552-3eed3473885c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:52:17,223 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.039s 2021-10-27 01:52:17,224 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27068a97-3301-4495-b34a-6703289d00e3', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27068a97-3301-4495-b34a-6703289d00e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:52:18,275 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.043s 2021-10-27 01:52:18,276 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-39300cd2-7946-4c23-bd5e-3d5f983fe64d', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-39300cd2-7946-4c23-bd5e-3d5f983fe64d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:52:19,325 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.042s 2021-10-27 01:52:19,326 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-59b82bab-c114-4116-9cf2-3b997fe03902', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-59b82bab-c114-4116-9cf2-3b997fe03902', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:52:20,371 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.037s 2021-10-27 01:52:20,371 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b9ca087-deeb-42d3-8d31-ac3136537bc7', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b9ca087-deeb-42d3-8d31-ac3136537bc7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:52:21,420 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.041s 2021-10-27 01:52:21,421 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d9d505a-23e2-47a4-b406-ae42ef699f5a', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d9d505a-23e2-47a4-b406-ae42ef699f5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:52:22,472 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.042s 2021-10-27 01:52:22,472 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9caf7d87-0629-47f9-b150-08e6741ea6ae', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9caf7d87-0629-47f9-b150-08e6741ea6ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:52:23,523 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.043s 2021-10-27 01:52:23,523 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6041e2e7-ab9a-4d01-8b6d-3bdebab27678', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6041e2e7-ab9a-4d01-8b6d-3bdebab27678', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:52:24,571 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.040s 2021-10-27 01:52:24,572 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-86a951e7-de2d-4b34-b8e0-3aa30163fcf8', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86a951e7-de2d-4b34-b8e0-3aa30163fcf8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:52:25,620 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.040s 2021-10-27 01:52:25,620 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4fb75b96-ebcf-4500-9090-8c22439ca2dc', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4fb75b96-ebcf-4500-9090-8c22439ca2dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:52:26,669 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.040s 2021-10-27 01:52:26,669 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0b7361d-274e-48c0-b068-6bd115621c89', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0b7361d-274e-48c0-b068-6bd115621c89', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:52:27,718 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.040s 2021-10-27 01:52:27,718 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c1d1201-af0a-44b0-bb9b-e7b7984d1d7f', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c1d1201-af0a-44b0-bb9b-e7b7984d1d7f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:52:28,768 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.042s 2021-10-27 01:52:28,768 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30524b7a-6994-4b31-bcf7-639c8b337ee6', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30524b7a-6994-4b31-bcf7-639c8b337ee6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:52:29,818 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.041s 2021-10-27 01:52:29,818 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fcf2bed3-db4e-43c5-8d44-68b0177116fb', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fcf2bed3-db4e-43c5-8d44-68b0177116fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:52:30,877 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.051s 2021-10-27 01:52:30,877 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7aebce3b-a5e6-4ff2-8a71-4ff6174a4bb6', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7aebce3b-a5e6-4ff2-8a71-4ff6174a4bb6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:52:31,932 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.047s 2021-10-27 01:52:31,933 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88a94fc6-88d7-4d2d-b154-bcd6c46dbc70', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88a94fc6-88d7-4d2d-b154-bcd6c46dbc70', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:52:32,976 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.036s 2021-10-27 01:52:32,977 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0c0a808-07fd-42f1-ac66-0938fdd866fd', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0c0a808-07fd-42f1-ac66-0938fdd866fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:52:34,020 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.036s 2021-10-27 01:52:34,020 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6de6a1da-2fd8-440b-bd77-7679abd3477c', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6de6a1da-2fd8-440b-bd77-7679abd3477c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:52:35,069 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.041s 2021-10-27 01:52:35,069 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-16716d0f-d5e8-4c90-ba56-fca67e1f8113', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-16716d0f-d5e8-4c90-ba56-fca67e1f8113', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:52:36,115 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.038s 2021-10-27 01:52:36,116 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f24837e7-22b8-4b44-a113-ce1e47386fad', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f24837e7-22b8-4b44-a113-ce1e47386fad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:52:37,188 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.064s 2021-10-27 01:52:37,188 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b1385fa9-054f-4f01-98f4-65183acfadc5', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b1385fa9-054f-4f01-98f4-65183acfadc5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:52:38,236 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.040s 2021-10-27 01:52:38,237 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40d3e9b7-f9eb-4cd1-babf-b224c6079620', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40d3e9b7-f9eb-4cd1-babf-b224c6079620', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:52:39,285 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.040s 2021-10-27 01:52:39,285 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eae8dd00-7610-4b31-be85-bba940b008ed', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eae8dd00-7610-4b31-be85-bba940b008ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:52:40,333 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.040s 2021-10-27 01:52:40,334 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c3c2c2a-aa1d-4df8-9c4e-8b356f7072ea', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c3c2c2a-aa1d-4df8-9c4e-8b356f7072ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:52:41,383 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.041s 2021-10-27 01:52:41,383 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6dc70c86-5f35-4553-80e5-338d73b3174a', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6dc70c86-5f35-4553-80e5-338d73b3174a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:52:42,431 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.041s 2021-10-27 01:52:42,432 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4d0be96-efce-44e1-954a-d96f94c5c48f', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4d0be96-efce-44e1-954a-d96f94c5c48f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:52:43,478 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.038s 2021-10-27 01:52:43,478 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d61c09a7-4bf7-4ca4-bc77-aa1f94fb884f', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d61c09a7-4bf7-4ca4-bc77-aa1f94fb884f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:52:44,533 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.048s 2021-10-27 01:52:44,534 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-35ba1f75-99b6-4ae1-8316-40142aea4838', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-35ba1f75-99b6-4ae1-8316-40142aea4838', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:52:45,588 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.044s 2021-10-27 01:52:45,588 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa179b82-ca1e-4bcf-a221-84c0564dd4bf', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa179b82-ca1e-4bcf-a221-84c0564dd4bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:52:46,637 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.041s 2021-10-27 01:52:46,637 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf434a04-6731-40c2-8de6-ab5b6aabf44f', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf434a04-6731-40c2-8de6-ab5b6aabf44f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:52:47,683 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.038s 2021-10-27 01:52:47,683 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d0e3080a-3c19-4f47-943e-caae6e87a2a5', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d0e3080a-3c19-4f47-943e-caae6e87a2a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:52:48,732 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.041s 2021-10-27 01:52:48,732 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-353f2af3-98d9-4674-ac50-998ed9528727', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-353f2af3-98d9-4674-ac50-998ed9528727', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:52:49,780 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.040s 2021-10-27 01:52:49,780 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55ae5115-18f5-48ac-8d8e-22254b2e3593', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55ae5115-18f5-48ac-8d8e-22254b2e3593', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:52:50,829 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.040s 2021-10-27 01:52:50,829 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d75b0b37-d1fb-434c-ba21-1b1e22c0a616', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d75b0b37-d1fb-434c-ba21-1b1e22c0a616', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:52:51,880 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.043s 2021-10-27 01:52:51,880 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-481ea417-ebb8-44ef-b0b8-3a2f814bffdc', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-481ea417-ebb8-44ef-b0b8-3a2f814bffdc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:52:52,943 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.054s 2021-10-27 01:52:52,943 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec2f5b8d-aa8d-409a-bff7-8ebeef9784dc', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec2f5b8d-aa8d-409a-bff7-8ebeef9784dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:52:53,996 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.045s 2021-10-27 01:52:53,996 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04a1c1f0-9e76-47f5-8f23-0d2bf44509b8', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04a1c1f0-9e76-47f5-8f23-0d2bf44509b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:52:55,040 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.036s 2021-10-27 01:52:55,041 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c3d71f2-1f4a-4dd8-81e4-9efe7d117182', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c3d71f2-1f4a-4dd8-81e4-9efe7d117182', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:52:56,090 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.041s 2021-10-27 01:52:56,090 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c33b7b51-c4f1-49c3-b9af-b4b5a48fc603', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c33b7b51-c4f1-49c3-b9af-b4b5a48fc603', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:52:57,140 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.043s 2021-10-27 01:52:57,141 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-374f516b-ae26-4735-b849-b70dbfe424d2', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-374f516b-ae26-4735-b849-b70dbfe424d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:52:58,188 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.040s 2021-10-27 01:52:58,189 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b117cb58-5ff1-40ab-a3ef-4c45ba9914f0', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b117cb58-5ff1-40ab-a3ef-4c45ba9914f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:52:59,238 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.042s 2021-10-27 01:52:59,239 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d0dc0bc-e77f-4911-935a-92b8b8fe7212', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d0dc0bc-e77f-4911-935a-92b8b8fe7212', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:53:00,289 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.037s 2021-10-27 01:53:00,290 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f1781f8-c17e-4f06-8f7a-cd1da5f0154d', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f1781f8-c17e-4f06-8f7a-cd1da5f0154d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:53:01,342 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.044s 2021-10-27 01:53:01,342 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e4fe072-c9bf-4410-a562-a5adc1376eb9', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e4fe072-c9bf-4410-a562-a5adc1376eb9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:53:02,435 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.084s 2021-10-27 01:53:02,435 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f4e3589e-9ec2-41a8-9f28-21c75c05326b', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f4e3589e-9ec2-41a8-9f28-21c75c05326b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:53:03,480 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.037s 2021-10-27 01:53:03,480 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07d41393-9c75-41b3-bd1f-9c7e8adc4074', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07d41393-9c75-41b3-bd1f-9c7e8adc4074', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:53:04,530 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.042s 2021-10-27 01:53:04,530 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-379b4820-dbb7-4da9-89ae-01ce375cfe06', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-379b4820-dbb7-4da9-89ae-01ce375cfe06', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:53:05,579 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.041s 2021-10-27 01:53:05,579 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a6090281-427d-46dd-9081-3b9ddfb946f1', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a6090281-427d-46dd-9081-3b9ddfb946f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:53:06,634 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.047s 2021-10-27 01:53:06,634 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-464aee9c-0134-4076-85b8-11458d846ca2', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-464aee9c-0134-4076-85b8-11458d846ca2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:53:07,680 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.037s 2021-10-27 01:53:07,680 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4cf71a7-14bb-4946-ba2c-db758eb8394e', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4cf71a7-14bb-4946-ba2c-db758eb8394e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:53:08,730 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.042s 2021-10-27 01:53:08,731 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64433807-0b2b-445f-84a9-2521366bb017', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64433807-0b2b-445f-84a9-2521366bb017', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:53:09,782 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.044s 2021-10-27 01:53:09,783 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b2d327fa-f91b-4778-9647-a6600c0fe158', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2d327fa-f91b-4778-9647-a6600c0fe158', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:53:10,830 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.039s 2021-10-27 01:53:10,830 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3096382-0e32-4a93-b2eb-bef87d3e25e9', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c3096382-0e32-4a93-b2eb-bef87d3e25e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:53:11,878 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.039s 2021-10-27 01:53:11,878 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba7283df-a5d1-413a-8249-1e841114196f', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba7283df-a5d1-413a-8249-1e841114196f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:53:12,926 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.040s 2021-10-27 01:53:12,926 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a19abaa-bbaa-4479-8db8-02491e565f71', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a19abaa-bbaa-4479-8db8-02491e565f71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:53:13,975 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.042s 2021-10-27 01:53:13,975 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b883c7a-473a-440e-943c-0c847825186b', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b883c7a-473a-440e-943c-0c847825186b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:53:15,028 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.044s 2021-10-27 01:53:15,028 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e6b3ee6-ac77-42df-8d3f-8ec55fd7884c', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e6b3ee6-ac77-42df-8d3f-8ec55fd7884c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:53:16,084 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.048s 2021-10-27 01:53:16,085 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-81c4b7bf-0bc8-405b-bb15-5d1cdc8eb72d', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-81c4b7bf-0bc8-405b-bb15-5d1cdc8eb72d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:53:17,127 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.034s 2021-10-27 01:53:17,127 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1570fc54-6705-4081-b7fe-813fbdf6808f', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1570fc54-6705-4081-b7fe-813fbdf6808f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:53:18,174 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.038s 2021-10-27 01:53:18,174 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed1782b8-874e-4e6c-a8be-637d1943d169', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed1782b8-874e-4e6c-a8be-637d1943d169', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:53:19,224 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.041s 2021-10-27 01:53:19,224 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-85c1380d-2c0d-423d-a776-253e92902631', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-85c1380d-2c0d-423d-a776-253e92902631', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:53:20,273 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.041s 2021-10-27 01:53:20,274 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-24152b8c-8ef9-413c-81a9-f4049882221c', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-24152b8c-8ef9-413c-81a9-f4049882221c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:53:21,327 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.046s 2021-10-27 01:53:21,328 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b6f4a911-de75-40cb-8a14-6a4b02c3befb', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b6f4a911-de75-40cb-8a14-6a4b02c3befb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:53:22,375 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.039s 2021-10-27 01:53:22,375 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-08734f83-1c2f-4f11-8d72-14002a9f83ff', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-08734f83-1c2f-4f11-8d72-14002a9f83ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:53:23,434 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.051s 2021-10-27 01:53:23,435 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0dbb659a-365d-4507-9deb-846ce715c41c', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0dbb659a-365d-4507-9deb-846ce715c41c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:53:24,482 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.039s 2021-10-27 01:53:24,483 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-945c4f2d-d9fd-4918-9ddf-82ba074afbf7', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-945c4f2d-d9fd-4918-9ddf-82ba074afbf7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:53:25,526 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.035s 2021-10-27 01:53:25,526 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f61d5a55-8d13-4336-b8d7-839ce8bdf7c0', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f61d5a55-8d13-4336-b8d7-839ce8bdf7c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:53:26,571 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.036s 2021-10-27 01:53:26,571 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a85f9c9d-c107-4c8e-882e-31622914a2d1', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a85f9c9d-c107-4c8e-882e-31622914a2d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:53:27,619 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.040s 2021-10-27 01:53:27,619 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-602b99fd-950e-4208-90da-d8c778cc229b', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-602b99fd-950e-4208-90da-d8c778cc229b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:53:28,667 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.039s 2021-10-27 01:53:28,667 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80f6a596-ac6e-483f-aeb1-d3b7d5189c11', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80f6a596-ac6e-483f-aeb1-d3b7d5189c11', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:53:29,714 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.040s 2021-10-27 01:53:29,714 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be6027d1-4ad4-47d0-be71-cb33c548022b', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be6027d1-4ad4-47d0-be71-cb33c548022b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:53:30,770 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.048s 2021-10-27 01:53:30,770 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-92073101-99c5-404b-be79-81694e5e17b3', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-92073101-99c5-404b-be79-81694e5e17b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:53:31,828 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.051s 2021-10-27 01:53:31,829 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d8e936ff-2cf9-4366-81a3-62d5dade4eae', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d8e936ff-2cf9-4366-81a3-62d5dade4eae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:53:32,873 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.037s 2021-10-27 01:53:32,874 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e6f98ab-562a-409d-a294-a2b8a1ff1968', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e6f98ab-562a-409d-a294-a2b8a1ff1968', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:53:33,920 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.039s 2021-10-27 01:53:33,921 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d4a2ea0-f80b-4104-9c02-a7dfbf2a6be8', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d4a2ea0-f80b-4104-9c02-a7dfbf2a6be8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:53:34,971 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.042s 2021-10-27 01:53:34,971 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0fc10dee-a349-4045-bd46-be93245b970d', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0fc10dee-a349-4045-bd46-be93245b970d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:53:36,019 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.040s 2021-10-27 01:53:36,020 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3dff51a1-7dbf-4468-8c8f-2f15429bc797', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3dff51a1-7dbf-4468-8c8f-2f15429bc797', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:53:37,069 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.041s 2021-10-27 01:53:37,070 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-131b0d9a-9aec-4c61-9901-886e9542f48e', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-131b0d9a-9aec-4c61-9901-886e9542f48e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:53:38,125 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.047s 2021-10-27 01:53:38,126 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67c8a143-b9d7-4513-9245-498aaa0dd32b', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67c8a143-b9d7-4513-9245-498aaa0dd32b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:53:39,178 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.044s 2021-10-27 01:53:39,178 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6feff006-73e6-49fe-a0b2-05eefa43fbbe', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6feff006-73e6-49fe-a0b2-05eefa43fbbe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:53:40,236 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.049s 2021-10-27 01:53:40,236 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b698940e-3e25-4cc2-8b2c-30aa02c24a75', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b698940e-3e25-4cc2-8b2c-30aa02c24a75', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:53:41,281 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.036s 2021-10-27 01:53:41,281 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc60fe32-c40c-4de1-9634-fe16eb804aa9', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc60fe32-c40c-4de1-9634-fe16eb804aa9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:53:42,327 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.038s 2021-10-27 01:53:42,327 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e1a9186d-05d6-4329-9e27-23203c34e053', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e1a9186d-05d6-4329-9e27-23203c34e053', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:53:43,375 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.040s 2021-10-27 01:53:43,376 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e9dd4a1f-5928-435c-99be-244cf83f8718', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e9dd4a1f-5928-435c-99be-244cf83f8718', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:53:44,426 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.043s 2021-10-27 01:53:44,426 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc65a1db-9d50-4e2b-bd05-6b601a2b1f7a', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc65a1db-9d50-4e2b-bd05-6b601a2b1f7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:53:45,474 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.040s 2021-10-27 01:53:45,474 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2afd7efe-4830-4e9d-8403-e824fcd21e93', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2afd7efe-4830-4e9d-8403-e824fcd21e93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:53:46,526 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.044s 2021-10-27 01:53:46,527 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af8b6adf-e3c5-44cc-bd90-ce3339a3355d', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af8b6adf-e3c5-44cc-bd90-ce3339a3355d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:53:47,579 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.044s 2021-10-27 01:53:47,579 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e32775e3-5de2-424f-8221-8913d5106385', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e32775e3-5de2-424f-8221-8913d5106385', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:53:48,625 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.039s 2021-10-27 01:53:48,626 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c963138-c20b-4b0c-a307-b36eddf1ee7f', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c963138-c20b-4b0c-a307-b36eddf1ee7f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:53:49,676 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.041s 2021-10-27 01:53:49,676 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a5ccc5a-c912-4f28-b96a-31084448a1c5', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a5ccc5a-c912-4f28-b96a-31084448a1c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:53:50,727 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.043s 2021-10-27 01:53:50,728 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6c6be6a-147a-4588-aca7-c684b8ec3d59', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6c6be6a-147a-4588-aca7-c684b8ec3d59', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:53:51,772 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.037s 2021-10-27 01:53:51,773 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7936acdc-5bba-4dba-a404-9e90d90da70d', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7936acdc-5bba-4dba-a404-9e90d90da70d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:53:52,830 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.049s 2021-10-27 01:53:52,830 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b2d1b512-a625-40ae-9cb3-f6e571805113', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2d1b512-a625-40ae-9cb3-f6e571805113', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:53:53,879 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.040s 2021-10-27 01:53:53,879 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c091ad0-e3df-4df4-b73a-2a1de6a4ae54', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c091ad0-e3df-4df4-b73a-2a1de6a4ae54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:53:54,926 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.039s 2021-10-27 01:53:54,926 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9dbf2204-c769-4699-84ac-65fa5efec643', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9dbf2204-c769-4699-84ac-65fa5efec643', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:53:55,977 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.043s 2021-10-27 01:53:55,977 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34519628-efe3-4a64-b48c-d54529db8718', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34519628-efe3-4a64-b48c-d54529db8718', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:53:57,026 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.041s 2021-10-27 01:53:57,026 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-feff28df-3dbb-4cb4-93d7-c19cfc18ab11', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-feff28df-3dbb-4cb4-93d7-c19cfc18ab11', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:53:58,074 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.040s 2021-10-27 01:53:58,074 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-93682542-b937-44a2-a4d6-ef34ec2eb279', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-93682542-b937-44a2-a4d6-ef34ec2eb279', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:53:59,124 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.041s 2021-10-27 01:53:59,124 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5fff71b3-1f52-4b11-8360-b0c85611fb8e', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5fff71b3-1f52-4b11-8360-b0c85611fb8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:54:00,177 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.045s 2021-10-27 01:54:00,178 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51b7ba75-bbe6-4a28-a5c7-257c8579935d', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51b7ba75-bbe6-4a28-a5c7-257c8579935d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:54:01,235 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.049s 2021-10-27 01:54:01,235 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42fc1272-959d-4e2b-aecf-bd8a148ab829', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42fc1272-959d-4e2b-aecf-bd8a148ab829', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:54:02,282 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.039s 2021-10-27 01:54:02,283 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0c83e65-1e0c-4bd1-ac6b-3df9573de711', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0c83e65-1e0c-4bd1-ac6b-3df9573de711', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:54:03,331 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.040s 2021-10-27 01:54:03,331 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-25365b1f-bcfe-403c-bd49-898e6032926e', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-25365b1f-bcfe-403c-bd49-898e6032926e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:54:04,382 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.043s 2021-10-27 01:54:04,382 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2236c4ba-f5ba-40ff-bb8b-26c3c58f1c19', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2236c4ba-f5ba-40ff-bb8b-26c3c58f1c19', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:54:05,431 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.041s 2021-10-27 01:54:05,431 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d05565a3-850d-4dd5-b7ee-50a22b2534f1', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d05565a3-850d-4dd5-b7ee-50a22b2534f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:54:06,480 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.040s 2021-10-27 01:54:06,480 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5d9f0c6-655f-4162-bc6f-34c1b066b6ab', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5d9f0c6-655f-4162-bc6f-34c1b066b6ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:54:07,531 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.042s 2021-10-27 01:54:07,531 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e36e76c-b7ef-4c47-b101-72363286de03', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e36e76c-b7ef-4c47-b101-72363286de03', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:54:08,607 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.068s 2021-10-27 01:54:08,608 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-334446a8-71e1-4ceb-953f-399512c6d7af', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-334446a8-71e1-4ceb-953f-399512c6d7af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:54:09,650 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.035s 2021-10-27 01:54:09,651 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7092aae-e22f-4fe2-91eb-ea524d069d1b', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7092aae-e22f-4fe2-91eb-ea524d069d1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:54:10,695 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.036s 2021-10-27 01:54:10,695 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-baa5feab-337a-4d70-8b39-c2d12d54fc20', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-baa5feab-337a-4d70-8b39-c2d12d54fc20', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:54:11,738 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.035s 2021-10-27 01:54:11,739 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f31a1ca-4e57-4585-9e48-2a4bb853fd82', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f31a1ca-4e57-4585-9e48-2a4bb853fd82', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:54:12,783 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.037s 2021-10-27 01:54:12,783 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3270e4a9-934b-4746-9227-dd3b23d5a776', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3270e4a9-934b-4746-9227-dd3b23d5a776', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:54:13,832 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.040s 2021-10-27 01:54:13,832 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b94a6d8b-f1cd-4732-8d0b-87bb419c5d67', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b94a6d8b-f1cd-4732-8d0b-87bb419c5d67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:54:14,887 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.047s 2021-10-27 01:54:14,887 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2304a7e4-4f48-40ec-a695-4aeeb9130c98', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2304a7e4-4f48-40ec-a695-4aeeb9130c98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:54:15,947 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.051s 2021-10-27 01:54:15,947 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d37feab8-1fa4-4220-aa55-cee657661bd8', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d37feab8-1fa4-4220-aa55-cee657661bd8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:54:16,991 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.036s 2021-10-27 01:54:16,992 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-00c3730f-8e13-4af4-9dcc-2d54f8c8d1cd', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00c3730f-8e13-4af4-9dcc-2d54f8c8d1cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:54:18,035 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.036s 2021-10-27 01:54:18,036 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-141d4386-e86e-4ed4-8837-f017d904bd74', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-141d4386-e86e-4ed4-8837-f017d904bd74', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:54:19,086 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.043s 2021-10-27 01:54:19,086 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e0e2bce-42ac-498c-b98c-7df185ac621f', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e0e2bce-42ac-498c-b98c-7df185ac621f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:54:20,135 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.042s 2021-10-27 01:54:20,136 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-de6f44c3-c461-456a-b6f7-a0a7a8d65f14', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de6f44c3-c461-456a-b6f7-a0a7a8d65f14', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:54:21,183 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.039s 2021-10-27 01:54:21,183 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-018a4128-26aa-49a8-976b-ded3a48a0069', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-018a4128-26aa-49a8-976b-ded3a48a0069', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:54:22,237 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.045s 2021-10-27 01:54:22,237 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30c716fc-ef7f-4998-bd1c-6f4b4442ff94', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30c716fc-ef7f-4998-bd1c-6f4b4442ff94', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:54:23,298 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.053s 2021-10-27 01:54:23,298 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8fc049d-d759-4579-bd03-edd23bf04eda', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f8fc049d-d759-4579-bd03-edd23bf04eda', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:54:24,345 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.037s 2021-10-27 01:54:24,345 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-337868d1-a171-4436-bffc-3ffd471204b3', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-337868d1-a171-4436-bffc-3ffd471204b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:54:25,388 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.034s 2021-10-27 01:54:25,388 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d5df13e-6e29-4024-874f-8ae61b93bbe5', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d5df13e-6e29-4024-874f-8ae61b93bbe5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:54:26,439 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.043s 2021-10-27 01:54:26,440 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ab2beb8-528f-41f5-a43f-45df59c79bec', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ab2beb8-528f-41f5-a43f-45df59c79bec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:54:27,487 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.039s 2021-10-27 01:54:27,487 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4a5251c-3daa-4d0e-844c-470ca04e12fd', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4a5251c-3daa-4d0e-844c-470ca04e12fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:54:28,537 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.043s 2021-10-27 01:54:28,538 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0f06cf1-d9b4-4c12-9391-7950dba0cfb0', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0f06cf1-d9b4-4c12-9391-7950dba0cfb0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:54:29,585 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.040s 2021-10-27 01:54:29,586 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6aaa363-ea9e-4e04-85fa-dbf21cd13398', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6aaa363-ea9e-4e04-85fa-dbf21cd13398', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:54:30,637 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.043s 2021-10-27 01:54:30,637 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-561830d5-d1aa-4141-9067-f7ca2d126c6c', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-561830d5-d1aa-4141-9067-f7ca2d126c6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:54:31,689 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.043s 2021-10-27 01:54:31,689 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-485d4940-3f3e-42f7-98eb-a1040cd7b7f7', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-485d4940-3f3e-42f7-98eb-a1040cd7b7f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:54:32,735 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.037s 2021-10-27 01:54:32,735 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee04baad-70f0-4bc5-8f0a-c21d3d830195', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee04baad-70f0-4bc5-8f0a-c21d3d830195', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:54:33,789 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.047s 2021-10-27 01:54:33,789 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3aa14f2b-0e78-4f3e-a31e-218881e90ef6', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3aa14f2b-0e78-4f3e-a31e-218881e90ef6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:54:34,833 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.036s 2021-10-27 01:54:34,834 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a241dd9-1112-45be-b559-1894c215e727', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a241dd9-1112-45be-b559-1894c215e727', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:54:35,882 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.041s 2021-10-27 01:54:35,882 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-121e1ff5-1fea-488f-9e37-144762067274', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-121e1ff5-1fea-488f-9e37-144762067274', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:54:36,931 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.041s 2021-10-27 01:54:36,931 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-92e979c7-76bb-4446-95ff-3b6941636762', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-92e979c7-76bb-4446-95ff-3b6941636762', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:54:37,983 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.043s 2021-10-27 01:54:37,983 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95fafbcc-54cd-4714-b123-0c863f67fb15', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95fafbcc-54cd-4714-b123-0c863f67fb15', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:54:39,038 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.047s 2021-10-27 01:54:39,039 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0336a6e-a0c4-489f-8725-e55bdd1a4c78', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0336a6e-a0c4-489f-8725-e55bdd1a4c78', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:54:40,083 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.037s 2021-10-27 01:54:40,084 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b0d4878-b735-4911-8437-af621e5ab14d', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b0d4878-b735-4911-8437-af621e5ab14d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:54:41,128 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.037s 2021-10-27 01:54:41,129 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-10013e20-18ff-4499-8ddb-9f0caac1c72a', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10013e20-18ff-4499-8ddb-9f0caac1c72a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:54:42,193 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 0.056s 2021-10-27 01:54:42,194 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5e3ed9c-12db-4c30-899b-3c6cc7251a16', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5e3ed9c-12db-4c30-899b-3c6cc7251a16', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' 2021-10-27 01:55:36,435 122963 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92 53.234s 2021-10-27 01:55:36,436 122963 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-348365c1-f5b3-4f31-996a-b2dfb2d3e67c', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-348365c1-f5b3-4f31-996a-b2dfb2d3e67c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92'} Body: b'{"volume": {"id": "76bf6265-8639-443f-84c2-414ace9e4a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:49:11.000000", "updated_at": "2021-10-27T01:49:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-465016741", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/6f423b9700e344a68263020698e12494/volumes/76bf6265-8639-443f-84c2-414ace9e4a92"}], "user_id": "896ad3ff1d5a4723900241fdca7c73c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f423b9700e344a68263020698e12494"}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/decorators.py", line 105, in wrapper raise exc File "/opt/stack/tempest/tempest/lib/decorators.py", line 97, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume_negative.py", line 41, in test_delete_attached_volume volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 539, 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 76bf6265-8639-443f-84c2-414ace9e4a92 failed to reach available status (current creating) within the required time (360 s). |
||||||
tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON | 6 | 0 | 5 | 0 | 1 | Detail | |
test_snapshot_backup[id-bbcfa285-af7f-479e-8c1a-8c34fc16543c] |
skip
pt8.1: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_backup[id-bbcfa285-af7f-479e-8c1a-8c34fc16543c] |
||||||
test_snapshot_create_delete_with_volume_in_use[compute,id-8567b54c-4455-446d-a1cf-651ddeaa3ff2] |
fail
ft8.2: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_delete_with_volume_in_use[compute,id-8567b54c-4455-446d-a1cf-651ddeaa3ff2]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-10-27 01:35:32,472 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 201 POST http://10.222.0.25/identity/v3/auth/tokens 0.120s 2021-10-27 01:35:32,473 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 27 Oct 2021 01:35:32 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-8a29012f-f745-461b-b9d8-c293263edfc9', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.25/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "217b11f7f05845598980741885b4417e", "name": "tempest-VolumesSnapshotTestJSON-1719645163-project", "password_expires_at": null}, "audit_ids": ["TpzKfVKfTqK8p7000jubeQ"], "expires_at": "2021-10-27T02:35:32.000000Z", "issued_at": "2021-10-27T01:35:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e405517c4f1840b4a2e30ef7dccd2e4a", "name": "tempest-VolumesSnapshotTestJSON-1719645163"}, "is_domain": false, "roles": [{"id": "0293d5b9b91a4a4899b291db05e78c7a", "name": "reader"}, {"id": "540999ece4154e6ba219007ddda3f8f9", "name": "member"}], "catalog": [{"endpoints": [{"id": "dede6f159b7a4724a0318938fda19b51", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.25/compute/v2/e405517c4f1840b4a2e30ef7dccd2e4a", "region": "RegionOne"}], "id": "00f1a3a9bd3b4b558de3e3b6b00a591b", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "1dbdc704b555461a8e4d746bfe94b9a6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.25/identity", "region": "RegionOne"}, {"id": "b8d7190c7f49471fae95fccbd5aa0a09", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.25/identity", "region": "RegionOne"}], "id": "167c7595b1e343e9b1422c9ff1201b75", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "506ccf8602fb49ee98d44873cdf9c9fc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.25/placement", "region": "RegionOne"}], "id": "38e0de125fbe4e53b58aef8e34b593b0", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "e6026457878e427081839e4be7a803c6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.25:9696/", "region": "RegionOne"}], "id": "58ef4d654a7742459ca85682db5486c7", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8a20ed1c9b7846008ef02a78a26cc861", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.25:8080", "region": "RegionOne"}, {"id": "93e80c2cc5684420b074e34d156a7bfa", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.25:8080/v1/AUTH_e405517c4f1840b4a2e30ef7dccd2e4a", "region": "RegionOne"}], "id": "6d87c10140ae488fa635a70a7f967e2d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "618f3a351cba460d9918ea4ce4e44ba1", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a", "region": "RegionOne"}], "id": "aa1c0fef2cc543e0a9cbb6cb579f7cea", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "c3852ec3ad1248de934ccfe141d45d99", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a", "region": "RegionOne"}], "id": "c3cae66c1ff04401a0e58b33602f5a81", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "374a9057056840fd9e3ff614ddd8f31f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.25/image", "region": "RegionOne"}], "id": "c7951d790c76424b847983955cd13d56", "type": "image", "name": "glance"}, {"endpoints": [{"id": "3344509087e245018b74739b9196c1bb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.25/compute/v2.1", "region": "RegionOne"}], "id": "da7a106adf7849ad8627b08152421e8c", "type": "compute", "name": "nova"}]}}' 2021-10-27 01:35:32,473 122965 INFO [tempest.lib.common.fixed_network] (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use) Found network {'id': '25ef41cb-fbd4-42f0-8b0b-762142522b4a', 'name': 'tempest-VolumesSnapshotTestJSON-748198010-network', 'tenant_id': 'e405517c4f1840b4a2e30ef7dccd2e4a', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'e405517c4f1840b4a2e30ef7dccd2e4a', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 839, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2021-10-27T01:35:28Z', 'updated_at': '2021-10-27T01:35:28Z', 'revision_number': 1} available for tenant 2021-10-27 01:35:35,748 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 202 POST http://10.222.0.25/compute/v2.1/servers 3.274s 2021-10-27 01:35:35,749 122965 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-516103315", "imageRef": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "flavorRef": "452", "networks": [{"uuid": "25ef41cb-fbd4-42f0-8b0b-762142522b4a"}]}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:35:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d3be749d-8080-46f0-832b-ccf1a4c1e189', 'x-compute-request-id': 'req-d3be749d-8080-46f0-832b-ccf1a4c1e189', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.25/compute/v2.1/servers'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "ReQiMQnYXc36"}}' 2021-10-27 01:35:36,157 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.406s 2021-10-27 01:35:36,158 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:35:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7d096b7a-b15c-444f-aada-fd7b9dddfb5d', 'x-compute-request-id': 'req-7d096b7a-b15c-444f-aada-fd7b9dddfb5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "BUILD", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:36Z", "updated": "2021-10-27T01:35:36Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "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-10-27 01:35:37,441 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.272s 2021-10-27 01:35:37,441 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:35:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1270', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-66e86593-e23c-4402-93d0-ae61b8287940', 'x-compute-request-id': 'req-66e86593-e23c-4402-93d0-ae61b8287940', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "BUILD", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:35:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-10-27 01:35:37,448 122965 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait 2021-10-27 01:35:39,840 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 1.391s 2021-10-27 01:35:39,841 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:35:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-98691c2c-ae55-42c2-9f5a-204443c377f7', 'x-compute-request-id': 'req-98691c2c-ae55-42c2-9f5a-204443c377f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "BUILD", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:35:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "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-10-27 01:35:39,848 122965 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 3 second wait 2021-10-27 01:35:41,147 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.298s 2021-10-27 01:35:41,147 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:35:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ebbfe56b-6c27-466e-b846-5c1c31928142', 'x-compute-request-id': 'req-ebbfe56b-6c27-466e-b846-5c1c31928142', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "BUILD", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:35:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "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-10-27 01:35:42,334 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.177s 2021-10-27 01:35:42,334 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:35:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-93698ff7-9bfc-49d6-883c-58142e2842a7', 'x-compute-request-id': 'req-93698ff7-9bfc-49d6-883c-58142e2842a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "BUILD", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:35:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "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-10-27 01:35:43,661 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.318s 2021-10-27 01:35:43,661 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:35:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ba6eb83c-8207-46e3-92f5-a1d5253b5ecf', 'x-compute-request-id': 'req-ba6eb83c-8207-46e3-92f5-a1d5253b5ecf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "BUILD", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:35:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "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-10-27 01:35:44,901 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.230s 2021-10-27 01:35:44,901 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:35:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-58b3309e-3bf4-43d7-89a4-1e467507a14d', 'x-compute-request-id': 'req-58b3309e-3bf4-43d7-89a4-1e467507a14d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "BUILD", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:35:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "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-10-27 01:35:46,216 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.307s 2021-10-27 01:35:46,216 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:35:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a808e31c-5d39-489f-9597-64a58ae1c8b3', 'x-compute-request-id': 'req-a808e31c-5d39-489f-9597-64a58ae1c8b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "BUILD", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:35:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "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-10-27 01:35:47,434 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.209s 2021-10-27 01:35:47,435 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:35:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8fda2660-2e4e-4750-bd8e-983a3e254dc4', 'x-compute-request-id': 'req-8fda2660-2e4e-4750-bd8e-983a3e254dc4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "BUILD", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:35:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "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-10-27 01:35:48,673 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.229s 2021-10-27 01:35:48,673 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:35:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-32ea7dd3-72d8-45a7-b657-7b5bd0dff91c', 'x-compute-request-id': 'req-32ea7dd3-72d8-45a7-b657-7b5bd0dff91c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "BUILD", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:35:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "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-10-27 01:35:49,896 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.215s 2021-10-27 01:35:49,897 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:35:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a9394fe7-40b6-4d83-bafc-0da2e80b026c', 'x-compute-request-id': 'req-a9394fe7-40b6-4d83-bafc-0da2e80b026c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "BUILD", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:35:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "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-10-27 01:35:51,195 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.289s 2021-10-27 01:35:51,195 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:35:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d1ae315b-cece-4bc7-999e-dbfa3ea6e659', 'x-compute-request-id': 'req-d1ae315b-cece-4bc7-999e-dbfa3ea6e659', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "BUILD", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:35:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "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-10-27 01:35:52,449 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.244s 2021-10-27 01:35:52,450 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:35:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bd6bd22a-76d9-4465-9b3e-848ae58c788a', 'x-compute-request-id': 'req-bd6bd22a-76d9-4465-9b3e-848ae58c788a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "BUILD", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:35:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "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-10-27 01:35:53,714 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.255s 2021-10-27 01:35:53,714 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:35:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3581820d-c332-4d3c-92ab-94fe683c2237', 'x-compute-request-id': 'req-3581820d-c332-4d3c-92ab-94fe683c2237', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "BUILD", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:35:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "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-10-27 01:35:54,993 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.270s 2021-10-27 01:35:54,993 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:35:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ad8256c7-91f2-4dbc-8950-d3f27e467f58', 'x-compute-request-id': 'req-ad8256c7-91f2-4dbc-8950-d3f27e467f58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "BUILD", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:35:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "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-10-27 01:35:56,217 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.215s 2021-10-27 01:35:56,217 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:35:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e580592f-3486-4120-ac17-0cf2e3087945', 'x-compute-request-id': 'req-e580592f-3486-4120-ac17-0cf2e3087945', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "BUILD", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:35:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "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-10-27 01:35:57,432 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.206s 2021-10-27 01:35:57,432 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:35:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b77fd007-73de-437b-8759-468509eb539d', 'x-compute-request-id': 'req-b77fd007-73de-437b-8759-468509eb539d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "BUILD", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:35:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "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-10-27 01:35:58,963 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.521s 2021-10-27 01:35:58,963 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:35:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e624bf1a-bc23-405b-9e1d-8085c305ac19', 'x-compute-request-id': 'req-e624bf1a-bc23-405b-9e1d-8085c305ac19', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "BUILD", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:35:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "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-10-27 01:36:00,194 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.222s 2021-10-27 01:36:00,194 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:35:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-99129420-84cc-4abc-997b-e3b893d8be8a', 'x-compute-request-id': 'req-99129420-84cc-4abc-997b-e3b893d8be8a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "BUILD", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:35:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "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-10-27 01:36:01,521 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.318s 2021-10-27 01:36:01,521 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1507', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fb80b202-886c-4b20-afad-4cb2d0748147', 'x-compute-request-id': 'req-fb80b202-886c-4b20-afad-4cb2d0748147', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:36:00Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2021-10-27 01:36:01,529 122965 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 25 second wait 2021-10-27 01:36:01,550 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/image/v2/images/9a8e938b-34a6-4540-9569-29deb8df1b1b 0.020s 2021-10-27 01:36:01,550 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '946', 'content-type': 'application/json', 'x-openstack-request-id': 'req-8d730fb7-4943-4ff7-ad08-4a33af5c0c2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/image/v2/images/9a8e938b-34a6-4540-9569-29deb8df1b1b'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "name": "ubuntu-16", "disk_format": "vhdx", "container_format": "bare", "visibility": "public", "size": 645922816, "virtual_size": 734003200, "status": "active", "checksum": "318f990048c8a194829e52141534610d", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "38379d318e5c49acaf4683887f433419", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1aaa7a04b14d2fb410b8803fefeb767485c32e2da475b52a8839eec757ebef67d8611e4f699200324e39744ee6949dd3c2a4f6ecccb0c2480706ec5cb0fc5a53", "id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "created_at": "2021-10-27T01:26:10Z", "updated_at": "2021-10-27T01:26:26Z", "tags": [], "self": "/v2/images/9a8e938b-34a6-4540-9569-29deb8df1b1b", "file": "/v2/images/9a8e938b-34a6-4540-9569-29deb8df1b1b/file", "schema": "/v2/schemas/image"}' 2021-10-27 01:36:01,998 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 202 POST http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes 0.447s 2021-10-27 01:36:01,999 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"imageRef": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "size": 1, "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638"}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d08c7b84-713f-493f-9b41-6b0c4a75394f', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d08c7b84-713f-493f-9b41-6b0c4a75394f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:01.904476", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2021-10-27 01:36:02,089 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.083s 2021-10-27 01:36:02,089 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d38e2127-e801-4d66-a6ad-c7b673050538', 'content-length': '891', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d38e2127-e801-4d66-a6ad-c7b673050538', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:36:03,142 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.045s 2021-10-27 01:36:03,142 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc0c8af0-16ba-4243-8c96-95ade5f964fa', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc0c8af0-16ba-4243-8c96-95ade5f964fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:36:02.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:36:04,193 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.043s 2021-10-27 01:36:04,193 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0f52fbb-cd91-44b2-a8af-a49d69038806', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0f52fbb-cd91-44b2-a8af-a49d69038806', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:36:02.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:36:05,238 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.036s 2021-10-27 01:36:05,238 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-feb06af1-b204-4621-bd79-5fd6d6a91976', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-feb06af1-b204-4621-bd79-5fd6d6a91976', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:36:02.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:36:06,297 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.052s 2021-10-27 01:36:06,298 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a4ec2cc-b52e-4273-8db9-4fa69b953565', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a4ec2cc-b52e-4273-8db9-4fa69b953565', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:36:02.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:36:07,347 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:36:07,347 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ffef769a-3787-4c8a-b28c-46d81159318f', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ffef769a-3787-4c8a-b28c-46d81159318f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:36:02.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:36:08,394 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.039s 2021-10-27 01:36:08,395 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45ef48d5-904b-44c1-9474-4a04ebebbaa4', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45ef48d5-904b-44c1-9474-4a04ebebbaa4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:36:02.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:36:09,441 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.037s 2021-10-27 01:36:09,441 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-accfb338-ccb9-4413-b50c-672f95c839ff', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-accfb338-ccb9-4413-b50c-672f95c839ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:36:02.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:36:10,501 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.053s 2021-10-27 01:36:10,501 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f92ef878-01e3-4247-ac03-dcfab2d57301', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f92ef878-01e3-4247-ac03-dcfab2d57301', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:36:02.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:36:11,546 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.037s 2021-10-27 01:36:11,546 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6daf17e2-956b-48e0-8ebb-fc149b74bb40', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6daf17e2-956b-48e0-8ebb-fc149b74bb40', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:36:02.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:36:12,592 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.037s 2021-10-27 01:36:12,592 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7061f381-72a2-4de9-8682-4db0710cb9a9', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7061f381-72a2-4de9-8682-4db0710cb9a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:36:02.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:36:13,646 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.045s 2021-10-27 01:36:13,646 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1909c5a2-8067-4a0e-9d6a-0f5ac44873f1', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1909c5a2-8067-4a0e-9d6a-0f5ac44873f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:36:02.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:36:14,690 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.037s 2021-10-27 01:36:14,691 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae6c514f-0bab-423c-bd0b-a1af41815b07', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae6c514f-0bab-423c-bd0b-a1af41815b07', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:36:02.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:36:15,736 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.038s 2021-10-27 01:36:15,736 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e49133b8-6467-4e0a-804f-f00ae10f697d', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e49133b8-6467-4e0a-804f-f00ae10f697d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:36:02.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:36:16,782 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.038s 2021-10-27 01:36:16,782 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21850cca-5c25-4ec3-bc9d-f1f8c0a59e62', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21850cca-5c25-4ec3-bc9d-f1f8c0a59e62', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:36:02.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:36:17,833 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.043s 2021-10-27 01:36:17,833 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-14763c26-3792-42c9-b1c2-697940d22787', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14763c26-3792-42c9-b1c2-697940d22787', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:36:02.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:36:18,881 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.040s 2021-10-27 01:36:18,882 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cbdcaa88-e3d4-4c40-8b7a-52c5965194de', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cbdcaa88-e3d4-4c40-8b7a-52c5965194de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:36:02.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:36:19,927 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.038s 2021-10-27 01:36:19,928 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69c25b3e-8f66-4cf8-a74b-5603a87053f6', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69c25b3e-8f66-4cf8-a74b-5603a87053f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:36:02.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:36:20,975 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.038s 2021-10-27 01:36:20,975 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ab496d1-fb69-4350-9a66-1689128dad31', 'content-length': '973', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ab496d1-fb69-4350-9a66-1689128dad31', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:36:02.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:36:22,020 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.037s 2021-10-27 01:36:22,021 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d83d0c4-3fa2-4262-8545-2ace14060cad', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d83d0c4-3fa2-4262-8545-2ace14060cad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:36:21.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:36:23,067 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.038s 2021-10-27 01:36:23,067 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a96cf1b9-640d-4af8-95b7-59408c55dafa', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a96cf1b9-640d-4af8-95b7-59408c55dafa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:36:21.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:36:24,112 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.036s 2021-10-27 01:36:24,112 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05dd29e7-869d-40c7-aa79-8760be8af018', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05dd29e7-869d-40c7-aa79-8760be8af018', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:36:21.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:36:25,156 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.036s 2021-10-27 01:36:25,156 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1aaa47d-a7f7-4b84-ba7d-923a8f6931fd', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f1aaa47d-a7f7-4b84-ba7d-923a8f6931fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:36:21.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:36:26,203 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.039s 2021-10-27 01:36:26,203 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0cd8bc84-1d3a-49b8-90af-27c23ec8934d', 'content-length': '1364', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0cd8bc84-1d3a-49b8-90af-27c23ec8934d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:36:26.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:36:26,210 122965 INFO [tempest.common.waiters] volume 790fb4e6-c6ab-40b2-a19b-fef9065b9dac reached available after waiting for 24.210413 seconds 2021-10-27 01:36:26,479 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 POST http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987/os-volume_attachments 0.269s 2021-10-27 01:36:26,480 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volumeAttachment": {"volumeId": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "device": "/dev/sdb"}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:26 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-295d200e-0a83-466e-be3d-0ff30d49e64d', 'x-compute-request-id': 'req-295d200e-0a83-466e-be3d-0ff30d49e64d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987/os-volume_attachments'} Body: b'{"volumeAttachment": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "serverId": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "volumeId": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "device": "/dev/sdb"}}' 2021-10-27 01:36:26,528 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.045s 2021-10-27 01:36:26,528 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74086521-ae3f-467b-8ea9-24088de896dd', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74086521-ae3f-467b-8ea9-24088de896dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:36:26.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:36:27,578 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:36:27,579 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7709911e-dc2c-4a3f-aefa-637b99afa69d', 'content-length': '1364', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7709911e-dc2c-4a3f-aefa-637b99afa69d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:36:27.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:36:28,627 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:36:28,628 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4debbb84-4150-4369-b001-71339325d17b', 'content-length': '1364', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4debbb84-4150-4369-b001-71339325d17b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:36:27.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:36:29,676 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:36:29,677 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ef97b7d4-9928-4692-883f-f789dfabeade', 'content-length': '1364', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ef97b7d4-9928-4692-883f-f789dfabeade', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:36:27.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:36:30,727 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:36:30,728 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-225c9d08-495b-42c1-9f5a-949fad95fe72', 'content-length': '1364', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-225c9d08-495b-42c1-9f5a-949fad95fe72', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:36:27.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:36:31,777 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:36:31,777 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bba8f60a-6bbc-457f-9407-a6ef193708ee', 'content-length': '1364', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bba8f60a-6bbc-457f-9407-a6ef193708ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:36:27.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:36:32,834 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.049s 2021-10-27 01:36:32,835 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2de2fd1e-5497-41b6-832a-1a37de2e69b0', 'content-length': '1364', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2de2fd1e-5497-41b6-832a-1a37de2e69b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:36:27.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:36:33,888 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.044s 2021-10-27 01:36:33,888 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a89e6096-d825-494c-a3c2-866ab22d48f2', 'content-length': '1656', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a89e6096-d825-494c-a3c2-866ab22d48f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:36:33.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:36:33,895 122965 INFO [tempest.common.waiters] volume 790fb4e6-c6ab-40b2-a19b-fef9065b9dac reached in-use after waiting for 7.895169 seconds 2021-10-27 01:36:33,934 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 400 POST http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots 0.038s 2021-10-27 01:36:33,934 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"snapshot": {"volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "force": false, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-360222689"}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '160', 'content-type': 'application/json', 'x-compute-request-id': 'req-8cc9a64b-6f07-4191-8f5d-dfbbe6996b9b', 'x-openstack-request-id': 'req-8cc9a64b-6f07-4191-8f5d-dfbbe6996b9b', 'connection': 'close', 'status': '400', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots'} Body: b'{"badRequest": {"code": 400, "message": "Invalid volume: Volume 790fb4e6-c6ab-40b2-a19b-fef9065b9dac status must be available, but current status is: in-use."}}' 2021-10-27 01:36:34,098 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 202 POST http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots 0.163s 2021-10-27 01:36:34,098 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"snapshot": {"volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "force": true, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1308297271"}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-47c13b5b-ac50-4759-9149-e8709977a4d6', 'content-length': '310', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-47c13b5b-ac50-4759-9149-e8709977a4d6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots'} Body: b'{"snapshot": {"id": "3958eced-217d-4f8f-a5e4-1d042083c09d", "created_at": "2021-10-27T01:36:34.042421", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1308297271", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}}}' 2021-10-27 01:36:34,126 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/3958eced-217d-4f8f-a5e4-1d042083c09d 0.025s 2021-10-27 01:36:34,126 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d5a09de-8752-49b8-89f5-6fd5f96d2e23', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d5a09de-8752-49b8-89f5-6fd5f96d2e23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/3958eced-217d-4f8f-a5e4-1d042083c09d'} Body: b'{"snapshot": {"id": "3958eced-217d-4f8f-a5e4-1d042083c09d", "created_at": "2021-10-27T01:36:34.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1308297271", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:36:35,152 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/3958eced-217d-4f8f-a5e4-1d042083c09d 0.022s 2021-10-27 01:36:35,153 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1e83d60-0f86-47a6-b8f1-e666efb2fa47', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1e83d60-0f86-47a6-b8f1-e666efb2fa47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/3958eced-217d-4f8f-a5e4-1d042083c09d'} Body: b'{"snapshot": {"id": "3958eced-217d-4f8f-a5e4-1d042083c09d", "created_at": "2021-10-27T01:36:34.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1308297271", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:36:36,177 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/3958eced-217d-4f8f-a5e4-1d042083c09d 0.020s 2021-10-27 01:36:36,177 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0ab0858-e242-4272-b290-95c621fc74ba', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0ab0858-e242-4272-b290-95c621fc74ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/3958eced-217d-4f8f-a5e4-1d042083c09d'} Body: b'{"snapshot": {"id": "3958eced-217d-4f8f-a5e4-1d042083c09d", "created_at": "2021-10-27T01:36:34.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1308297271", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:36:37,210 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/3958eced-217d-4f8f-a5e4-1d042083c09d 0.029s 2021-10-27 01:36:37,211 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7126a536-3551-4306-a83f-84cf416c9c9f', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7126a536-3551-4306-a83f-84cf416c9c9f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/3958eced-217d-4f8f-a5e4-1d042083c09d'} Body: b'{"snapshot": {"id": "3958eced-217d-4f8f-a5e4-1d042083c09d", "created_at": "2021-10-27T01:36:34.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1308297271", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:36:38,235 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/3958eced-217d-4f8f-a5e4-1d042083c09d 0.020s 2021-10-27 01:36:38,236 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e599f80-f571-4065-901c-7829270122c3', 'content-length': '469', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e599f80-f571-4065-901c-7829270122c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/3958eced-217d-4f8f-a5e4-1d042083c09d'} Body: b'{"snapshot": {"id": "3958eced-217d-4f8f-a5e4-1d042083c09d", "created_at": "2021-10-27T01:36:34.000000", "updated_at": "2021-10-27T01:36:38.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1308297271", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "available", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "100%"}}' 2021-10-27 01:36:38,238 122965 INFO [tempest.common.waiters] snapshot 3958eced-217d-4f8f-a5e4-1d042083c09d reached available after waiting for 4.238712 seconds 2021-10-27 01:36:38,366 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 202 POST http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots 0.127s 2021-10-27 01:36:38,366 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"snapshot": {"volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "force": true, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914"}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b01e2e0c-ce3a-45fe-815b-401c4da2c99d', 'content-length': '309', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b01e2e0c-ce3a-45fe-815b-401c4da2c99d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.309776", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}}}' 2021-10-27 01:36:38,390 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.022s 2021-10-27 01:36:38,391 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b00417a-cc5b-47e1-bfe7-5fcbaddddbc5', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b00417a-cc5b-47e1-bfe7-5fcbaddddbc5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:36:39,414 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.020s 2021-10-27 01:36:39,415 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e9168c3e-25fc-40f4-9a1a-4e8001d99f34', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e9168c3e-25fc-40f4-9a1a-4e8001d99f34', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:36:40,440 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.021s 2021-10-27 01:36:40,440 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b370f5c6-4535-4f24-9de8-1ac9d26c29b2', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b370f5c6-4535-4f24-9de8-1ac9d26c29b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:36:41,465 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.021s 2021-10-27 01:36:41,465 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-627e1b28-e757-4732-b04e-1355edceb69d', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-627e1b28-e757-4732-b04e-1355edceb69d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:36:42,490 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.021s 2021-10-27 01:36:42,490 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5cde8b0a-d33b-4de8-bac5-a41c093b2878', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5cde8b0a-d33b-4de8-bac5-a41c093b2878', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:36:43,513 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.020s 2021-10-27 01:36:43,514 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ddf7c1ee-5378-4e87-810b-81353aa9ae23', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ddf7c1ee-5378-4e87-810b-81353aa9ae23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:36:44,539 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.021s 2021-10-27 01:36:44,539 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83d7ff46-4552-4f9e-852e-5f938a77a2bc', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83d7ff46-4552-4f9e-852e-5f938a77a2bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:36:45,564 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.021s 2021-10-27 01:36:45,564 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8bdd4a0a-c6b6-46b3-8085-c33303fa86a4', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8bdd4a0a-c6b6-46b3-8085-c33303fa86a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:36:46,590 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.021s 2021-10-27 01:36:46,590 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb8e1d5b-49bf-49f1-a6ad-f2511e5c477a', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb8e1d5b-49bf-49f1-a6ad-f2511e5c477a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:36:47,613 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.020s 2021-10-27 01:36:47,614 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32f968c4-19a9-4aa6-bdb2-599a62ddbc11', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32f968c4-19a9-4aa6-bdb2-599a62ddbc11', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:36:48,637 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.020s 2021-10-27 01:36:48,637 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-806a3368-83a2-44c2-af1c-d4810339d17c', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-806a3368-83a2-44c2-af1c-d4810339d17c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:36:49,662 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.020s 2021-10-27 01:36:49,662 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-644492a9-ed7b-4fcb-a420-9aaac1075265', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-644492a9-ed7b-4fcb-a420-9aaac1075265', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:36:50,685 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.020s 2021-10-27 01:36:50,686 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6cae75ea-3b5b-4937-9ef1-0d2d83ef8597', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6cae75ea-3b5b-4937-9ef1-0d2d83ef8597', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:36:51,710 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.021s 2021-10-27 01:36:51,710 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c492f62-4653-4e9c-b5ca-16c874ca938a', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c492f62-4653-4e9c-b5ca-16c874ca938a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:36:52,734 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.021s 2021-10-27 01:36:52,734 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-50cf8f9c-720b-4090-8201-1bd60017facd', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-50cf8f9c-720b-4090-8201-1bd60017facd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:36:53,760 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.022s 2021-10-27 01:36:53,760 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34fa3d91-4ea3-4b27-b1a9-7e066e93c060', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34fa3d91-4ea3-4b27-b1a9-7e066e93c060', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:36:54,785 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.020s 2021-10-27 01:36:54,785 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c187db3-9117-4fde-893c-7350630fb4f4', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c187db3-9117-4fde-893c-7350630fb4f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:36:55,811 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.021s 2021-10-27 01:36:55,811 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4687e382-5757-4bd0-bf3b-2acd4657ecfa', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4687e382-5757-4bd0-bf3b-2acd4657ecfa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:36:56,835 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.020s 2021-10-27 01:36:56,835 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-433a370c-d798-4834-a5f2-8e1080599552', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-433a370c-d798-4834-a5f2-8e1080599552', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:36:57,860 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.020s 2021-10-27 01:36:57,860 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d3331d7-128e-4b05-b55e-4c66d4a268c2', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d3331d7-128e-4b05-b55e-4c66d4a268c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:36:58,885 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.020s 2021-10-27 01:36:58,885 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b4206db2-d9e6-4ccc-8986-78141c8192ee', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b4206db2-d9e6-4ccc-8986-78141c8192ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:36:59,909 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.020s 2021-10-27 01:36:59,910 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-090ffe65-c411-4ed7-98fe-e472a2e7d24d', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-090ffe65-c411-4ed7-98fe-e472a2e7d24d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:37:00,934 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.021s 2021-10-27 01:37:00,935 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4cacfedc-0369-4a85-8f90-686874fb1c66', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4cacfedc-0369-4a85-8f90-686874fb1c66', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:37:01,960 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.021s 2021-10-27 01:37:01,960 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fbe87e8b-f61f-4b56-9e1e-742e551aacb9', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fbe87e8b-f61f-4b56-9e1e-742e551aacb9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:37:02,984 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.020s 2021-10-27 01:37:02,984 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc9a2d5d-9329-438b-ad01-3ccd6fff9120', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc9a2d5d-9329-438b-ad01-3ccd6fff9120', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:37:04,008 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.020s 2021-10-27 01:37:04,009 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab1670d1-51f4-4688-9154-5946d3b6636d', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab1670d1-51f4-4688-9154-5946d3b6636d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:37:05,032 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.020s 2021-10-27 01:37:05,032 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0d8d2f6-3f32-46a4-8b69-8b45e7d49cc0', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0d8d2f6-3f32-46a4-8b69-8b45e7d49cc0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:37:06,062 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.026s 2021-10-27 01:37:06,063 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6afdd6e9-ec0e-411d-9f72-3f265f1e7fc5', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6afdd6e9-ec0e-411d-9f72-3f265f1e7fc5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:37:07,087 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.020s 2021-10-27 01:37:07,087 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e4a021fc-54d5-45b3-8010-26d40876e14e', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e4a021fc-54d5-45b3-8010-26d40876e14e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:37:08,111 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.020s 2021-10-27 01:37:08,112 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e77791d2-84f6-424b-bf54-fb7c7349fa62', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e77791d2-84f6-424b-bf54-fb7c7349fa62', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:37:09,136 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.020s 2021-10-27 01:37:09,136 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e24cc58-5dab-460c-a0dd-62f9b614945c', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e24cc58-5dab-460c-a0dd-62f9b614945c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:37:10,160 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.020s 2021-10-27 01:37:10,161 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3ab45bce-87f9-4766-8ab3-4e8d6d314c4f', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ab45bce-87f9-4766-8ab3-4e8d6d314c4f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:37:11,186 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.021s 2021-10-27 01:37:11,186 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff49fea2-baf2-468e-8952-892d369423a0', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff49fea2-baf2-468e-8952-892d369423a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:37:12,209 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.020s 2021-10-27 01:37:12,210 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e1bd4e9e-8b66-4b43-8b6d-2046e333d4cf', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e1bd4e9e-8b66-4b43-8b6d-2046e333d4cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:37:13,233 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.020s 2021-10-27 01:37:13,234 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab85ef05-852c-435e-adfd-58ad896f87b9', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab85ef05-852c-435e-adfd-58ad896f87b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:37:14,261 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.023s 2021-10-27 01:37:14,262 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0256dfe0-e0d4-4b9e-a606-fecc912aa46c', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0256dfe0-e0d4-4b9e-a606-fecc912aa46c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:37:15,287 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.022s 2021-10-27 01:37:15,288 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88397b8b-cc8f-462f-9890-3c1ebed1c80d', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88397b8b-cc8f-462f-9890-3c1ebed1c80d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:37:16,313 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.021s 2021-10-27 01:37:16,313 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-71430de9-9dab-448d-b9ca-c9a80e826fab', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-71430de9-9dab-448d-b9ca-c9a80e826fab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:37:17,338 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.021s 2021-10-27 01:37:17,339 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d9e4c8f-e07e-44a8-adca-aff8b2f92e43', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d9e4c8f-e07e-44a8-adca-aff8b2f92e43', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:37:18,363 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.021s 2021-10-27 01:37:18,363 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e56f380-903b-438b-b8f6-277bcf5c1870', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e56f380-903b-438b-b8f6-277bcf5c1870', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:37:19,387 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.020s 2021-10-27 01:37:19,388 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9f4060e-bf12-401b-ac08-f8209341d829', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9f4060e-bf12-401b-ac08-f8209341d829', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:37:20,411 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.020s 2021-10-27 01:37:20,412 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c8da728c-3d44-4063-8d48-940415fd5b4d', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8da728c-3d44-4063-8d48-940415fd5b4d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:37:21,437 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.021s 2021-10-27 01:37:21,438 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02f8bdc4-7f92-4d8a-9764-386e33ace23f', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02f8bdc4-7f92-4d8a-9764-386e33ace23f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:37:22,462 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.020s 2021-10-27 01:37:22,462 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6de1a2d-ecba-4a00-897c-168b1b805400', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6de1a2d-ecba-4a00-897c-168b1b805400', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:37:23,486 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.020s 2021-10-27 01:37:23,486 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c8411d16-6973-4489-bac8-0596801a286c', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8411d16-6973-4489-bac8-0596801a286c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:37:24,509 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.020s 2021-10-27 01:37:24,509 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23a80140-afa0-422e-99be-3fd790eba746', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23a80140-afa0-422e-99be-3fd790eba746', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:37:25,533 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.020s 2021-10-27 01:37:25,534 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b22e3d95-3dad-4af1-98c2-a84c4352a807', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b22e3d95-3dad-4af1-98c2-a84c4352a807', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:37:26,558 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.020s 2021-10-27 01:37:26,558 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b4943b8e-e2f7-4735-b2f0-dff955abfda5', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b4943b8e-e2f7-4735-b2f0-dff955abfda5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:37:27,583 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.021s 2021-10-27 01:37:27,583 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-904e11c3-3038-46e8-a3ad-864a03fdfce4', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-904e11c3-3038-46e8-a3ad-864a03fdfce4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:37:28,607 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.020s 2021-10-27 01:37:28,607 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3725e5f8-7024-47da-b73c-ed9880242ab2', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3725e5f8-7024-47da-b73c-ed9880242ab2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:37:29,631 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.019s 2021-10-27 01:37:29,632 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4de6b6ae-72ce-4b3d-aa40-1fd8b48d4fba', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4de6b6ae-72ce-4b3d-aa40-1fd8b48d4fba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:37:30,656 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.020s 2021-10-27 01:37:30,656 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c3add2c-7691-40e0-83b2-6fa91f17a56b', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c3add2c-7691-40e0-83b2-6fa91f17a56b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:37:31,679 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.019s 2021-10-27 01:37:31,680 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-542c673b-5e88-4334-803a-335bde975263', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-542c673b-5e88-4334-803a-335bde975263', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:37:32,704 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.020s 2021-10-27 01:37:32,704 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82b85572-2b91-4634-936f-f56977cf27df', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82b85572-2b91-4634-936f-f56977cf27df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:37:33,728 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.020s 2021-10-27 01:37:33,729 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-16e6a91b-ce3b-4516-90ac-98f33490a93c', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-16e6a91b-ce3b-4516-90ac-98f33490a93c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:37:34,753 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.020s 2021-10-27 01:37:34,753 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-219abc6d-b439-4449-8b02-9f6bf806db45', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-219abc6d-b439-4449-8b02-9f6bf806db45', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:37:35,778 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.021s 2021-10-27 01:37:35,778 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dedf097d-1552-4783-826d-f0b742057a9e', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dedf097d-1552-4783-826d-f0b742057a9e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:37:36,802 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.020s 2021-10-27 01:37:36,802 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-47536841-4437-4d96-bfac-1eee8c6483fa', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-47536841-4437-4d96-bfac-1eee8c6483fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:37:37,828 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.021s 2021-10-27 01:37:37,829 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c778a1f9-b12f-4687-932a-a31592d170de', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c778a1f9-b12f-4687-932a-a31592d170de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:37:38,853 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.021s 2021-10-27 01:37:38,854 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f50a632-b858-41ca-9a12-308b641d7bc0', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f50a632-b858-41ca-9a12-308b641d7bc0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:37:39,877 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.019s 2021-10-27 01:37:39,877 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ddd03096-e49a-4cf5-a05e-98ac9ad75e47', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ddd03096-e49a-4cf5-a05e-98ac9ad75e47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:37:40,901 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.020s 2021-10-27 01:37:40,901 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34d8b495-0c1b-4740-8017-49e3abd874d5', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34d8b495-0c1b-4740-8017-49e3abd874d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:37:41,923 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.019s 2021-10-27 01:37:41,924 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c360702-7716-4109-b225-b0480b5176d2', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c360702-7716-4109-b225-b0480b5176d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:37:42,948 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.021s 2021-10-27 01:37:42,948 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5db8fce9-3ed6-4454-9668-8a045aaaef66', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5db8fce9-3ed6-4454-9668-8a045aaaef66', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:37:43,988 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.036s 2021-10-27 01:37:43,989 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b4289d85-9c30-42f6-b655-d9f089ff4ff2', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b4289d85-9c30-42f6-b655-d9f089ff4ff2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:37:45,033 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.041s 2021-10-27 01:37:45,034 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7bfce1fb-1138-42ca-a57f-bbff2f526dcb', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7bfce1fb-1138-42ca-a57f-bbff2f526dcb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:37:46,077 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.040s 2021-10-27 01:37:46,078 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55b427b6-0798-4924-afcf-11448038139e', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55b427b6-0798-4924-afcf-11448038139e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:37:47,124 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.042s 2021-10-27 01:37:47,124 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-35fc5bc1-df9c-4ab4-bb9a-8d3283c3d67e', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-35fc5bc1-df9c-4ab4-bb9a-8d3283c3d67e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:37:48,169 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.041s 2021-10-27 01:37:48,169 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c46bc6e-8f46-44f7-8a0f-9d988157cb35', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c46bc6e-8f46-44f7-8a0f-9d988157cb35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:37:49,217 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.044s 2021-10-27 01:37:49,217 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b7827cd-2c89-4407-b884-25bf80cd23d4', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b7827cd-2c89-4407-b884-25bf80cd23d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:37:50,262 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.041s 2021-10-27 01:37:50,262 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c9ebc2f-0c17-430b-8ee1-6324ac1fff02', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c9ebc2f-0c17-430b-8ee1-6324ac1fff02', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:37:51,307 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.040s 2021-10-27 01:37:51,307 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b21e0675-0f26-49c6-8f56-406b44fc5b33', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b21e0675-0f26-49c6-8f56-406b44fc5b33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:37:52,351 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.040s 2021-10-27 01:37:52,351 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f52b97b5-35cd-4ddf-960a-675a64524a68', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f52b97b5-35cd-4ddf-960a-675a64524a68', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:37:53,406 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.050s 2021-10-27 01:37:53,406 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-22a8be1c-4f00-4dcb-af63-eeb978f8de42', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-22a8be1c-4f00-4dcb-af63-eeb978f8de42', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:37:54,443 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.033s 2021-10-27 01:37:54,443 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4488af39-f4d8-47bd-96e9-3d3d40bcbbea', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4488af39-f4d8-47bd-96e9-3d3d40bcbbea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:37:55,490 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.043s 2021-10-27 01:37:55,490 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e77c44e2-f324-456e-85fe-f2d45484a255', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e77c44e2-f324-456e-85fe-f2d45484a255', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:37:56,533 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.040s 2021-10-27 01:37:56,534 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-25e23018-640d-4d42-9ff7-1a88c9b7c4ec', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-25e23018-640d-4d42-9ff7-1a88c9b7c4ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:37:57,578 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.041s 2021-10-27 01:37:57,579 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0638d38-d03e-4717-a4db-493544dec1a3', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c0638d38-d03e-4717-a4db-493544dec1a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:37:58,625 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.042s 2021-10-27 01:37:58,625 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0fc5ee1a-58a9-4a18-8f98-a21a69ed42f2', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0fc5ee1a-58a9-4a18-8f98-a21a69ed42f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:37:59,670 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.041s 2021-10-27 01:37:59,670 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea90a6ff-1bd5-40f0-8357-3814f870eabd', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea90a6ff-1bd5-40f0-8357-3814f870eabd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:38:00,714 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.040s 2021-10-27 01:38:00,714 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0eba5c0-9a40-44bd-b4a9-4bfa4e828eef', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0eba5c0-9a40-44bd-b4a9-4bfa4e828eef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:38:01,759 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.042s 2021-10-27 01:38:01,759 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fcf7a199-35d9-4776-afa5-21a6a39344e7', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fcf7a199-35d9-4776-afa5-21a6a39344e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:38:02,803 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.040s 2021-10-27 01:38:02,803 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a6420f07-eafc-41d8-a71d-9afa1f6388c5', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a6420f07-eafc-41d8-a71d-9afa1f6388c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:38:03,849 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.041s 2021-10-27 01:38:03,849 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f94d9b1-14af-4aaf-8e97-4ae8f54091c3', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f94d9b1-14af-4aaf-8e97-4ae8f54091c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:38:04,899 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.046s 2021-10-27 01:38:04,899 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76441f50-31d7-4260-9949-4ebe1d7377de', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76441f50-31d7-4260-9949-4ebe1d7377de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:38:05,941 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.038s 2021-10-27 01:38:05,942 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6bda550c-5d06-4244-b63e-86c87225ad02', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6bda550c-5d06-4244-b63e-86c87225ad02', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:38:06,987 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.042s 2021-10-27 01:38:06,988 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-206eaaf1-35c8-46b1-89a0-d10299b4df2e', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-206eaaf1-35c8-46b1-89a0-d10299b4df2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:38:08,037 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.046s 2021-10-27 01:38:08,037 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-38806821-bc64-4d4a-b209-32d454bcebf0', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38806821-bc64-4d4a-b209-32d454bcebf0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:38:09,077 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.037s 2021-10-27 01:38:09,078 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6df90d91-8a2e-4103-86bc-59c122d45195', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6df90d91-8a2e-4103-86bc-59c122d45195', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:38:10,122 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.040s 2021-10-27 01:38:10,122 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a2d0425c-67c0-4919-9cb2-599eddb6891f', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a2d0425c-67c0-4919-9cb2-599eddb6891f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:38:11,325 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.200s 2021-10-27 01:38:11,325 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f42ebd96-163f-486c-a493-4f7aaedca017', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f42ebd96-163f-486c-a493-4f7aaedca017', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:38:12,370 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.041s 2021-10-27 01:38:12,371 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-714a453d-fcd3-4436-92bd-8143ba812a79', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-714a453d-fcd3-4436-92bd-8143ba812a79', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:38:13,416 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.041s 2021-10-27 01:38:13,416 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0215f80-c9dd-49eb-aa53-7c64edcc3040', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0215f80-c9dd-49eb-aa53-7c64edcc3040', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:38:14,461 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.040s 2021-10-27 01:38:14,461 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d80e46e9-4045-4a63-9d9e-1e561a8599f0', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d80e46e9-4045-4a63-9d9e-1e561a8599f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:38:15,505 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.040s 2021-10-27 01:38:15,506 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88e1f924-bd9f-4c89-98e2-6fbf78ecfc1d', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88e1f924-bd9f-4c89-98e2-6fbf78ecfc1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:38:16,551 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.041s 2021-10-27 01:38:16,551 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a6eb0c0a-e5fb-412a-9a43-912460ddd039', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a6eb0c0a-e5fb-412a-9a43-912460ddd039', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:38:17,597 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.042s 2021-10-27 01:38:17,598 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34af4e63-ade5-48d2-a680-657234f1d98c', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34af4e63-ade5-48d2-a680-657234f1d98c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:38:18,641 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.039s 2021-10-27 01:38:18,641 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5bec288-84a6-42c6-b95e-c319c192e8a0', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5bec288-84a6-42c6-b95e-c319c192e8a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:38:19,686 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.041s 2021-10-27 01:38:19,686 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e3b7f23-ef43-47fb-9ae2-1f4a50f10002', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e3b7f23-ef43-47fb-9ae2-1f4a50f10002', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:38:20,731 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.041s 2021-10-27 01:38:20,732 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f74d4b1-ac60-4633-8344-b7e3bdee8aaa', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f74d4b1-ac60-4633-8344-b7e3bdee8aaa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:38:21,775 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.040s 2021-10-27 01:38:21,776 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8eb79161-5060-46a1-a8c4-19e3ef0a0ae9', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8eb79161-5060-46a1-a8c4-19e3ef0a0ae9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:38:22,825 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.045s 2021-10-27 01:38:22,825 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d9b29d9-caaf-476c-ae6f-c26236a778a3', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d9b29d9-caaf-476c-ae6f-c26236a778a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:38:23,869 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.039s 2021-10-27 01:38:23,869 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23ec156d-94a9-4113-8fb4-49d787389cb9', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23ec156d-94a9-4113-8fb4-49d787389cb9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:38:24,914 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.041s 2021-10-27 01:38:24,915 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9e9d3f3-2708-42a1-b3f7-16778bc9365a', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9e9d3f3-2708-42a1-b3f7-16778bc9365a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:38:25,966 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.047s 2021-10-27 01:38:25,966 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aae00cf9-c944-4c39-9b38-ba545cc52fec', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aae00cf9-c944-4c39-9b38-ba545cc52fec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:38:27,011 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.042s 2021-10-27 01:38:27,012 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9975de07-2672-41d1-a376-f9c848c48d61', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9975de07-2672-41d1-a376-f9c848c48d61', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:38:28,061 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.044s 2021-10-27 01:38:28,061 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-821467dd-e51d-4317-921e-9a8a9b4520cb', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-821467dd-e51d-4317-921e-9a8a9b4520cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:38:29,103 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.038s 2021-10-27 01:38:29,103 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27969a01-26cd-49bb-ba9c-0d0ebf9d34ac', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27969a01-26cd-49bb-ba9c-0d0ebf9d34ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:38:30,149 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.041s 2021-10-27 01:38:30,149 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b8f6750-32f8-44b3-b052-ff896346570e', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b8f6750-32f8-44b3-b052-ff896346570e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:38:31,196 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.042s 2021-10-27 01:38:31,196 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dca2773e-5caf-4186-b8d6-83c06c47e1ca', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dca2773e-5caf-4186-b8d6-83c06c47e1ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:38:32,239 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.038s 2021-10-27 01:38:32,239 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b7d1e9a-8405-4cc5-a7e7-87fe6f8d3bb4', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b7d1e9a-8405-4cc5-a7e7-87fe6f8d3bb4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:38:33,285 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.042s 2021-10-27 01:38:33,285 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-77da09c5-18ef-4217-98dd-fdb6f5359c73', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-77da09c5-18ef-4217-98dd-fdb6f5359c73', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:38:34,330 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.041s 2021-10-27 01:38:34,330 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56ac81a6-ea7d-4e3a-bf71-44247409411f', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56ac81a6-ea7d-4e3a-bf71-44247409411f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:38:35,375 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.041s 2021-10-27 01:38:35,375 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c51bab8-aa9d-46bb-9e5e-6ee95399b607', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c51bab8-aa9d-46bb-9e5e-6ee95399b607', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:38:36,420 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.042s 2021-10-27 01:38:36,421 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5fee42a8-bc53-4dc0-806e-d401f0397004', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5fee42a8-bc53-4dc0-806e-d401f0397004', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:38:37,465 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.041s 2021-10-27 01:38:37,466 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6df1efd9-b428-48b7-8c50-8c51a56a6eea', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6df1efd9-b428-48b7-8c50-8c51a56a6eea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:38:38,510 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.040s 2021-10-27 01:38:38,510 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e717884-c8c1-46df-914d-5cc4cdc8c95d', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e717884-c8c1-46df-914d-5cc4cdc8c95d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:38:39,554 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.040s 2021-10-27 01:38:39,555 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-add87f2a-600f-4265-925a-23f45fa2f114', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-add87f2a-600f-4265-925a-23f45fa2f114', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:38:40,599 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.041s 2021-10-27 01:38:40,600 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-77aa3280-d254-4cb8-b738-e3493450f919', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-77aa3280-d254-4cb8-b738-e3493450f919', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:38:41,645 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.041s 2021-10-27 01:38:41,645 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bbf3370a-f956-4c91-9e64-6d756bfbf10e', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bbf3370a-f956-4c91-9e64-6d756bfbf10e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:38:42,689 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.040s 2021-10-27 01:38:42,690 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb6681ab-9a03-41a9-ad70-f0a84e2c743a', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb6681ab-9a03-41a9-ad70-f0a84e2c743a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:38:43,735 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.041s 2021-10-27 01:38:43,735 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6dfaccfc-6627-493f-9e45-50925b45c918', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6dfaccfc-6627-493f-9e45-50925b45c918', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:38:44,779 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.040s 2021-10-27 01:38:44,779 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae8f595d-fff9-478c-8b98-2d1476971f4f', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae8f595d-fff9-478c-8b98-2d1476971f4f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:38:45,824 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.041s 2021-10-27 01:38:45,824 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-49a7c2d0-9f74-489c-9318-4ef90101fbd7', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-49a7c2d0-9f74-489c-9318-4ef90101fbd7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:38:46,868 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.039s 2021-10-27 01:38:46,868 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe619191-6c2e-4222-ac9a-0760c4ad7493', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe619191-6c2e-4222-ac9a-0760c4ad7493', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:38:47,913 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.040s 2021-10-27 01:38:47,913 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ed6842c-ec39-4b37-ad7b-ad534c34225a', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ed6842c-ec39-4b37-ad7b-ad534c34225a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:38:48,958 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.041s 2021-10-27 01:38:48,958 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-868419af-7deb-4baf-890c-fe7987e7b96e', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-868419af-7deb-4baf-890c-fe7987e7b96e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:38:50,005 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.043s 2021-10-27 01:38:50,005 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e1cd56a-2e2b-4012-a030-a9d9445465b1', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e1cd56a-2e2b-4012-a030-a9d9445465b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:38:51,050 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.041s 2021-10-27 01:38:51,050 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9fa4323-7377-4256-9900-093b42d020c0', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9fa4323-7377-4256-9900-093b42d020c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:38:52,095 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.042s 2021-10-27 01:38:52,096 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db260dec-7a9b-4ed2-9392-c67a63751ec8', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db260dec-7a9b-4ed2-9392-c67a63751ec8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:38:53,141 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.043s 2021-10-27 01:38:53,142 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09704e74-c245-4093-bed1-850d1cf63c87', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09704e74-c245-4093-bed1-850d1cf63c87', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:38:54,187 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.041s 2021-10-27 01:38:54,187 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1fbb461-3d08-4901-853e-90de7ca8d43a', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1fbb461-3d08-4901-853e-90de7ca8d43a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:38:55,231 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.041s 2021-10-27 01:38:55,231 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1be93367-eae3-40dd-bd66-2b52403d2a50', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1be93367-eae3-40dd-bd66-2b52403d2a50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:38:56,276 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.040s 2021-10-27 01:38:56,276 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a450834d-c93d-4409-b592-8bd88e25ed37', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a450834d-c93d-4409-b592-8bd88e25ed37', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:38:57,321 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.040s 2021-10-27 01:38:57,321 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c19590fe-127c-42cd-af9f-443fdb289091', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c19590fe-127c-42cd-af9f-443fdb289091', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:38:58,365 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.040s 2021-10-27 01:38:58,365 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1cdc0d6c-718d-478c-a6d3-8e1bf66ae83d', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1cdc0d6c-718d-478c-a6d3-8e1bf66ae83d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:38:59,410 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.041s 2021-10-27 01:38:59,411 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb6b6f5a-ef55-4415-bf42-470991b4b196', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb6b6f5a-ef55-4415-bf42-470991b4b196', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:39:00,456 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.041s 2021-10-27 01:39:00,456 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f7bb127-9c3d-44e3-8bb3-bc4953b6af2e', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f7bb127-9c3d-44e3-8bb3-bc4953b6af2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:39:01,515 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.055s 2021-10-27 01:39:01,515 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27c1d243-1c5b-4ce9-9a08-731a4a3ee12a', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27c1d243-1c5b-4ce9-9a08-731a4a3ee12a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:39:02,545 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.025s 2021-10-27 01:39:02,545 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d02d1e77-ea92-4370-a7ac-4267910dd4be', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d02d1e77-ea92-4370-a7ac-4267910dd4be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:39:03,589 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.040s 2021-10-27 01:39:03,590 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-142bbc9d-a142-4c63-9de8-94a3a2ce55d7', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-142bbc9d-a142-4c63-9de8-94a3a2ce55d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:39:04,634 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.040s 2021-10-27 01:39:04,634 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-19c171e0-3d77-4dc6-ba5e-7e16cda5291d', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-19c171e0-3d77-4dc6-ba5e-7e16cda5291d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:39:05,678 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.040s 2021-10-27 01:39:05,678 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a3919db6-bf13-4baf-93ba-6d6dcf163bc6', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a3919db6-bf13-4baf-93ba-6d6dcf163bc6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:39:06,722 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.041s 2021-10-27 01:39:06,723 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb42e7d0-d468-4f2e-a688-4c84df15ced7', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb42e7d0-d468-4f2e-a688-4c84df15ced7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:39:07,767 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.040s 2021-10-27 01:39:07,767 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee248047-b57b-4a28-9214-ae568fb84a2f', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee248047-b57b-4a28-9214-ae568fb84a2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:39:08,814 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.043s 2021-10-27 01:39:08,815 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-924bff5d-4298-4943-b20d-6878d259037a', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-924bff5d-4298-4943-b20d-6878d259037a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:39:09,862 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.043s 2021-10-27 01:39:09,863 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0823833c-cf68-4357-864b-c722db5a1506', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0823833c-cf68-4357-864b-c722db5a1506', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:39:10,905 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.039s 2021-10-27 01:39:10,905 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-972d2184-9eb5-428a-8b3c-8c0a1ca3d2ce', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-972d2184-9eb5-428a-8b3c-8c0a1ca3d2ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:39:11,950 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.041s 2021-10-27 01:39:11,951 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8e4c7a0-49bc-43f4-9e9f-7eefbc1bf3e6', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8e4c7a0-49bc-43f4-9e9f-7eefbc1bf3e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:39:12,994 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.040s 2021-10-27 01:39:12,995 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3f71f12-8b5c-4ad8-95c6-42316ec270ed', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3f71f12-8b5c-4ad8-95c6-42316ec270ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:39:14,040 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.040s 2021-10-27 01:39:14,040 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-31c09cda-77d4-4fb5-a9a6-735db2130a9d', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31c09cda-77d4-4fb5-a9a6-735db2130a9d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:39:15,085 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.041s 2021-10-27 01:39:15,086 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34b9d768-595c-4f76-b9f4-fb06dc0e9423', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34b9d768-595c-4f76-b9f4-fb06dc0e9423', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:39:16,130 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.040s 2021-10-27 01:39:16,130 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d43bc07-10e5-493e-9830-140cf2e81331', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d43bc07-10e5-493e-9830-140cf2e81331', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:39:17,176 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.042s 2021-10-27 01:39:17,176 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-093412ce-0f72-410b-87d2-1abf2d2d7a67', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-093412ce-0f72-410b-87d2-1abf2d2d7a67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:39:18,219 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.039s 2021-10-27 01:39:18,219 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c359cedc-6140-4fb3-ab67-e5757ca090be', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c359cedc-6140-4fb3-ab67-e5757ca090be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:39:19,265 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.041s 2021-10-27 01:39:19,265 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d15b379b-6be8-415f-a7d6-08b8ccd026de', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d15b379b-6be8-415f-a7d6-08b8ccd026de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:39:20,308 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.039s 2021-10-27 01:39:20,309 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45b1e68b-d6fd-445f-ae78-f6a1a329efb7', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45b1e68b-d6fd-445f-ae78-f6a1a329efb7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:39:21,354 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.041s 2021-10-27 01:39:21,354 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd6136ee-951f-4f48-95b0-6cedfe938555', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd6136ee-951f-4f48-95b0-6cedfe938555', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:39:22,398 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.040s 2021-10-27 01:39:22,398 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c610bdff-cf6a-4256-a4b5-c3a9b5551aa0', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c610bdff-cf6a-4256-a4b5-c3a9b5551aa0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:39:23,445 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.043s 2021-10-27 01:39:23,445 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-209be53e-09f5-4ecc-b4f6-753849ed4f6c', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-209be53e-09f5-4ecc-b4f6-753849ed4f6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:39:24,489 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.040s 2021-10-27 01:39:24,489 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a38a7962-5b95-4218-baad-48e7817bd296', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a38a7962-5b95-4218-baad-48e7817bd296', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:39:25,535 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.042s 2021-10-27 01:39:25,536 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7a82e32-e305-4d2d-87ab-2690870e690c', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7a82e32-e305-4d2d-87ab-2690870e690c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:39:26,580 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.040s 2021-10-27 01:39:26,580 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e177dc9c-97bd-4c0c-b609-817b5165b58c', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e177dc9c-97bd-4c0c-b609-817b5165b58c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:39:27,624 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.040s 2021-10-27 01:39:27,625 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d3600a0-5ed8-49d2-a492-d86edca83ed5', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d3600a0-5ed8-49d2-a492-d86edca83ed5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:39:28,668 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.040s 2021-10-27 01:39:28,669 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e1baafc-6fbd-413e-8e71-81fe8083800d', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e1baafc-6fbd-413e-8e71-81fe8083800d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:39:29,714 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.040s 2021-10-27 01:39:29,714 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d668d3a6-66f7-4a55-8f58-7a956d0ac67b', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d668d3a6-66f7-4a55-8f58-7a956d0ac67b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:39:30,757 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.039s 2021-10-27 01:39:30,758 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0338cc5-0ac6-4987-9923-79abe5d81633', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0338cc5-0ac6-4987-9923-79abe5d81633', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:39:31,802 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.041s 2021-10-27 01:39:31,803 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c1e90f6-5e4b-448f-98e2-51913d407e23', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c1e90f6-5e4b-448f-98e2-51913d407e23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:39:32,850 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.043s 2021-10-27 01:39:32,850 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11755b30-4685-46c8-a995-e12a3bf63b5a', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11755b30-4685-46c8-a995-e12a3bf63b5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:39:33,894 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.040s 2021-10-27 01:39:33,894 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b415456-8b77-479d-9519-fd3c045bec57', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b415456-8b77-479d-9519-fd3c045bec57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:39:34,939 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.042s 2021-10-27 01:39:34,940 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ab3e1fb-7bd3-436f-906b-900970fc13b7', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ab3e1fb-7bd3-436f-906b-900970fc13b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:39:35,985 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.041s 2021-10-27 01:39:35,985 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17bad0df-c475-4430-a1f7-496b71c581cb', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17bad0df-c475-4430-a1f7-496b71c581cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:39:37,029 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.039s 2021-10-27 01:39:37,029 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40b858c0-95ff-494b-8632-86279b22df87', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40b858c0-95ff-494b-8632-86279b22df87', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:39:38,075 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.042s 2021-10-27 01:39:38,076 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-409c9dc2-2b87-448b-954b-c99071a9b694', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-409c9dc2-2b87-448b-954b-c99071a9b694', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:39:39,119 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.040s 2021-10-27 01:39:39,120 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a459a12b-71fd-4b1a-9f40-fec41bf70ffc', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a459a12b-71fd-4b1a-9f40-fec41bf70ffc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:39:40,164 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.039s 2021-10-27 01:39:40,164 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c1cec11-26b6-4b08-8afb-189dfccd12d8', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c1cec11-26b6-4b08-8afb-189dfccd12d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:39:41,209 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.041s 2021-10-27 01:39:41,209 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e71e8d95-84e5-45e2-85ba-ff3820bbbf06', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e71e8d95-84e5-45e2-85ba-ff3820bbbf06', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:39:42,253 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.040s 2021-10-27 01:39:42,253 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-267333e7-6f37-4582-963c-690aad9e3372', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-267333e7-6f37-4582-963c-690aad9e3372', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:39:43,299 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.042s 2021-10-27 01:39:43,299 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7674ac3-372c-4cfc-835b-4836eb72397e', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7674ac3-372c-4cfc-835b-4836eb72397e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:39:44,343 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.040s 2021-10-27 01:39:44,344 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-880981ac-fb51-4c69-8019-c1c5b664d35c', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-880981ac-fb51-4c69-8019-c1c5b664d35c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:39:45,389 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.042s 2021-10-27 01:39:45,389 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8946d0e1-deea-4ae8-81d7-668ab28d6585', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8946d0e1-deea-4ae8-81d7-668ab28d6585', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:39:46,434 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.040s 2021-10-27 01:39:46,434 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09f6572c-abd5-4806-bf06-88bfa56d8f82', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09f6572c-abd5-4806-bf06-88bfa56d8f82', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:39:47,481 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.043s 2021-10-27 01:39:47,482 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac0a3c39-cc89-4fe1-a520-31078998c028', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac0a3c39-cc89-4fe1-a520-31078998c028', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:39:48,525 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.039s 2021-10-27 01:39:48,525 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b6afa495-b6c1-4ad4-9966-600163446e68', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b6afa495-b6c1-4ad4-9966-600163446e68', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:39:49,574 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.046s 2021-10-27 01:39:49,575 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9ec9669-fa0e-4b9b-830d-ae11016ff8e2', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9ec9669-fa0e-4b9b-830d-ae11016ff8e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:39:50,616 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.038s 2021-10-27 01:39:50,617 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f48736e0-dc2b-44eb-ac92-b47dda6e2b33', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f48736e0-dc2b-44eb-ac92-b47dda6e2b33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:39:51,660 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.039s 2021-10-27 01:39:51,660 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af93ed83-7d46-4ec1-ba0d-a02b53ed0c25', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af93ed83-7d46-4ec1-ba0d-a02b53ed0c25', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:39:52,705 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.041s 2021-10-27 01:39:52,705 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0d427a8-d902-4a03-beed-7155c0901edd', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0d427a8-d902-4a03-beed-7155c0901edd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:39:53,749 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.041s 2021-10-27 01:39:53,749 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb38a030-b9eb-495b-bd7a-6e1c6b22f221', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb38a030-b9eb-495b-bd7a-6e1c6b22f221', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:39:54,796 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.043s 2021-10-27 01:39:54,797 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6928203e-f0b5-4de5-92f8-c062250247c9', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6928203e-f0b5-4de5-92f8-c062250247c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:39:55,840 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.040s 2021-10-27 01:39:55,841 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-301a1013-8b5e-43fe-8fd0-c56e0da2dd47', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-301a1013-8b5e-43fe-8fd0-c56e0da2dd47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:39:56,885 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.040s 2021-10-27 01:39:56,886 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a88e9cfd-9b6c-4a16-9e5d-89ee35d38046', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a88e9cfd-9b6c-4a16-9e5d-89ee35d38046', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:39:57,930 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.040s 2021-10-27 01:39:57,930 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-46108a0c-2931-44a3-989a-f60e74911cf6', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-46108a0c-2931-44a3-989a-f60e74911cf6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:39:58,976 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.042s 2021-10-27 01:39:58,976 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-59481f67-511f-4060-aeea-1f2ab5147a39', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-59481f67-511f-4060-aeea-1f2ab5147a39', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:40:00,019 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.040s 2021-10-27 01:40:00,020 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-adb23c8e-2913-4159-a2f1-acfe27ea95d0', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-adb23c8e-2913-4159-a2f1-acfe27ea95d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:40:01,064 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.041s 2021-10-27 01:40:01,065 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41c14473-392c-466e-8939-4cce1eeaaedd', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41c14473-392c-466e-8939-4cce1eeaaedd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:40:02,110 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.042s 2021-10-27 01:40:02,110 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d31ef08-7f53-4a1d-8a74-99f28fc2e7db', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d31ef08-7f53-4a1d-8a74-99f28fc2e7db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:40:03,154 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.040s 2021-10-27 01:40:03,155 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b6d85f8c-fd6d-4def-9297-dfd5e6ecbaa6', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b6d85f8c-fd6d-4def-9297-dfd5e6ecbaa6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:40:04,201 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.043s 2021-10-27 01:40:04,201 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c151e78e-c1e4-4d3a-a6f9-0b23d02ddb2a', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c151e78e-c1e4-4d3a-a6f9-0b23d02ddb2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:40:05,246 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.042s 2021-10-27 01:40:05,247 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a98785bc-c30a-475b-9a09-f8ad7022eb3f', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a98785bc-c30a-475b-9a09-f8ad7022eb3f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:40:06,290 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.039s 2021-10-27 01:40:06,291 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-848aa49f-e452-4f89-aec3-4a0311ba1ae5', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-848aa49f-e452-4f89-aec3-4a0311ba1ae5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:40:07,335 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.041s 2021-10-27 01:40:07,336 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a803ea1-fd43-45d3-a4be-ac9c0c91ce53', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a803ea1-fd43-45d3-a4be-ac9c0c91ce53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:40:08,381 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.041s 2021-10-27 01:40:08,381 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ce063c8-7d21-482d-b688-073e161c819a', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ce063c8-7d21-482d-b688-073e161c819a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:40:09,425 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.040s 2021-10-27 01:40:09,425 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f075e2d8-2841-4852-942f-6f3c236baeb4', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f075e2d8-2841-4852-942f-6f3c236baeb4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:40:10,470 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.041s 2021-10-27 01:40:10,471 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-440d3205-f3fd-4b2f-b1bc-4afd2b2798e1', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-440d3205-f3fd-4b2f-b1bc-4afd2b2798e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:40:11,515 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.041s 2021-10-27 01:40:11,516 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65ecba3a-933c-4447-929c-0d72a0e616cf', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65ecba3a-933c-4447-929c-0d72a0e616cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:40:12,558 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.038s 2021-10-27 01:40:12,559 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-77e07d76-e495-404e-a178-cab7343066ca', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-77e07d76-e495-404e-a178-cab7343066ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:40:13,604 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.041s 2021-10-27 01:40:13,604 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-98fdfd91-e009-401f-8933-521f925ea242', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-98fdfd91-e009-401f-8933-521f925ea242', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:40:14,647 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.038s 2021-10-27 01:40:14,647 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5e079d8-022c-46f4-8bbb-31374e572d44', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5e079d8-022c-46f4-8bbb-31374e572d44', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:40:15,692 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.041s 2021-10-27 01:40:15,692 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-456e8015-24a3-4f1d-858f-04160b58c8d0', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-456e8015-24a3-4f1d-858f-04160b58c8d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:40:16,738 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.041s 2021-10-27 01:40:16,738 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58d3670e-e1c0-4a65-8dc8-cfe8084274e6', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58d3670e-e1c0-4a65-8dc8-cfe8084274e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:40:17,782 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.040s 2021-10-27 01:40:17,782 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-43964b9f-9b1e-4dd5-8815-3521c8760d97', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-43964b9f-9b1e-4dd5-8815-3521c8760d97', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:40:18,828 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.043s 2021-10-27 01:40:18,828 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a08f5569-adf6-4af2-82e3-f88c27d79a45', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a08f5569-adf6-4af2-82e3-f88c27d79a45', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:40:19,871 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.039s 2021-10-27 01:40:19,872 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79476165-a1aa-4405-b9e5-db173f736889', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79476165-a1aa-4405-b9e5-db173f736889', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:40:20,917 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.040s 2021-10-27 01:40:20,917 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0ee8718-9ca0-4653-9440-3971ee44da0c', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0ee8718-9ca0-4653-9440-3971ee44da0c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:40:21,963 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.042s 2021-10-27 01:40:21,963 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ca66008-0b08-4f8b-a6c1-b8ae459167dd', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ca66008-0b08-4f8b-a6c1-b8ae459167dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:40:23,006 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.038s 2021-10-27 01:40:23,006 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-86a4f30c-65a5-4fde-bbbf-2db76d51da79', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86a4f30c-65a5-4fde-bbbf-2db76d51da79', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:40:24,051 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.042s 2021-10-27 01:40:24,052 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4d4001ef-ccae-4ed5-8c58-dc831886b84d', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4d4001ef-ccae-4ed5-8c58-dc831886b84d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:40:25,096 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.040s 2021-10-27 01:40:25,096 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f384edd5-6fe6-4330-afcd-7e8c9d6aa624', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f384edd5-6fe6-4330-afcd-7e8c9d6aa624', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:40:26,140 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.040s 2021-10-27 01:40:26,140 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9994485c-4557-46b8-bdca-3d8cef01d062', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9994485c-4557-46b8-bdca-3d8cef01d062', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:40:27,185 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.042s 2021-10-27 01:40:27,186 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-954006da-b124-4663-bb1f-bb61cb7a165f', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-954006da-b124-4663-bb1f-bb61cb7a165f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:40:28,229 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.040s 2021-10-27 01:40:28,229 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51f8b888-a331-41df-b99a-3ddbc6e8b4f9', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51f8b888-a331-41df-b99a-3ddbc6e8b4f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:40:29,274 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.040s 2021-10-27 01:40:29,274 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd356359-32c6-49d0-8b63-ec4814898168', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd356359-32c6-49d0-8b63-ec4814898168', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:40:30,319 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.042s 2021-10-27 01:40:30,320 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db3f12da-ddcb-4814-9c87-c10610776b07', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db3f12da-ddcb-4814-9c87-c10610776b07', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:40:31,458 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.134s 2021-10-27 01:40:31,458 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ece89512-69c6-4cb7-9710-c17b8e13e0cc', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ece89512-69c6-4cb7-9710-c17b8e13e0cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:40:32,481 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.020s 2021-10-27 01:40:32,482 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8d96859-9a49-4b2d-a3e0-30bc97a86742', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f8d96859-9a49-4b2d-a3e0-30bc97a86742', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:40:33,505 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.019s 2021-10-27 01:40:33,505 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ecfbac3f-c28b-4df0-9064-b073d9ae8f3a', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ecfbac3f-c28b-4df0-9064-b073d9ae8f3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:40:34,528 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.020s 2021-10-27 01:40:34,529 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4becce85-0e9e-446d-ae2e-962334ece13c', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4becce85-0e9e-446d-ae2e-962334ece13c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:40:35,551 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.019s 2021-10-27 01:40:35,552 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b8a7e30b-b14f-46b4-a7af-bf6a98cbd839', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b8a7e30b-b14f-46b4-a7af-bf6a98cbd839', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:40:36,587 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.031s 2021-10-27 01:40:36,587 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eabd0c66-22b5-4d8f-8f32-fc0ed73bfa0a', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eabd0c66-22b5-4d8f-8f32-fc0ed73bfa0a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:40:37,634 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.043s 2021-10-27 01:40:37,634 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb17a31f-18cb-4ef2-b397-b7888a8a7982', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb17a31f-18cb-4ef2-b397-b7888a8a7982', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:40:38,678 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.040s 2021-10-27 01:40:38,678 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0f002e1-8a46-414a-815a-02387c113e44', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0f002e1-8a46-414a-815a-02387c113e44', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:40:39,721 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.039s 2021-10-27 01:40:39,721 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f622574-a7e4-4340-8da7-d91cc285a061', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f622574-a7e4-4340-8da7-d91cc285a061', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:40:40,766 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.041s 2021-10-27 01:40:40,767 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b1e6cdbe-94c9-4d7b-8439-c74bb61d9129', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b1e6cdbe-94c9-4d7b-8439-c74bb61d9129', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:40:41,810 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.039s 2021-10-27 01:40:41,810 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dba9a7fb-46e0-4122-832a-fd956434cd18', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dba9a7fb-46e0-4122-832a-fd956434cd18', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:40:42,854 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.041s 2021-10-27 01:40:42,855 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e0a2208-197c-4230-9551-5478292351ca', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e0a2208-197c-4230-9551-5478292351ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:40:43,898 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.039s 2021-10-27 01:40:43,898 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0f03b26-1c4e-4875-821b-928905ea88f8', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0f03b26-1c4e-4875-821b-928905ea88f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:40:44,943 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.042s 2021-10-27 01:40:44,943 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40822471-c545-482c-85db-94f90da9cecc', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40822471-c545-482c-85db-94f90da9cecc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:40:45,988 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.041s 2021-10-27 01:40:45,989 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9640fbc6-60bb-43db-8db0-9fb5432a6ff2', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9640fbc6-60bb-43db-8db0-9fb5432a6ff2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:40:47,033 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.039s 2021-10-27 01:40:47,033 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7cbc1615-cecd-4099-8fcb-09e95e86fb1e', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7cbc1615-cecd-4099-8fcb-09e95e86fb1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:40:48,082 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.045s 2021-10-27 01:40:48,082 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ef5c9991-3461-4989-8851-fd1bb9c7d309', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ef5c9991-3461-4989-8851-fd1bb9c7d309', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:40:49,126 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.041s 2021-10-27 01:40:49,127 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5789f529-dcd6-4206-9a37-09b7da14ab05', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5789f529-dcd6-4206-9a37-09b7da14ab05', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:40:50,172 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.041s 2021-10-27 01:40:50,172 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8eb9aa9b-431c-4f70-aad7-6b13dfd2dae6', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8eb9aa9b-431c-4f70-aad7-6b13dfd2dae6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:40:51,219 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.044s 2021-10-27 01:40:51,220 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-638638f7-7158-4d78-af0c-88da2405ca55', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-638638f7-7158-4d78-af0c-88da2405ca55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:40:52,265 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.041s 2021-10-27 01:40:52,265 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a0dbfb6-d922-4cb0-82ad-2f89139e8046', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a0dbfb6-d922-4cb0-82ad-2f89139e8046', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:40:53,311 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.042s 2021-10-27 01:40:53,311 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f09a3f29-86e4-434d-8501-cd1ac9d4260b', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f09a3f29-86e4-434d-8501-cd1ac9d4260b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:40:54,355 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.040s 2021-10-27 01:40:54,355 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5cd03180-3d71-42ed-92fb-ba67b2937c81', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5cd03180-3d71-42ed-92fb-ba67b2937c81', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:40:55,409 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.049s 2021-10-27 01:40:55,409 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e1f7d0b-787d-4d75-864d-3b4dfb2a7dcb', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e1f7d0b-787d-4d75-864d-3b4dfb2a7dcb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:40:56,448 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.036s 2021-10-27 01:40:56,449 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ad8d2a6-6133-4ed1-a26b-b37ec0a81854', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ad8d2a6-6133-4ed1-a26b-b37ec0a81854', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:40:57,501 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.048s 2021-10-27 01:40:57,501 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2e97f4d-eadd-443f-a719-2e1914783b34', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2e97f4d-eadd-443f-a719-2e1914783b34', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:40:58,539 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.033s 2021-10-27 01:40:58,539 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db576064-fed2-4a31-a9b3-51e6f89ce2cb', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db576064-fed2-4a31-a9b3-51e6f89ce2cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:40:59,742 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.199s 2021-10-27 01:40:59,742 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-918c7651-1b80-4c47-8ce7-d620aaf45121', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-918c7651-1b80-4c47-8ce7-d620aaf45121', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:41:00,790 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.044s 2021-10-27 01:41:00,790 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-447db91d-39b7-40e6-892d-04f0b9ad9199', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-447db91d-39b7-40e6-892d-04f0b9ad9199', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:41:01,838 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.045s 2021-10-27 01:41:01,839 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6fa89201-2554-4a10-a398-954b4ad2fff0', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6fa89201-2554-4a10-a398-954b4ad2fff0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:41:02,888 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.046s 2021-10-27 01:41:02,889 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e05da540-3b25-4810-a12a-7b4749ce0266', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e05da540-3b25-4810-a12a-7b4749ce0266', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:41:03,935 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.042s 2021-10-27 01:41:03,935 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1eaee6e9-a204-4e7d-9d5a-164abd0157cc', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1eaee6e9-a204-4e7d-9d5a-164abd0157cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:41:04,986 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.045s 2021-10-27 01:41:04,987 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-22ffb0d0-a9d4-43b7-a2f5-517a05f166e7', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-22ffb0d0-a9d4-43b7-a2f5-517a05f166e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:41:06,036 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.046s 2021-10-27 01:41:06,037 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c444b971-3188-4c7d-b2b2-c5a05b4c0efe', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c444b971-3188-4c7d-b2b2-c5a05b4c0efe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:41:07,084 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.043s 2021-10-27 01:41:07,084 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15e3a37d-2b70-4b11-b2ad-8b4f23e99f35', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15e3a37d-2b70-4b11-b2ad-8b4f23e99f35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:41:08,133 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.045s 2021-10-27 01:41:08,134 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3756b31e-fb71-4bb0-b7e8-794437d03fa8', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3756b31e-fb71-4bb0-b7e8-794437d03fa8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:41:09,181 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.044s 2021-10-27 01:41:09,182 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b248b9a9-6e64-49fb-a1fa-f954a8824868', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b248b9a9-6e64-49fb-a1fa-f954a8824868', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:41:10,230 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.045s 2021-10-27 01:41:10,231 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e67b8eb-e7f5-4548-bed2-4440461b160d', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e67b8eb-e7f5-4548-bed2-4440461b160d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:41:11,281 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.047s 2021-10-27 01:41:11,281 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b449790-6e7b-4f3b-9cd8-1de7c14972c6', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b449790-6e7b-4f3b-9cd8-1de7c14972c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:41:12,331 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.046s 2021-10-27 01:41:12,331 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99ed7220-452d-45d7-b2cb-25981fbaa42e', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99ed7220-452d-45d7-b2cb-25981fbaa42e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:41:13,378 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.043s 2021-10-27 01:41:13,379 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b8a06f5b-d65d-40c6-b1a5-22c779aaed3a', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b8a06f5b-d65d-40c6-b1a5-22c779aaed3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:41:14,427 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.045s 2021-10-27 01:41:14,428 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f7a16bc-495f-4462-9569-843643555379', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f7a16bc-495f-4462-9569-843643555379', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:41:15,477 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.045s 2021-10-27 01:41:15,477 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-24f81c2c-8f33-45ea-bb2e-8c0e99315197', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-24f81c2c-8f33-45ea-bb2e-8c0e99315197', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:41:16,528 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.048s 2021-10-27 01:41:16,529 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b44ad45e-0895-4c26-87c2-928744884582', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b44ad45e-0895-4c26-87c2-928744884582', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:41:17,572 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.040s 2021-10-27 01:41:17,573 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0736d8ba-f9b9-406d-86c1-58827121f1f2', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0736d8ba-f9b9-406d-86c1-58827121f1f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:41:18,622 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.045s 2021-10-27 01:41:18,622 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c513e0b-53dd-48cd-b77f-7d1af7268a1a', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c513e0b-53dd-48cd-b77f-7d1af7268a1a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:41:19,672 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.046s 2021-10-27 01:41:19,672 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-304422f4-14ba-4cb7-b095-35947d454310', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-304422f4-14ba-4cb7-b095-35947d454310', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:41:20,720 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.044s 2021-10-27 01:41:20,720 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e603591d-28f8-45bb-8d19-e4b04ac843ec', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e603591d-28f8-45bb-8d19-e4b04ac843ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:41:21,773 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.049s 2021-10-27 01:41:21,773 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb2dfaa9-f459-4875-ac70-584c95337522', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb2dfaa9-f459-4875-ac70-584c95337522', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:41:22,825 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.047s 2021-10-27 01:41:22,825 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68d412fa-3213-493b-936e-1a20b05b62c5', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68d412fa-3213-493b-936e-1a20b05b62c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:41:23,873 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.044s 2021-10-27 01:41:23,874 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34a5cd24-6633-469f-a57e-a3fdab1d6ad6', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34a5cd24-6633-469f-a57e-a3fdab1d6ad6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:41:24,922 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.044s 2021-10-27 01:41:24,922 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d279e597-1d05-4ff9-9544-7e2a8ce8bf2f', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d279e597-1d05-4ff9-9544-7e2a8ce8bf2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:41:25,973 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.048s 2021-10-27 01:41:25,974 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9085feb2-f0d7-4951-ae72-7972f2bd0b88', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9085feb2-f0d7-4951-ae72-7972f2bd0b88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:41:27,019 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.042s 2021-10-27 01:41:27,020 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7644e37c-d7eb-4722-8a60-a0710cc70b77', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7644e37c-d7eb-4722-8a60-a0710cc70b77', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:41:28,072 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.048s 2021-10-27 01:41:28,072 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c46e541-00df-4cba-8cd1-24b8aa76bc3e', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c46e541-00df-4cba-8cd1-24b8aa76bc3e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:41:29,115 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.039s 2021-10-27 01:41:29,116 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b2e06f06-db1e-4d94-8fc4-c17774ec9c77', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2e06f06-db1e-4d94-8fc4-c17774ec9c77', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:41:30,164 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.044s 2021-10-27 01:41:30,165 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c965e5d1-d425-4c5e-a3e3-4803f6ade301', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c965e5d1-d425-4c5e-a3e3-4803f6ade301', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:41:31,212 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.044s 2021-10-27 01:41:31,213 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bfae71b3-4460-43e9-8b9c-bd3abf44f850', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bfae71b3-4460-43e9-8b9c-bd3abf44f850', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:41:32,263 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.046s 2021-10-27 01:41:32,264 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d64487a7-8530-400f-b291-886fa433c4a0', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d64487a7-8530-400f-b291-886fa433c4a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:41:33,312 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.044s 2021-10-27 01:41:33,312 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6dc3881-1698-4ea2-bf35-b34052ad088b', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6dc3881-1698-4ea2-bf35-b34052ad088b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:41:34,362 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.047s 2021-10-27 01:41:34,363 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce3c0ed5-9415-4522-a5e7-46c39ebfb286', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce3c0ed5-9415-4522-a5e7-46c39ebfb286', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:41:35,386 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.019s 2021-10-27 01:41:35,387 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-901decf8-324e-4b63-b218-b1a7c5e97cbe', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-901decf8-324e-4b63-b218-b1a7c5e97cbe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:41:36,428 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.038s 2021-10-27 01:41:36,429 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c08e53c0-bdb6-4048-877b-e0e9fe080399', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c08e53c0-bdb6-4048-877b-e0e9fe080399', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:41:37,479 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.046s 2021-10-27 01:41:37,480 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e1891c57-2308-45bb-a314-a5e8b0eeab9b', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e1891c57-2308-45bb-a314-a5e8b0eeab9b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:41:38,529 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.045s 2021-10-27 01:41:38,529 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dfb1cc07-01b2-4e43-90ef-b0a97ee1ac0f', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dfb1cc07-01b2-4e43-90ef-b0a97ee1ac0f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:41:39,577 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.045s 2021-10-27 01:41:39,578 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad0b340d-f93c-47b1-b9f4-df9f09044b17', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad0b340d-f93c-47b1-b9f4-df9f09044b17', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:41:40,627 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.045s 2021-10-27 01:41:40,627 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-86ef00f2-6362-414f-abc4-98058899ab61', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86ef00f2-6362-414f-abc4-98058899ab61', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:41:41,675 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.044s 2021-10-27 01:41:41,675 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c64b1dd-5920-439c-b20c-3c30357c1bf0', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c64b1dd-5920-439c-b20c-3c30357c1bf0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:41:42,724 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.044s 2021-10-27 01:41:42,724 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e95dbf95-7756-4ce3-821d-3507e2745958', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e95dbf95-7756-4ce3-821d-3507e2745958', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:41:43,773 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.046s 2021-10-27 01:41:43,773 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3fb27f3f-24a2-4a1d-b36e-d3d3afc4bed3', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3fb27f3f-24a2-4a1d-b36e-d3d3afc4bed3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:41:44,821 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.044s 2021-10-27 01:41:44,821 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d9008a4-ee3f-4673-b7d0-2f8d1d544014', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d9008a4-ee3f-4673-b7d0-2f8d1d544014', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:41:45,874 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.049s 2021-10-27 01:41:45,875 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30802122-2c16-4501-92cb-f4742b14cd0f', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30802122-2c16-4501-92cb-f4742b14cd0f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:41:46,923 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.045s 2021-10-27 01:41:46,924 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b206d515-7cd2-4afc-9e65-6e9865c209d1', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b206d515-7cd2-4afc-9e65-6e9865c209d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:41:47,972 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.044s 2021-10-27 01:41:47,972 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a8014bb-7296-41eb-b63f-3999f6d72688', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a8014bb-7296-41eb-b63f-3999f6d72688', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:41:49,020 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.044s 2021-10-27 01:41:49,021 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ffafb083-7fc4-409e-8cbd-08c4825a2bc7', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ffafb083-7fc4-409e-8cbd-08c4825a2bc7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:41:50,073 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.049s 2021-10-27 01:41:50,074 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-815a13c5-f3c3-4cc5-a1ff-09fa4cb4a741', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-815a13c5-f3c3-4cc5-a1ff-09fa4cb4a741', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:41:51,120 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.042s 2021-10-27 01:41:51,120 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b7183e3f-f4ff-489f-bd47-473e462840c7', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b7183e3f-f4ff-489f-bd47-473e462840c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:41:52,168 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.043s 2021-10-27 01:41:52,168 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2233bcbe-5844-4b9f-aff9-424a885f12a9', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2233bcbe-5844-4b9f-aff9-424a885f12a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:41:53,217 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.045s 2021-10-27 01:41:53,218 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ec6e1e5-c889-4202-8ce9-e4cd37b111f4', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ec6e1e5-c889-4202-8ce9-e4cd37b111f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:41:54,266 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.044s 2021-10-27 01:41:54,266 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5d718f8-4d85-43b7-84a9-2b6ecd3f10b0', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a5d718f8-4d85-43b7-84a9-2b6ecd3f10b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:41:55,314 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.045s 2021-10-27 01:41:55,315 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af870d90-0938-441d-842c-2ffee6c6b5b1', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af870d90-0938-441d-842c-2ffee6c6b5b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:41:56,363 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.045s 2021-10-27 01:41:56,364 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d677f72c-da39-4e51-916d-d2ccd4d26515', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d677f72c-da39-4e51-916d-d2ccd4d26515', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:41:57,412 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.044s 2021-10-27 01:41:57,412 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-617130f1-da75-487a-8dad-86866cf4014a', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-617130f1-da75-487a-8dad-86866cf4014a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:41:58,461 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.045s 2021-10-27 01:41:58,462 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41c5e088-ca07-43df-a94d-a7932f8c8fe6', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41c5e088-ca07-43df-a94d-a7932f8c8fe6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:41:59,511 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.045s 2021-10-27 01:41:59,511 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b2a100c-6c0b-4a27-b293-03b32ecb8e99', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b2a100c-6c0b-4a27-b293-03b32ecb8e99', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:42:00,563 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.049s 2021-10-27 01:42:00,564 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-92d82168-263b-46f2-b7f6-6a573253db63', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-92d82168-263b-46f2-b7f6-6a573253db63', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:42:01,615 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.047s 2021-10-27 01:42:01,616 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28a7c873-fba8-445e-9b4f-be512772bdd1', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28a7c873-fba8-445e-9b4f-be512772bdd1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:42:02,660 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.041s 2021-10-27 01:42:02,660 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c859dba9-831a-4d91-9655-39b3ebdd7117', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c859dba9-831a-4d91-9655-39b3ebdd7117', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:42:03,709 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.046s 2021-10-27 01:42:03,710 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d0ace146-4333-4152-b211-fa96f9535271', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d0ace146-4333-4152-b211-fa96f9535271', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:42:04,757 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.044s 2021-10-27 01:42:04,757 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0f44dae-6306-41b0-9baf-58dbe30c3761', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c0f44dae-6306-41b0-9baf-58dbe30c3761', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:42:05,809 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.048s 2021-10-27 01:42:05,809 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-baaa993b-7224-40ed-beee-02290f37f6d7', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-baaa993b-7224-40ed-beee-02290f37f6d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:42:06,856 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.043s 2021-10-27 01:42:06,857 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-195594e2-44a7-492d-af80-d9118c554884', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-195594e2-44a7-492d-af80-d9118c554884', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:42:07,906 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.045s 2021-10-27 01:42:07,906 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74c3d4e9-c447-4836-bae0-89785ce3f925', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74c3d4e9-c447-4836-bae0-89785ce3f925', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:42:08,956 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.046s 2021-10-27 01:42:08,956 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-61200682-94da-4f4f-aeb1-f7d50569fff5', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-61200682-94da-4f4f-aeb1-f7d50569fff5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:42:10,006 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.047s 2021-10-27 01:42:10,007 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac3e527b-bbc9-424d-9275-26d6e911f1d0', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac3e527b-bbc9-424d-9275-26d6e911f1d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:42:11,056 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.045s 2021-10-27 01:42:11,056 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fcedad3f-039e-4e88-9ab0-e2162044baa7', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fcedad3f-039e-4e88-9ab0-e2162044baa7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:42:12,105 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.045s 2021-10-27 01:42:12,105 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d3a1cd9-b6c2-4173-b71a-c6f1ef7fff68', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d3a1cd9-b6c2-4173-b71a-c6f1ef7fff68', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:42:13,152 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.043s 2021-10-27 01:42:13,152 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-feb81e1a-18f9-4318-a291-f6382e693be6', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-feb81e1a-18f9-4318-a291-f6382e693be6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:42:14,204 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.048s 2021-10-27 01:42:14,204 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a24284a4-4971-4e00-aead-41bcf48182ca', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a24284a4-4971-4e00-aead-41bcf48182ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:42:15,250 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.041s 2021-10-27 01:42:15,250 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b9e2d1e-33d4-4ec2-92ca-6af3ed89636a', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b9e2d1e-33d4-4ec2-92ca-6af3ed89636a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:42:16,299 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.046s 2021-10-27 01:42:16,300 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4827cc83-d8d5-45ca-b9f4-4eb16d5fa2e2', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4827cc83-d8d5-45ca-b9f4-4eb16d5fa2e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:42:17,349 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.045s 2021-10-27 01:42:17,349 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4a6c76a-8511-41ce-a7c8-fbfc100220e8', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4a6c76a-8511-41ce-a7c8-fbfc100220e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:42:18,401 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.048s 2021-10-27 01:42:18,401 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d9d1778-3140-4ff9-a13b-4f6d06427769', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d9d1778-3140-4ff9-a13b-4f6d06427769', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:42:19,447 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.042s 2021-10-27 01:42:19,448 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b80276b-94a0-4f49-a1e4-ac269aac31e4', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b80276b-94a0-4f49-a1e4-ac269aac31e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:42:20,496 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.044s 2021-10-27 01:42:20,496 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f984cb0-9f8f-4b92-b9d5-fb1701688a50', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f984cb0-9f8f-4b92-b9d5-fb1701688a50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:42:21,544 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.044s 2021-10-27 01:42:21,544 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69bfb340-8327-4fea-b5ff-8dc68435dfac', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69bfb340-8327-4fea-b5ff-8dc68435dfac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:42:22,594 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.046s 2021-10-27 01:42:22,594 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-70e4d860-7bf7-4a33-a39c-59e9492e74f5', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-70e4d860-7bf7-4a33-a39c-59e9492e74f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:42:23,642 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.044s 2021-10-27 01:42:23,643 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ec2a242-f698-4f53-b418-ab9933a95e5d', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ec2a242-f698-4f53-b418-ab9933a95e5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:42:24,691 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.044s 2021-10-27 01:42:24,691 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf54d66c-0847-4667-beda-6461b4587d0a', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf54d66c-0847-4667-beda-6461b4587d0a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:42:25,740 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.045s 2021-10-27 01:42:25,741 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a94b9981-f9d2-4526-8ad9-94586bf468e3', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a94b9981-f9d2-4526-8ad9-94586bf468e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:42:26,790 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.045s 2021-10-27 01:42:26,790 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21443580-73ae-4b1d-9642-5bec524d403a', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21443580-73ae-4b1d-9642-5bec524d403a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:42:27,841 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.046s 2021-10-27 01:42:27,841 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-742c6c52-acb5-40d9-803e-17645bc3970b', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-742c6c52-acb5-40d9-803e-17645bc3970b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:42:28,891 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.046s 2021-10-27 01:42:28,891 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd9a1225-9ff7-4932-9150-47ed698b70a9', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd9a1225-9ff7-4932-9150-47ed698b70a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:42:29,940 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.045s 2021-10-27 01:42:29,941 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-98310cf8-eafe-4082-ade6-ad6d6977c2d9', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-98310cf8-eafe-4082-ade6-ad6d6977c2d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:42:30,988 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.044s 2021-10-27 01:42:30,989 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-312e748e-127d-434d-9cf2-10aac182c6ba', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-312e748e-127d-434d-9cf2-10aac182c6ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:42:32,043 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.050s 2021-10-27 01:42:32,043 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ef8152b4-66b1-44d3-bbc2-d8589a60804d', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ef8152b4-66b1-44d3-bbc2-d8589a60804d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:42:33,092 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.045s 2021-10-27 01:42:33,092 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64083adc-220a-4fc5-ae62-c6f97f0dd385', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64083adc-220a-4fc5-ae62-c6f97f0dd385', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:42:34,141 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.046s 2021-10-27 01:42:34,142 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7684a263-7aae-415a-b83e-94c516301cb6', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7684a263-7aae-415a-b83e-94c516301cb6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:42:35,190 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.044s 2021-10-27 01:42:35,190 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9372ecf4-06cc-4915-b585-e76ea4ecd7b3', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9372ecf4-06cc-4915-b585-e76ea4ecd7b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:42:36,238 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.045s 2021-10-27 01:42:36,238 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67016697-27d6-458b-8037-3974b9143467', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67016697-27d6-458b-8037-3974b9143467', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:42:37,288 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.045s 2021-10-27 01:42:37,288 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-661324ae-7fc2-4de3-b3d5-bcebecaa836a', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-661324ae-7fc2-4de3-b3d5-bcebecaa836a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:42:38,336 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3 0.044s 2021-10-27 01:42:38,336 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ed8325b-fa7b-4c69-8686-35972591d278', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ed8325b-fa7b-4c69-8686-35972591d278', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/bf80d7ff-c48d-42ce-b3c2-60821a3396d3'} Body: b'{"snapshot": {"id": "bf80d7ff-c48d-42ce-b3c2-60821a3396d3", "created_at": "2021-10-27T01:36:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-568022914", "description": null, "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:42:39,591 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 202 DELETE http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987/os-volume_attachments/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 1.230s 2021-10-27 01:42:39,591 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42: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-9ee1d6a2-96ff-4422-b505-77d7d3a87ec2', 'x-compute-request-id': 'req-9ee1d6a2-96ff-4422-b505-77d7d3a87ec2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987/os-volume_attachments/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'' 2021-10-27 01:42:39,638 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.045s 2021-10-27 01:42:39,638 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-edb2003e-78a9-4520-a2d5-7428769d7aef', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-edb2003e-78a9-4520-a2d5-7428769d7aef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:42:40,687 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:42:40,687 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f972b233-cf97-446f-9e67-0f61e0af7c13', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f972b233-cf97-446f-9e67-0f61e0af7c13', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:42:41,737 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:42:41,738 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7924cc02-d523-4598-9f26-de56757e3a21', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7924cc02-d523-4598-9f26-de56757e3a21', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:42:42,786 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.040s 2021-10-27 01:42:42,786 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f68b5ce-d027-42ea-b4c8-f4b6a8316b72', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f68b5ce-d027-42ea-b4c8-f4b6a8316b72', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:42:43,836 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:42:43,837 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e188c93-256c-4bb7-966e-0c4e5470d7b7', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e188c93-256c-4bb7-966e-0c4e5470d7b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:42:44,888 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.043s 2021-10-27 01:42:44,889 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-757567af-1324-4704-9002-20d217029070', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-757567af-1324-4704-9002-20d217029070', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:42:45,938 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:42:45,939 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f4caebf-31e7-4564-801c-a5f637d734d8', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f4caebf-31e7-4564-801c-a5f637d734d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:42:46,989 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:42:46,989 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f43a776a-abe1-4615-a91b-c0b5007e0d23', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f43a776a-abe1-4615-a91b-c0b5007e0d23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:42:48,044 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.046s 2021-10-27 01:42:48,044 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-490b4451-81ac-4b70-8385-943dbb810f66', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-490b4451-81ac-4b70-8385-943dbb810f66', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:42:49,096 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.044s 2021-10-27 01:42:49,096 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b5cd495-382f-4143-be88-bed79ab4d9ba', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b5cd495-382f-4143-be88-bed79ab4d9ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:42:50,147 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:42:50,147 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f33a13c-5bde-4892-8de9-fba564d9b399', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f33a13c-5bde-4892-8de9-fba564d9b399', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:42:51,204 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.049s 2021-10-27 01:42:51,205 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d137ce2-c6b8-494f-a9ef-9e948241a404', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d137ce2-c6b8-494f-a9ef-9e948241a404', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:42:52,257 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:42:52,257 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4fe5992e-65eb-4311-84af-330866fd0f8a', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4fe5992e-65eb-4311-84af-330866fd0f8a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:42:53,307 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:42:53,307 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b701fc08-686d-4aa9-8550-a0e7070ee8ee', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b701fc08-686d-4aa9-8550-a0e7070ee8ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:42:54,357 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:42:54,358 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-228e6a06-d7a6-4a54-96ec-3652150a3c0b', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-228e6a06-d7a6-4a54-96ec-3652150a3c0b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:42:55,408 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:42:55,408 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a323d99b-55a5-4242-a193-16d176110c59', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a323d99b-55a5-4242-a193-16d176110c59', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:42:56,460 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.043s 2021-10-27 01:42:56,460 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63d450f4-4771-43f9-9137-8ad36bee7e6b', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63d450f4-4771-43f9-9137-8ad36bee7e6b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:42:57,509 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:42:57,509 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d3d6dc7-a569-49f4-8f95-91fe14a95a06', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d3d6dc7-a569-49f4-8f95-91fe14a95a06', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:42:58,560 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.043s 2021-10-27 01:42:58,561 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea1f982e-3de8-47ce-bed2-2e9bdcd54956', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea1f982e-3de8-47ce-bed2-2e9bdcd54956', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:42:59,746 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.177s 2021-10-27 01:42:59,746 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91270080-e76a-4fa7-ba9e-af4db763adb5', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91270080-e76a-4fa7-ba9e-af4db763adb5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:43:00,802 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.047s 2021-10-27 01:43:00,803 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a02c48f-173f-4872-a2be-4f33a8497d46', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a02c48f-173f-4872-a2be-4f33a8497d46', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:43:01,855 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.043s 2021-10-27 01:43:01,855 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f131c902-22e4-415b-9004-6039a6da1e19', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f131c902-22e4-415b-9004-6039a6da1e19', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:43:02,906 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:43:02,906 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f3b635d-dae6-42fa-be3b-5dc0a790fc9a', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f3b635d-dae6-42fa-be3b-5dc0a790fc9a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:43:03,956 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:43:03,956 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7ce9c8e-3ce5-49ef-9762-d048a45d3b60', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7ce9c8e-3ce5-49ef-9762-d048a45d3b60', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:43:05,005 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:43:05,006 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-72fb74ca-4984-4fb7-9b8d-5774aa1b52bc', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-72fb74ca-4984-4fb7-9b8d-5774aa1b52bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:43:06,056 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:43:06,056 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c194619-3aa1-4868-aa52-d8e5423130bd', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c194619-3aa1-4868-aa52-d8e5423130bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:43:07,106 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:43:07,107 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53b880eb-ee21-4f89-be3d-f9cdfe8e1d0c', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53b880eb-ee21-4f89-be3d-f9cdfe8e1d0c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:43:08,157 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:43:08,157 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f5774770-0993-4657-8a0d-e7ecaa3af4de', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f5774770-0993-4657-8a0d-e7ecaa3af4de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:43:09,208 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:43:09,208 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3cf7807f-4713-4988-b165-e0ee0887cd84', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3cf7807f-4713-4988-b165-e0ee0887cd84', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:43:10,259 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:43:10,260 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-512784f2-a4b2-411f-8b67-0df0eded4638', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-512784f2-a4b2-411f-8b67-0df0eded4638', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:43:11,310 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:43:11,310 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8cb5b1c4-823a-4eb9-a210-0b05c3d6a4bf', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8cb5b1c4-823a-4eb9-a210-0b05c3d6a4bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:43:12,360 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:43:12,360 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b7b61e98-d75d-4087-b481-2071a5604cbd', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b7b61e98-d75d-4087-b481-2071a5604cbd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:43:13,410 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:43:13,411 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b14793a-a5f1-4bd3-8c22-aa30bc8a25bf', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b14793a-a5f1-4bd3-8c22-aa30bc8a25bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:43:14,461 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:43:14,461 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3be077ea-8900-4656-b443-d46af8627df3', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3be077ea-8900-4656-b443-d46af8627df3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:43:15,513 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.043s 2021-10-27 01:43:15,513 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ff518d2-7de0-48d4-8ccd-b4f6dc5332a7', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ff518d2-7de0-48d4-8ccd-b4f6dc5332a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:43:16,563 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:43:16,564 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d6195ecd-8c88-457d-aad5-1e029e7d680e', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d6195ecd-8c88-457d-aad5-1e029e7d680e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:43:17,614 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:43:17,614 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51f0da45-7a27-4a6e-bbc6-fc71ebba7bac', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51f0da45-7a27-4a6e-bbc6-fc71ebba7bac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:43:18,664 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:43:18,665 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-329dbbeb-e83a-4913-8f21-2d6d8f6c9563', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-329dbbeb-e83a-4913-8f21-2d6d8f6c9563', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:43:19,716 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:43:19,716 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a6730003-3d6f-4d6c-a209-a9cdc34ddd8f', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a6730003-3d6f-4d6c-a209-a9cdc34ddd8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:43:20,766 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:43:20,766 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a1fd713b-d5e1-4c8a-90da-6021c125441b', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a1fd713b-d5e1-4c8a-90da-6021c125441b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:43:21,817 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.043s 2021-10-27 01:43:21,818 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d868e2c9-781e-4777-a5da-d156c50df08e', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d868e2c9-781e-4777-a5da-d156c50df08e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:43:22,868 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:43:22,868 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9011b0d9-aa31-448d-967a-a7b5b4c2c1cb', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9011b0d9-aa31-448d-967a-a7b5b4c2c1cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:43:23,917 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:43:23,918 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa270e38-201c-494a-912b-52ddb8b36dd7', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa270e38-201c-494a-912b-52ddb8b36dd7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:43:24,968 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:43:24,969 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-57ba946f-44a6-450e-8620-4b261e8a2295', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-57ba946f-44a6-450e-8620-4b261e8a2295', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:43:26,018 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:43:26,019 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-adf2c48b-2562-46ba-ae11-322af45af2a0', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-adf2c48b-2562-46ba-ae11-322af45af2a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:43:27,068 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:43:27,069 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a9f172e-60dd-418f-a863-98980cdaf9cf', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a9f172e-60dd-418f-a863-98980cdaf9cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:43:28,120 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.043s 2021-10-27 01:43:28,120 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e812aff4-6376-4bba-bf1d-c07e850fbae8', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e812aff4-6376-4bba-bf1d-c07e850fbae8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:43:29,171 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:43:29,171 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c2752b8-cf19-4d83-8d97-54530810c94c', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c2752b8-cf19-4d83-8d97-54530810c94c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:43:30,221 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:43:30,222 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8184f328-9b04-4a57-8250-710abbcb6d31', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8184f328-9b04-4a57-8250-710abbcb6d31', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:43:31,271 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:43:31,272 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0cdf4544-882b-4b00-8ed5-899de049f8b0', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0cdf4544-882b-4b00-8ed5-899de049f8b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:43:32,324 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.043s 2021-10-27 01:43:32,324 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c8753f9-a298-4d6a-ba19-e19962a86e12', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c8753f9-a298-4d6a-ba19-e19962a86e12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:43:33,374 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:43:33,375 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34f822dc-5737-4c3b-a21a-472be69a7059', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34f822dc-5737-4c3b-a21a-472be69a7059', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:43:34,425 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:43:34,425 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-26334091-a92a-4968-924f-865794991568', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-26334091-a92a-4968-924f-865794991568', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:43:35,477 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.043s 2021-10-27 01:43:35,477 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34fa3751-603e-4c3f-8d96-96d709611ce1', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34fa3751-603e-4c3f-8d96-96d709611ce1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:43:36,526 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.040s 2021-10-27 01:43:36,526 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6db90688-8d43-477e-8884-1be02935774b', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6db90688-8d43-477e-8884-1be02935774b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:43:37,577 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:43:37,577 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-08f1b0ee-3a96-46f9-86bc-aaea9a195f02', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-08f1b0ee-3a96-46f9-86bc-aaea9a195f02', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:43:38,628 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.043s 2021-10-27 01:43:38,629 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1382b9d0-1f3a-45ba-9503-a02e9254e7e3', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1382b9d0-1f3a-45ba-9503-a02e9254e7e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:43:39,678 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:43:39,679 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4830cdf-ef14-4d58-afa8-f96e20c57212', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4830cdf-ef14-4d58-afa8-f96e20c57212', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:43:40,730 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:43:40,730 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d0339708-5c3a-4d2e-918c-5156f6ce24bc', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d0339708-5c3a-4d2e-918c-5156f6ce24bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:43:41,779 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:43:41,779 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc467608-d840-486c-a4a2-ffcd3072599e', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc467608-d840-486c-a4a2-ffcd3072599e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:43:42,830 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:43:42,830 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c114c0c0-25db-485c-97a6-415a7b46cfe2', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c114c0c0-25db-485c-97a6-415a7b46cfe2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:43:43,879 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:43:43,879 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f24fead8-cce1-49ba-a5b9-dd182dc0d3fb', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f24fead8-cce1-49ba-a5b9-dd182dc0d3fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:43:44,929 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:43:44,930 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c350ddce-3e32-4009-b39b-b3177d7d303a', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c350ddce-3e32-4009-b39b-b3177d7d303a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:43:45,979 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:43:45,980 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-434cb1e1-5882-43d6-b529-5409cff5fab4', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-434cb1e1-5882-43d6-b529-5409cff5fab4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:43:47,029 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:43:47,029 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-844c8b18-c134-48b7-ab64-196d8349d2fc', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-844c8b18-c134-48b7-ab64-196d8349d2fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:43:48,081 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.043s 2021-10-27 01:43:48,081 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-edc4f9fd-ee64-4a82-976f-6584dcd46a6d', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-edc4f9fd-ee64-4a82-976f-6584dcd46a6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:43:49,130 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:43:49,130 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b6ac2017-039e-4a98-aca7-8b5a609e0df8', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b6ac2017-039e-4a98-aca7-8b5a609e0df8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:43:50,181 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:43:50,181 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5eda7cb1-a000-4558-90dd-535e87d62808', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5eda7cb1-a000-4558-90dd-535e87d62808', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:43:51,231 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:43:51,231 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4854fdca-8fe7-407a-a904-679686026ce3', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4854fdca-8fe7-407a-a904-679686026ce3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:43:52,280 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:43:52,281 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ebcfef18-1e64-46a1-aed4-53603f60c16f', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ebcfef18-1e64-46a1-aed4-53603f60c16f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:43:53,331 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:43:53,331 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-efba0b71-ba9c-4c58-8567-961773d75b6b', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-efba0b71-ba9c-4c58-8567-961773d75b6b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:43:54,384 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.044s 2021-10-27 01:43:54,384 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0da5ecb0-f1db-4e09-9aa3-b6a22bab7ff3', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0da5ecb0-f1db-4e09-9aa3-b6a22bab7ff3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:43:55,436 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.043s 2021-10-27 01:43:55,436 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15b55268-642a-4652-b65c-d75f23280c8a', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15b55268-642a-4652-b65c-d75f23280c8a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:43:56,485 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:43:56,486 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ef19cec-3e36-4795-9ef8-f72e62af055e', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ef19cec-3e36-4795-9ef8-f72e62af055e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:43:57,535 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:43:57,536 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28aabfc8-0e26-48ca-a038-051eb3d8506a', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28aabfc8-0e26-48ca-a038-051eb3d8506a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:43:58,587 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:43:58,588 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-deb9d477-6005-4a32-b136-06dea5569969', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-deb9d477-6005-4a32-b136-06dea5569969', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:43:59,638 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:43:59,638 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-22c98630-56e0-4726-9571-7f04bed71869', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-22c98630-56e0-4726-9571-7f04bed71869', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:44:00,696 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.050s 2021-10-27 01:44:00,697 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9143db3-3702-42ed-9bc1-b4a1ee75d760', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9143db3-3702-42ed-9bc1-b4a1ee75d760', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:44:01,749 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.043s 2021-10-27 01:44:01,749 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ebaf9362-f8e4-4969-87d2-febcc77221dd', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ebaf9362-f8e4-4969-87d2-febcc77221dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:44:02,800 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.043s 2021-10-27 01:44:02,800 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f33a726e-ae21-4297-8429-ab833d0cf7e6', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f33a726e-ae21-4297-8429-ab833d0cf7e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:44:03,851 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:44:03,851 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-567b9d70-7fb6-46eb-bf66-006804993bad', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-567b9d70-7fb6-46eb-bf66-006804993bad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:44:04,899 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.040s 2021-10-27 01:44:04,900 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a457351-6b7d-4221-96d0-724c77aec995', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a457351-6b7d-4221-96d0-724c77aec995', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:44:05,950 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:44:05,951 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74a6a204-96d8-4821-a582-e1420fa2d8e6', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74a6a204-96d8-4821-a582-e1420fa2d8e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:44:07,000 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:44:07,001 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a2309e8-a06e-4ac0-bfa8-dd6c81101841', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a2309e8-a06e-4ac0-bfa8-dd6c81101841', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:44:08,053 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.043s 2021-10-27 01:44:08,053 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45486f87-37d1-4035-8f2f-7eea310a0b8d', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45486f87-37d1-4035-8f2f-7eea310a0b8d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:44:09,104 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:44:09,104 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-25a14255-39c3-4fc8-a75d-a56d655025fa', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-25a14255-39c3-4fc8-a75d-a56d655025fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:44:10,153 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:44:10,154 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2155035f-6141-44a6-a02a-f209ea60eb07', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2155035f-6141-44a6-a02a-f209ea60eb07', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:44:11,203 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:44:11,204 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc440e9d-31c2-4be3-8479-cb2eca46048e', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc440e9d-31c2-4be3-8479-cb2eca46048e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:44:12,253 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:44:12,254 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-01c2fb0a-14a7-487c-ae8f-8b72856be5d7', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01c2fb0a-14a7-487c-ae8f-8b72856be5d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:44:13,302 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.040s 2021-10-27 01:44:13,303 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9b69ad2-d9c2-4d8e-8c98-507850272e15', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9b69ad2-d9c2-4d8e-8c98-507850272e15', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:44:14,354 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:44:14,354 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91be105f-b160-404c-8edf-96958131461b', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91be105f-b160-404c-8edf-96958131461b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:44:15,404 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:44:15,405 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e368bc75-3b3c-4dd3-b2a8-92d2264385ee', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e368bc75-3b3c-4dd3-b2a8-92d2264385ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:44:16,461 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.049s 2021-10-27 01:44:16,461 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11af9c84-afef-40bd-b852-2e0b5fcd799a', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11af9c84-afef-40bd-b852-2e0b5fcd799a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:44:17,512 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:44:17,512 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b679609-a054-41b7-a8f2-670bbe996f30', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b679609-a054-41b7-a8f2-670bbe996f30', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:44:18,562 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:44:18,562 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-31264041-9445-47de-8a9f-9dd3a9d50da1', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31264041-9445-47de-8a9f-9dd3a9d50da1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:44:19,612 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:44:19,612 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17d642bd-0057-4a6b-b0a6-674a10c62118', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17d642bd-0057-4a6b-b0a6-674a10c62118', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:44:20,663 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:44:20,663 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8639525f-af46-426e-b743-b5716c35e9d4', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8639525f-af46-426e-b743-b5716c35e9d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:44:21,714 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:44:21,714 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b08a392a-fa18-4653-b3e8-cf127d5ef769', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b08a392a-fa18-4653-b3e8-cf127d5ef769', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:44:22,766 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.043s 2021-10-27 01:44:22,766 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-beec8a39-302c-4b43-ba41-f97d850a20ce', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-beec8a39-302c-4b43-ba41-f97d850a20ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:44:23,816 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:44:23,816 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9876baf-6250-4e1f-a187-055407a352db', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9876baf-6250-4e1f-a187-055407a352db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:44:24,866 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:44:24,867 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4938befd-8c81-48f1-9dc6-8c0297452399', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4938befd-8c81-48f1-9dc6-8c0297452399', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:44:25,916 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:44:25,917 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f59bb7a9-03b9-4dcf-a1d1-ee7f5c0ba39a', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f59bb7a9-03b9-4dcf-a1d1-ee7f5c0ba39a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:44:26,968 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:44:26,968 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b081a0f-797d-45d3-bb80-e60685a04fc9', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b081a0f-797d-45d3-bb80-e60685a04fc9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:44:28,018 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:44:28,018 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7659a785-16b1-4a45-ab57-85bce2c43eab', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7659a785-16b1-4a45-ab57-85bce2c43eab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:44:29,068 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.043s 2021-10-27 01:44:29,069 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eab0604c-bb43-4584-b758-550cbec184a5', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eab0604c-bb43-4584-b758-550cbec184a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:44:30,119 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:44:30,119 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f615787-f101-49ad-ad50-56d62903aa03', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f615787-f101-49ad-ad50-56d62903aa03', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:44:31,175 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.043s 2021-10-27 01:44:31,176 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cdb00aa8-38d4-4308-afae-c194204e5e33', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cdb00aa8-38d4-4308-afae-c194204e5e33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:44:32,225 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:44:32,226 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18860e66-d9b7-44a9-ac28-24a9c5e253ff', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18860e66-d9b7-44a9-ac28-24a9c5e253ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:44:33,274 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:44:33,275 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f0e9765-a7ae-4d90-b6dd-16b49c001909', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f0e9765-a7ae-4d90-b6dd-16b49c001909', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:44:34,325 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:44:34,325 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b0fdac7-7609-4d90-988f-165ff0fe0773', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b0fdac7-7609-4d90-988f-165ff0fe0773', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:44:35,376 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:44:35,376 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-535cc2d6-3b0e-43db-89d4-81260ede85a2', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-535cc2d6-3b0e-43db-89d4-81260ede85a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:44:36,425 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:44:36,425 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae14e2bf-acd0-463a-86f3-e6d7b235a362', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae14e2bf-acd0-463a-86f3-e6d7b235a362', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:44:37,475 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.040s 2021-10-27 01:44:37,475 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e493b661-014f-46e9-8630-ab11c89e0e5c', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e493b661-014f-46e9-8630-ab11c89e0e5c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:44:38,525 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:44:38,526 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c97422b9-9cc4-4a34-9fab-2dda874e10db', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c97422b9-9cc4-4a34-9fab-2dda874e10db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:44:39,577 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:44:39,577 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b597ab91-7af4-45b9-8d05-c222f3a32a19', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b597ab91-7af4-45b9-8d05-c222f3a32a19', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:44:40,628 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:44:40,628 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0bb466df-fc9b-490b-8b0f-cfdf96d221d9', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0bb466df-fc9b-490b-8b0f-cfdf96d221d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:44:41,678 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:44:41,678 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17811059-97a9-419b-a59f-892cc93f4d2a', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17811059-97a9-419b-a59f-892cc93f4d2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:44:42,729 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:44:42,729 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a96cb1d-e091-49d8-898c-3011e0c69ac0', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a96cb1d-e091-49d8-898c-3011e0c69ac0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:44:43,778 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:44:43,779 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18f457b6-7eba-4ed9-993a-4fc5fa7f3a3c', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18f457b6-7eba-4ed9-993a-4fc5fa7f3a3c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:44:44,829 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:44:44,830 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-39ab4983-db64-444a-a98b-19ae21e34ec3', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-39ab4983-db64-444a-a98b-19ae21e34ec3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:44:45,879 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:44:45,880 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce48cdac-2290-4d0b-8884-3d0fab292a51', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce48cdac-2290-4d0b-8884-3d0fab292a51', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:44:46,929 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:44:46,929 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7be7e8dd-d232-4136-a12c-b73af4cb73cc', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7be7e8dd-d232-4136-a12c-b73af4cb73cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:44:47,981 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:44:47,981 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6db790cd-49d2-4d63-9d5a-5a4a4ec9f0df', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6db790cd-49d2-4d63-9d5a-5a4a4ec9f0df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:44:49,031 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:44:49,031 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b0b2d12-adfa-415d-9e7d-e79e6b2bb2bc', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b0b2d12-adfa-415d-9e7d-e79e6b2bb2bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:44:50,081 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:44:50,081 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3dc8d54-2f58-48d1-b070-a25630e37669', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c3dc8d54-2f58-48d1-b070-a25630e37669', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:44:51,132 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:44:51,132 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b2c04206-4f2c-4f80-9f7b-03dce632efa3', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2c04206-4f2c-4f80-9f7b-03dce632efa3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:44:52,182 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:44:52,183 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5810bb9e-7040-4d39-be4d-bc332c23d88c', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5810bb9e-7040-4d39-be4d-bc332c23d88c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:44:53,232 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:44:53,233 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e2c026b-7a79-421c-be35-3a83dbe241d0', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e2c026b-7a79-421c-be35-3a83dbe241d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:44:54,282 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:44:54,283 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db630aec-9e82-4706-a6cd-a5a7411ed94e', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db630aec-9e82-4706-a6cd-a5a7411ed94e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:44:55,333 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:44:55,333 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e2e3783-e525-4d7c-a6fe-ce20ab60ee25', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e2e3783-e525-4d7c-a6fe-ce20ab60ee25', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:44:56,383 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:44:56,384 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8400d46-dc46-4d6a-b02b-be8a2c3a0224', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f8400d46-dc46-4d6a-b02b-be8a2c3a0224', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:44:57,433 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:44:57,434 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c695f837-f14a-4791-b9e8-3b04a370d0cb', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c695f837-f14a-4791-b9e8-3b04a370d0cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:44:58,483 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:44:58,484 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d5ac9e5-d219-4de0-b0e4-0b943e875e4d', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d5ac9e5-d219-4de0-b0e4-0b943e875e4d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:44:59,534 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:44:59,535 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-98bfa2fb-a347-44c8-97bc-c9ff7d15ee97', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-98bfa2fb-a347-44c8-97bc-c9ff7d15ee97', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:45:00,585 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:45:00,585 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b2bd3f60-6049-4c80-a98b-a6d545409931', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2bd3f60-6049-4c80-a98b-a6d545409931', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:45:01,637 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.043s 2021-10-27 01:45:01,637 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-872f7ce3-b9b3-42e1-8be4-ebe795a71efe', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-872f7ce3-b9b3-42e1-8be4-ebe795a71efe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:45:02,688 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:45:02,688 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b3697c9-8a71-4885-89e2-31cb2a684680', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b3697c9-8a71-4885-89e2-31cb2a684680', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:45:03,737 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.040s 2021-10-27 01:45:03,737 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f60a259-6f40-45bf-9772-9105a8bf97d7', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f60a259-6f40-45bf-9772-9105a8bf97d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:45:04,787 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:45:04,787 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d42260f-ccc6-476c-b4bc-2587fe7899a2', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d42260f-ccc6-476c-b4bc-2587fe7899a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:45:05,838 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.043s 2021-10-27 01:45:05,838 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-472fe2e3-c1b8-47e3-a774-304ab2fd7a50', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-472fe2e3-c1b8-47e3-a774-304ab2fd7a50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:45:06,888 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:45:06,888 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ccdc7872-e598-44fc-abde-73845d50db6a', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ccdc7872-e598-44fc-abde-73845d50db6a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:45:07,938 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:45:07,938 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30031171-4d0f-4cc4-8c00-d563aa11618d', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30031171-4d0f-4cc4-8c00-d563aa11618d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:45:08,989 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.043s 2021-10-27 01:45:08,989 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba6b5c41-1981-4978-95d0-49ae7a172f66', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba6b5c41-1981-4978-95d0-49ae7a172f66', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:45:10,040 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:45:10,040 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-98278b60-ac20-4442-8c98-a9a7719fa1c0', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-98278b60-ac20-4442-8c98-a9a7719fa1c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:45:11,090 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:45:11,090 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd07c8dc-d676-4d92-9d41-637b813c4ad9', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd07c8dc-d676-4d92-9d41-637b813c4ad9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:45:12,139 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:45:12,140 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2047fe5b-0796-4349-9f83-cc2ea6d88854', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2047fe5b-0796-4349-9f83-cc2ea6d88854', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:45:13,189 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:45:13,190 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd161fd4-29fa-4bff-9809-74c6ae497072', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd161fd4-29fa-4bff-9809-74c6ae497072', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:45:14,240 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:45:14,240 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb443485-ca27-427f-a00b-8c9d9d97fd3a', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb443485-ca27-427f-a00b-8c9d9d97fd3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:45:15,289 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:45:15,289 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-826fb1b4-d075-4109-a465-459ab309779a', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-826fb1b4-d075-4109-a465-459ab309779a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:45:16,339 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:45:16,340 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5ab8474-56e5-49f0-803b-83506e618496', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a5ab8474-56e5-49f0-803b-83506e618496', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:45:17,390 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:45:17,390 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e2de14aa-1c7f-49ce-ba8f-534606428554', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e2de14aa-1c7f-49ce-ba8f-534606428554', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:45:18,441 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:45:18,441 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a039b7d-1b41-485a-9e04-a15e30dfaa11', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a039b7d-1b41-485a-9e04-a15e30dfaa11', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:45:19,490 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:45:19,491 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d0591e87-affd-4864-aefe-16cbf8f053b3', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d0591e87-affd-4864-aefe-16cbf8f053b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:45:20,540 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:45:20,541 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1240d04-2162-4d40-8659-22dae56fd3c1', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1240d04-2162-4d40-8659-22dae56fd3c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:45:21,591 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:45:21,591 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc80d444-4893-4804-8597-b37e481675d9', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc80d444-4893-4804-8597-b37e481675d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:45:22,641 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:45:22,641 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9157864-19cf-46e9-abed-26424bca8397', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9157864-19cf-46e9-abed-26424bca8397', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:45:23,691 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:45:23,692 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b7f3daa-f3a4-4e27-86af-69d809fee8c3', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b7f3daa-f3a4-4e27-86af-69d809fee8c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:45:24,742 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:45:24,742 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be71ba48-2798-406c-bee6-a0260df4d843', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be71ba48-2798-406c-bee6-a0260df4d843', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:45:25,791 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:45:25,792 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b433a8ee-218e-4ea8-9d6f-7aaf31f3004e', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b433a8ee-218e-4ea8-9d6f-7aaf31f3004e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:45:26,843 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:45:26,843 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-25529e9b-a72b-4e45-91c5-c640b77b2e13', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-25529e9b-a72b-4e45-91c5-c640b77b2e13', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:45:27,892 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:45:27,892 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0df3f391-b8eb-40a3-b630-76cc1608ba21', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0df3f391-b8eb-40a3-b630-76cc1608ba21', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:45:28,942 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:45:28,942 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc1ca6a3-eb0f-4a77-9479-f40075cd3f52', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc1ca6a3-eb0f-4a77-9479-f40075cd3f52', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:45:29,992 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:45:29,992 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3a09c31-478a-43e2-90b2-c31d5809b255', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3a09c31-478a-43e2-90b2-c31d5809b255', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:45:31,043 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:45:31,043 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9f0b4cd-ad68-40df-9734-17054bd6e6a5', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9f0b4cd-ad68-40df-9734-17054bd6e6a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:45:32,174 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.123s 2021-10-27 01:45:32,175 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04cfdd35-e274-4751-a165-40ad3ab1c339', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04cfdd35-e274-4751-a165-40ad3ab1c339', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:45:33,225 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:45:33,226 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6470333-e23d-4518-bd48-1245ac693b1d', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6470333-e23d-4518-bd48-1245ac693b1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:45:34,279 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.045s 2021-10-27 01:45:34,280 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6740a134-ec12-4052-bc56-6dc102ab6a05', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6740a134-ec12-4052-bc56-6dc102ab6a05', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:45:35,329 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:45:35,330 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5dd378ec-3b94-42bb-84af-c7464cff6ff2', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5dd378ec-3b94-42bb-84af-c7464cff6ff2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:45:36,380 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:45:36,380 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6f03e9c-3ec6-4881-878a-e42adf60bfb7', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6f03e9c-3ec6-4881-878a-e42adf60bfb7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:45:37,429 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:45:37,430 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9352f95e-168a-4ea8-9653-39fe956a5a49', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9352f95e-168a-4ea8-9653-39fe956a5a49', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:45:38,480 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:45:38,480 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf2eb914-65d5-4c53-9ed2-56cebeadcf5f', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf2eb914-65d5-4c53-9ed2-56cebeadcf5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:45:39,533 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.044s 2021-10-27 01:45:39,533 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b2c5965-4568-4972-be32-b3d5b62b7c79', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b2c5965-4568-4972-be32-b3d5b62b7c79', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:45:40,583 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:45:40,583 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-98b733b3-625a-4a87-bd67-4d58346f7b90', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-98b733b3-625a-4a87-bd67-4d58346f7b90', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:45:41,633 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:45:41,634 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33c32816-0ec3-47b5-92a3-cd57924f68f9', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33c32816-0ec3-47b5-92a3-cd57924f68f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:45:42,683 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:45:42,683 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28806b3c-da87-48af-857d-e854e63d5a6f', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28806b3c-da87-48af-857d-e854e63d5a6f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:45:43,733 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:45:43,734 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f577f475-7c01-4465-927a-6cb7fea3009b', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f577f475-7c01-4465-927a-6cb7fea3009b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:45:44,783 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:45:44,783 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88ec7c39-f821-4da4-89c7-4e70d3e236f1', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88ec7c39-f821-4da4-89c7-4e70d3e236f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:45:45,833 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:45:45,833 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-644b58b0-bebd-4fd8-ba6e-c70d859dbb06', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-644b58b0-bebd-4fd8-ba6e-c70d859dbb06', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:45:46,883 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:45:46,883 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c8616c2-eaf3-4745-a728-26f1a6f9efaf', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c8616c2-eaf3-4745-a728-26f1a6f9efaf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:45:47,934 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:45:47,935 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4972028-655e-4692-8aed-431c5f4c22bf', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4972028-655e-4692-8aed-431c5f4c22bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:45:48,985 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:45:48,985 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9afea68f-aa2d-4a93-b1b9-8b20330977bf', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9afea68f-aa2d-4a93-b1b9-8b20330977bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:45:50,036 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:45:50,036 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-593edb8e-1218-4719-9b81-9dcbeb2c656a', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-593edb8e-1218-4719-9b81-9dcbeb2c656a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:45:51,086 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:45:51,086 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82baa6cf-cf95-4ca6-ae2f-6a20ee388106', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82baa6cf-cf95-4ca6-ae2f-6a20ee388106', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:45:52,137 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:45:52,137 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa1454fd-0291-455f-a661-c0d2312e5eba', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa1454fd-0291-455f-a661-c0d2312e5eba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:45:53,187 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:45:53,188 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2175a4a9-836b-44b9-ae9d-c7c5a52561b8', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2175a4a9-836b-44b9-ae9d-c7c5a52561b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:45:54,237 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:45:54,237 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f89df5f-8ee6-4467-8242-96610fe5aebd', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f89df5f-8ee6-4467-8242-96610fe5aebd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:45:55,287 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:45:55,287 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d595cad7-25db-4659-810d-83677d1c97d3', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d595cad7-25db-4659-810d-83677d1c97d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:45:56,337 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:45:56,338 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-47960967-0f2c-4a52-89c5-dfb52daf6db4', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-47960967-0f2c-4a52-89c5-dfb52daf6db4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:45:57,387 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:45:57,388 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99538dff-f9cf-4cf9-aebe-33b021594d6d', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99538dff-f9cf-4cf9-aebe-33b021594d6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:45:58,443 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.047s 2021-10-27 01:45:58,444 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8632b0f6-de1d-4cd7-90b2-de6d5feb3ed3', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8632b0f6-de1d-4cd7-90b2-de6d5feb3ed3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:45:59,494 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:45:59,494 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-896073f1-0152-4c30-85ee-f9b1be0b06c3', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-896073f1-0152-4c30-85ee-f9b1be0b06c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:46:00,543 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:46:00,544 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e517462b-c489-4b9f-88ec-46aff903cb36', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e517462b-c489-4b9f-88ec-46aff903cb36', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:46:01,593 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:46:01,594 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a24f663e-3d55-493b-8058-8bf92992f4e3', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a24f663e-3d55-493b-8058-8bf92992f4e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:46:02,644 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:46:02,645 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58e8c29d-5695-4698-86ac-a4f9a36474e9', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58e8c29d-5695-4698-86ac-a4f9a36474e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:46:03,694 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:46:03,694 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18e8f93d-eec6-4ebc-b703-58ae7680a7e4', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18e8f93d-eec6-4ebc-b703-58ae7680a7e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:46:04,746 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:46:04,746 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e2954210-e29f-4892-8fd3-a49e5bed7013', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e2954210-e29f-4892-8fd3-a49e5bed7013', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:46:05,795 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:46:05,796 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-72222b2b-bc9e-4099-928e-aca0853e1079', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-72222b2b-bc9e-4099-928e-aca0853e1079', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:46:06,846 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:46:06,846 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4af883e-16f0-4937-90b4-b60bcb2253ce', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4af883e-16f0-4937-90b4-b60bcb2253ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:46:07,895 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.040s 2021-10-27 01:46:07,895 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42ce7e51-dd86-4220-b21e-6cdd7a5db6e5', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42ce7e51-dd86-4220-b21e-6cdd7a5db6e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:46:08,951 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.048s 2021-10-27 01:46:08,952 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40f0f78a-962f-47c0-a89d-da88d8a32e84', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40f0f78a-962f-47c0-a89d-da88d8a32e84', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:46:10,002 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:46:10,002 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c22769f6-4188-4990-90ef-5bcb1908c739', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c22769f6-4188-4990-90ef-5bcb1908c739', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:46:11,052 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.040s 2021-10-27 01:46:11,052 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8699926-3c07-4af2-8424-d0959fa22e32', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8699926-3c07-4af2-8424-d0959fa22e32', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:46:12,103 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:46:12,103 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a839e58-5d11-41ce-b3d1-6a9d092c280c', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a839e58-5d11-41ce-b3d1-6a9d092c280c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:46:13,152 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:46:13,153 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4855c636-9297-4397-97a1-ea5f8a1fe74f', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4855c636-9297-4397-97a1-ea5f8a1fe74f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:46:14,202 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:46:14,203 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7370f3a9-a171-45d1-9406-bfa116d8d27c', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7370f3a9-a171-45d1-9406-bfa116d8d27c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:46:15,253 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:46:15,253 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7125e2b2-2ed5-479e-84e3-0c2e88d43e5d', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7125e2b2-2ed5-479e-84e3-0c2e88d43e5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:46:16,302 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.040s 2021-10-27 01:46:16,302 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0fe3e879-2a04-4600-91de-a001439cf8e0', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0fe3e879-2a04-4600-91de-a001439cf8e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:46:17,352 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:46:17,353 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c658d68d-5c2a-458e-aa97-1ca408ef076d', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c658d68d-5c2a-458e-aa97-1ca408ef076d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:46:18,402 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:46:18,402 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b40ebf71-3e82-457a-a5c7-1b072b1c7783', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b40ebf71-3e82-457a-a5c7-1b072b1c7783', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:46:19,452 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:46:19,453 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-84167966-d455-4ac0-8833-aa3c28032794', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-84167966-d455-4ac0-8833-aa3c28032794', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:46:20,503 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:46:20,503 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e43b8c03-ec47-46c6-837e-1804c3a4d447', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e43b8c03-ec47-46c6-837e-1804c3a4d447', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:46:21,554 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:46:21,555 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed8e9210-1ddf-47cc-8f6d-fe49cde96b21', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed8e9210-1ddf-47cc-8f6d-fe49cde96b21', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:46:22,605 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:46:22,605 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ef79f85-f923-4ede-bf4c-0e51f9fe9be8', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ef79f85-f923-4ede-bf4c-0e51f9fe9be8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:46:23,655 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:46:23,656 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fdbb3a29-dd4b-4c5d-ad59-eba34ae42ba8', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fdbb3a29-dd4b-4c5d-ad59-eba34ae42ba8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:46:24,705 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:46:24,705 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-10dcb79a-91a1-488e-9993-14dabd7da0ae', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10dcb79a-91a1-488e-9993-14dabd7da0ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:46:25,755 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:46:25,756 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5cff5643-3fb1-4544-b274-dbb94407b523', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5cff5643-3fb1-4544-b274-dbb94407b523', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:46:26,805 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:46:26,805 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b7fa6a2-396f-49b9-b239-e201a6c61b89', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b7fa6a2-396f-49b9-b239-e201a6c61b89', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:46:27,856 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.043s 2021-10-27 01:46:27,857 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed0b164a-9417-49c0-b46f-10d1c6d3f075', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed0b164a-9417-49c0-b46f-10d1c6d3f075', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:46:28,906 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:46:28,907 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f10cef7-65ca-4240-9bbd-b26271051f02', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f10cef7-65ca-4240-9bbd-b26271051f02', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:46:29,957 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:46:29,957 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a8ab87a-9d22-4b32-aacc-921c712e5399', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a8ab87a-9d22-4b32-aacc-921c712e5399', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:46:31,007 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:46:31,007 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b50cbac2-276f-429a-8309-c1dd6a4944ed', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b50cbac2-276f-429a-8309-c1dd6a4944ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:46:32,057 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:46:32,057 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb196cde-886b-459e-ba57-2027920d1929', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb196cde-886b-459e-ba57-2027920d1929', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:46:33,107 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:46:33,107 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0acfaed0-5f23-476f-9ed9-e0ef1d3e9aea', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0acfaed0-5f23-476f-9ed9-e0ef1d3e9aea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:46:34,157 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:46:34,157 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4806e28-c200-4277-aa39-4896d6e16c53', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4806e28-c200-4277-aa39-4896d6e16c53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:46:35,207 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:46:35,208 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ccf0f42c-62c8-4552-abff-f004983cdefa', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ccf0f42c-62c8-4552-abff-f004983cdefa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:46:36,257 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:46:36,258 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6595c7a6-55d2-434d-978d-ee9736abc0ad', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6595c7a6-55d2-434d-978d-ee9736abc0ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:46:37,307 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:46:37,307 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34ffca6d-aa75-4bc8-895b-000e95de5d66', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34ffca6d-aa75-4bc8-895b-000e95de5d66', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:46:38,358 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:46:38,358 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e738349f-2186-43a2-91c4-09fe2c7f36c3', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e738349f-2186-43a2-91c4-09fe2c7f36c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:46:39,407 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:46:39,408 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b58a6a5f-fa11-4b74-9718-1b6129e9a5a7', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b58a6a5f-fa11-4b74-9718-1b6129e9a5a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:46:40,458 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:46:40,459 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b12a163-4b24-46b9-9084-925bcc1b09d1', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b12a163-4b24-46b9-9084-925bcc1b09d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:46:41,508 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:46:41,508 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0981f3f-e6f7-4244-9810-4602ac847c41', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0981f3f-e6f7-4244-9810-4602ac847c41', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:46:42,559 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:46:42,559 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-813aa672-02ab-4f32-b177-0843deb74b97', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-813aa672-02ab-4f32-b177-0843deb74b97', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:46:43,609 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:46:43,609 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2afe0c90-12c8-4792-bada-7112fe7ae88f', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2afe0c90-12c8-4792-bada-7112fe7ae88f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:46:44,659 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:46:44,660 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-982b719d-1200-4afa-b433-8c829c1bd207', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-982b719d-1200-4afa-b433-8c829c1bd207', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:46:45,708 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:46:45,708 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11b1c671-854e-4811-a07b-daef8cb4e6e1', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11b1c671-854e-4811-a07b-daef8cb4e6e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:46:46,759 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:46:46,759 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-326d0e2c-3741-49f2-a6c6-235cab13906f', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-326d0e2c-3741-49f2-a6c6-235cab13906f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:46:47,809 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:46:47,809 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53fb2ce9-e882-4051-9605-a6c8376d42c2', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53fb2ce9-e882-4051-9605-a6c8376d42c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:46:48,859 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:46:48,860 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d8add9e-e286-4328-bb94-95f18e909426', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d8add9e-e286-4328-bb94-95f18e909426', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:46:49,909 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:46:49,909 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc13d2a3-ba7c-4894-b983-2e6d72bd8777', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc13d2a3-ba7c-4894-b983-2e6d72bd8777', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:46:50,960 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:46:50,960 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad95b3e7-ffc2-4759-89ed-cc2fc2389b24', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad95b3e7-ffc2-4759-89ed-cc2fc2389b24', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:46:52,010 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:46:52,010 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-89d112d6-7ecc-4549-b041-aef8e4723f97', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-89d112d6-7ecc-4549-b041-aef8e4723f97', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:46:53,060 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:46:53,061 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-447c66fc-b0e9-452a-96ab-43ee3f6a8c31', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-447c66fc-b0e9-452a-96ab-43ee3f6a8c31', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:46:54,110 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:46:54,110 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3a31084-3ee1-447f-bcf7-6fe0d4030254', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c3a31084-3ee1-447f-bcf7-6fe0d4030254', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:46:55,160 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:46:55,161 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bdae1ab3-98a7-4e1b-810f-2f9e0e4e2194', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bdae1ab3-98a7-4e1b-810f-2f9e0e4e2194', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:46:56,211 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:46:56,211 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68294583-9a1a-4378-a590-c5743b1935c1', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68294583-9a1a-4378-a590-c5743b1935c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:46:57,261 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:46:57,262 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40b35c83-1e99-4b95-b447-5d91ffc1aabf', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40b35c83-1e99-4b95-b447-5d91ffc1aabf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:46:58,312 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:46:58,313 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7d319ae-ec4a-4b7f-9bb8-cf162939cf71', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7d319ae-ec4a-4b7f-9bb8-cf162939cf71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:46:59,362 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:46:59,362 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2183b7b2-2db9-4f84-9daa-c449ecc47ff8', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2183b7b2-2db9-4f84-9daa-c449ecc47ff8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:47:00,413 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.043s 2021-10-27 01:47:00,414 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0aabcf2c-09c8-4e81-b31b-454d155eb3c6', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0aabcf2c-09c8-4e81-b31b-454d155eb3c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:47:01,465 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:47:01,465 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-86d620b9-9afd-40ef-9f5b-071aaf75dd21', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86d620b9-9afd-40ef-9f5b-071aaf75dd21', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:47:02,516 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:47:02,516 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b2d301a8-930d-4024-9cfe-ae6419957830', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2d301a8-930d-4024-9cfe-ae6419957830', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:47:03,566 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:47:03,566 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-abb54d89-3938-46fb-a82d-5f6a2290defb', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-abb54d89-3938-46fb-a82d-5f6a2290defb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:47:04,615 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:47:04,616 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9558421-fd2f-48da-87fc-ec002a01907f', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9558421-fd2f-48da-87fc-ec002a01907f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:47:05,666 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:47:05,666 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-633ac2b1-8f66-4671-870a-940ca592c9cb', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-633ac2b1-8f66-4671-870a-940ca592c9cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:47:06,717 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:47:06,717 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b707ce8-50d4-49f6-bea5-f4c8b5332823', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b707ce8-50d4-49f6-bea5-f4c8b5332823', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:47:07,766 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:47:07,767 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-394b931a-daa8-457f-9f9a-0bea4582c977', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-394b931a-daa8-457f-9f9a-0bea4582c977', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:47:08,817 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:47:08,817 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99930a38-da95-48ee-8cc6-27c70d226d0b', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99930a38-da95-48ee-8cc6-27c70d226d0b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:47:09,867 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:47:09,867 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-daf833cf-9faa-4ee6-b6a0-81702d9a25ff', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-daf833cf-9faa-4ee6-b6a0-81702d9a25ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:47:10,917 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:47:10,918 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33f4c3f7-d884-4317-81de-263c740f232a', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33f4c3f7-d884-4317-81de-263c740f232a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:47:11,968 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:47:11,968 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c75ee7b-d547-4d80-86da-4d0c2148d9ec', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c75ee7b-d547-4d80-86da-4d0c2148d9ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:47:13,018 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:47:13,019 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d530907-9d83-4415-ad7d-38c4315b0322', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d530907-9d83-4415-ad7d-38c4315b0322', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:47:14,068 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.040s 2021-10-27 01:47:14,068 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-855ad8d2-d9bf-4063-b077-c0d0d41b6e28', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-855ad8d2-d9bf-4063-b077-c0d0d41b6e28', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:47:15,117 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:47:15,118 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0bb13fbb-19bb-49ef-a9ae-807bdbe3da30', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0bb13fbb-19bb-49ef-a9ae-807bdbe3da30', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:47:16,168 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:47:16,168 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2376b6f0-71e5-4b40-b4a7-379cfd0ca9b8', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2376b6f0-71e5-4b40-b4a7-379cfd0ca9b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:47:17,222 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.044s 2021-10-27 01:47:17,222 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-77ae0b67-306a-4b15-ae68-66c57aba2e34', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-77ae0b67-306a-4b15-ae68-66c57aba2e34', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:47:18,272 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:47:18,273 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-744d6003-e187-440d-abf0-4ba7a3877299', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-744d6003-e187-440d-abf0-4ba7a3877299', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:47:19,323 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.043s 2021-10-27 01:47:19,324 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b6722e6-e261-4464-8ec0-07be70aad5c8', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b6722e6-e261-4464-8ec0-07be70aad5c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:47:20,374 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:47:20,374 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c233af78-24fa-41d8-ba0c-d94a8c5c864d', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c233af78-24fa-41d8-ba0c-d94a8c5c864d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:47:21,423 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:47:21,423 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7dd86072-198b-4321-85ec-81c4d65011fd', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7dd86072-198b-4321-85ec-81c4d65011fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:47:22,475 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.043s 2021-10-27 01:47:22,476 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-403b3a94-e882-4984-8261-0f1df1ced279', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-403b3a94-e882-4984-8261-0f1df1ced279', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:47:23,524 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:47:23,525 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-52e6a325-d375-42e2-9b16-def4be9736a8', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-52e6a325-d375-42e2-9b16-def4be9736a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:47:24,576 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:47:24,576 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-38e7d38c-a58a-4f26-ba39-130bdf40e910', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38e7d38c-a58a-4f26-ba39-130bdf40e910', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:47:25,626 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:47:25,626 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a03f619-f861-430b-a4ba-1173615d957c', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a03f619-f861-430b-a4ba-1173615d957c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:47:26,677 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:47:26,677 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e590ad02-226b-446e-857d-48c339a0b4bb', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e590ad02-226b-446e-857d-48c339a0b4bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:47:27,726 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:47:27,726 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eeb1f8b9-5aa8-427e-bca3-c1d061632e2a', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eeb1f8b9-5aa8-427e-bca3-c1d061632e2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:47:28,777 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:47:28,778 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb6283eb-bb48-462b-ae15-849d42e0cc7f', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb6283eb-bb48-462b-ae15-849d42e0cc7f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:47:29,827 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:47:29,827 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21da51f9-c7a7-460b-af17-03689bcf7391', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21da51f9-c7a7-460b-af17-03689bcf7391', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:47:30,877 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:47:30,877 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d6862735-a95f-4525-a7c0-d7128f07a830', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d6862735-a95f-4525-a7c0-d7128f07a830', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:47:31,926 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:47:31,927 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0cc2e821-b7d6-482e-b36a-a23b9e9d01a9', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0cc2e821-b7d6-482e-b36a-a23b9e9d01a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:47:32,979 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.043s 2021-10-27 01:47:32,979 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0422b4d-9aac-496a-9ef4-7e5f133e5968', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c0422b4d-9aac-496a-9ef4-7e5f133e5968', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:47:34,028 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:47:34,028 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b8c5f0b-f1bc-46ea-bd49-1e1fb0c9a789', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b8c5f0b-f1bc-46ea-bd49-1e1fb0c9a789', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:47:35,078 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:47:35,079 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c28d3e8-f133-4e7c-ac20-472d8cee1092', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c28d3e8-f133-4e7c-ac20-472d8cee1092', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:47:36,129 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.043s 2021-10-27 01:47:36,130 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5f79acd-f4c1-405f-93e8-d2021dde3e2b', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5f79acd-f4c1-405f-93e8-d2021dde3e2b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:47:37,180 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:47:37,181 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b4ed02a6-0882-4040-ad2c-6b85fb835229', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b4ed02a6-0882-4040-ad2c-6b85fb835229', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:47:38,232 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:47:38,233 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc215d0d-0844-4443-9c7d-717009582395', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc215d0d-0844-4443-9c7d-717009582395', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:47:39,290 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.049s 2021-10-27 01:47:39,291 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-06a3d230-ecab-4abd-aa4d-9606c2d64adb', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-06a3d230-ecab-4abd-aa4d-9606c2d64adb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:47:40,341 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:47:40,341 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5506ba5-7ad5-4e52-b5ca-f586640aa9cd', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5506ba5-7ad5-4e52-b5ca-f586640aa9cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:47:41,392 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:47:41,392 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb875d81-60d1-4a96-a828-da474ab4f9e4', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb875d81-60d1-4a96-a828-da474ab4f9e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:47:42,442 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:47:42,442 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-649a888a-8594-4844-b259-bca69616ba17', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-649a888a-8594-4844-b259-bca69616ba17', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:47:43,492 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:47:43,492 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a048b75d-97b4-4d49-8f31-62555141a4f3', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a048b75d-97b4-4d49-8f31-62555141a4f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:47:44,543 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:47:44,543 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c15d802b-6973-4b1f-b9b9-418ce7fbf5f8', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c15d802b-6973-4b1f-b9b9-418ce7fbf5f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:47:45,594 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.043s 2021-10-27 01:47:45,594 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1037fbfa-3cf1-4fab-9bca-3e0d9ca47d82', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1037fbfa-3cf1-4fab-9bca-3e0d9ca47d82', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:47:46,645 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:47:46,645 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11517e5b-1809-42cb-8240-d505f0722716', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11517e5b-1809-42cb-8240-d505f0722716', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:47:47,694 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:47:47,695 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-083a3172-445e-4fb7-ba8c-b0191e2e3756', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-083a3172-445e-4fb7-ba8c-b0191e2e3756', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:47:48,746 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:47:48,746 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df1791d9-9c9b-4240-b814-b793b8f2f456', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df1791d9-9c9b-4240-b814-b793b8f2f456', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:47:49,797 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:47:49,797 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b93503a-8c53-44cf-82a2-8817798b6bc1', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b93503a-8c53-44cf-82a2-8817798b6bc1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:47:50,847 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:47:50,847 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-799ceda8-b90e-461f-92da-52221c3ec6c2', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-799ceda8-b90e-461f-92da-52221c3ec6c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:47:51,898 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:47:51,898 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe98c18a-cd09-4e9a-80d8-e15396616e82', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe98c18a-cd09-4e9a-80d8-e15396616e82', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:47:52,949 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.043s 2021-10-27 01:47:52,949 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c30b57aa-8408-4dc7-a28a-557d64f53039', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c30b57aa-8408-4dc7-a28a-557d64f53039', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:47:54,000 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:47:54,000 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2babd8c3-1b45-4566-a317-b135d7672e18', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2babd8c3-1b45-4566-a317-b135d7672e18', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:47:55,049 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:47:55,050 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-082d140a-9c73-4437-ac2b-d0f48899cffe', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-082d140a-9c73-4437-ac2b-d0f48899cffe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:47:56,101 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:47:56,101 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6f304fc-6317-426a-b8ea-3fd001b86260', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6f304fc-6317-426a-b8ea-3fd001b86260', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:47:57,154 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.044s 2021-10-27 01:47:57,154 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-92ac7730-2bcc-49ad-aea7-dc93bd32af5c', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-92ac7730-2bcc-49ad-aea7-dc93bd32af5c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:47:58,204 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:47:58,204 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d138ea6-ebdd-4fb1-b8cf-73565f8ad420', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d138ea6-ebdd-4fb1-b8cf-73565f8ad420', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:47:59,254 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:47:59,254 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-39b13df0-f7de-42c2-85d2-ff20a08fea49', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-39b13df0-f7de-42c2-85d2-ff20a08fea49', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:48:00,305 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:48:00,305 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf9d2a34-c49d-4f04-825b-b45da36297f3', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf9d2a34-c49d-4f04-825b-b45da36297f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:48:01,355 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:48:01,355 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-46749edd-aad8-4297-a297-a7566cdcd681', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-46749edd-aad8-4297-a297-a7566cdcd681', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:48:02,405 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:48:02,406 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dbbd7cfe-c1da-4397-afcd-39df1afae613', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dbbd7cfe-c1da-4397-afcd-39df1afae613', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:48:03,456 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:48:03,456 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ee4ef4c-1082-42b9-af57-4be612087f9c', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ee4ef4c-1082-42b9-af57-4be612087f9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:48:04,506 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:48:04,507 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-980737da-2f81-44bf-82ca-235dc765e20e', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-980737da-2f81-44bf-82ca-235dc765e20e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:48:05,555 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.040s 2021-10-27 01:48:05,556 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5387397a-9f09-4870-a521-28a6bb8f5d9e', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5387397a-9f09-4870-a521-28a6bb8f5d9e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:48:06,607 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.043s 2021-10-27 01:48:06,607 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc295ed7-0ed0-4c4c-9e73-3637c2d67ee6', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc295ed7-0ed0-4c4c-9e73-3637c2d67ee6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:48:07,659 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.044s 2021-10-27 01:48:07,660 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9cd9f64-b378-42b0-8aea-451ae69465c4', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9cd9f64-b378-42b0-8aea-451ae69465c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:48:08,711 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:48:08,711 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f26a2bc-630b-491e-a6f4-ced6cc6f1e62', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f26a2bc-630b-491e-a6f4-ced6cc6f1e62', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:48:09,760 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:48:09,760 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-336fe6dd-4dc8-47f2-be23-462811a07e10', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-336fe6dd-4dc8-47f2-be23-462811a07e10', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:48:10,811 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:48:10,812 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-78394d6f-7566-4181-83cf-d564b470ca9e', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-78394d6f-7566-4181-83cf-d564b470ca9e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:48:11,861 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:48:11,861 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e839ac52-bc5c-43d1-bb2c-a57364bea172', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e839ac52-bc5c-43d1-bb2c-a57364bea172', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:48:12,911 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:48:12,912 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f712736-c8f6-45a7-a3a2-d969836f3b44', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f712736-c8f6-45a7-a3a2-d969836f3b44', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:48:13,962 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:48:13,962 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ccaaedcc-0948-48b1-82c7-65a47e3dd990', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ccaaedcc-0948-48b1-82c7-65a47e3dd990', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:48:15,012 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:48:15,013 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c59333db-d27e-4e21-8b88-7b594d53a0e0', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c59333db-d27e-4e21-8b88-7b594d53a0e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:48:16,062 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:48:16,063 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3c45ac8-0fd7-4562-a319-5b0f015b0b2e', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c3c45ac8-0fd7-4562-a319-5b0f015b0b2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:48:17,112 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:48:17,112 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32a110ca-59f6-4a92-940c-26aef14f126d', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32a110ca-59f6-4a92-940c-26aef14f126d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:48:18,163 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.043s 2021-10-27 01:48:18,164 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4915a99a-6ad5-4bf1-bc5d-9c6f811fa8ff', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4915a99a-6ad5-4bf1-bc5d-9c6f811fa8ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:48:19,214 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:48:19,215 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74b73ca4-f300-48d7-9693-8d321c589eb7', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74b73ca4-f300-48d7-9693-8d321c589eb7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:48:20,265 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:48:20,265 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c53f4bfe-d8d6-4689-9942-d79a29040fd0', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c53f4bfe-d8d6-4689-9942-d79a29040fd0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:48:21,315 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:48:21,316 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd52a578-82b8-49f0-a5e9-19f770e85350', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd52a578-82b8-49f0-a5e9-19f770e85350', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:48:22,365 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:48:22,366 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d96cebfd-ae84-4da9-b060-42a367964b03', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d96cebfd-ae84-4da9-b060-42a367964b03', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:48:23,416 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:48:23,416 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b2714cc-ef2b-44ad-9a35-879bfffa8178', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b2714cc-ef2b-44ad-9a35-879bfffa8178', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:48:24,467 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:48:24,468 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6cdea402-3fd9-4179-9add-7242cbc27ec1', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6cdea402-3fd9-4179-9add-7242cbc27ec1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:48:25,517 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:48:25,518 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a632bca-8741-4ef1-ae9d-607eb3f561e6', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a632bca-8741-4ef1-ae9d-607eb3f561e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:48:26,568 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:48:26,568 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8784cd7-2088-4b6f-8a52-49616adcefe8', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8784cd7-2088-4b6f-8a52-49616adcefe8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:48:27,619 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:48:27,619 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-44adf448-4a63-412e-b3fd-b6be0204535b', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-44adf448-4a63-412e-b3fd-b6be0204535b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:48:28,669 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:48:28,669 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb9f0ebf-7fd3-44e3-b474-593cd1241468', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb9f0ebf-7fd3-44e3-b474-593cd1241468', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:48:29,718 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:48:29,719 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-300ba686-d6f0-412d-9dca-65394300a928', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-300ba686-d6f0-412d-9dca-65394300a928', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:48:30,767 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:48:30,768 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fbdf8a0f-c774-4376-b294-9ecd719c493b', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fbdf8a0f-c774-4376-b294-9ecd719c493b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:48:31,826 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.049s 2021-10-27 01:48:31,826 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d3fd5572-13ca-4110-9c93-4541f6433975', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d3fd5572-13ca-4110-9c93-4541f6433975', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:48:32,876 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:48:32,876 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-de7d3e28-9e6e-402a-a230-a52c3e18932c', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de7d3e28-9e6e-402a-a230-a52c3e18932c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:48:33,925 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.040s 2021-10-27 01:48:33,925 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e41a5b8-35fa-4e85-b4cb-411ca3e2d55f', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e41a5b8-35fa-4e85-b4cb-411ca3e2d55f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:48:34,977 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:48:34,977 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02fc281e-803e-4714-8f87-d45c0551a890', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02fc281e-803e-4714-8f87-d45c0551a890', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:48:36,027 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:48:36,028 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-25866f8b-c04b-47fd-b02e-614d396ec5ab', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-25866f8b-c04b-47fd-b02e-614d396ec5ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:48:37,078 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.042s 2021-10-27 01:48:37,079 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-60103c9d-a879-4742-98ec-2a9261c35cfe', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-60103c9d-a879-4742-98ec-2a9261c35cfe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:48:38,128 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.041s 2021-10-27 01:48:38,128 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d729c90-6e98-420e-af60-2b3216211609', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d729c90-6e98-420e-af60-2b3216211609', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:48:39,184 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac 0.047s 2021-10-27 01:48:39,185 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d30fcfaa-d64a-472c-acf6-178d99491e65', 'content-length': '1659', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d30fcfaa-d64a-472c-acf6-178d99491e65', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac'} Body: b'{"volume": {"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:36:02.000000", "updated_at": "2021-10-27T01:42:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-2127234638", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/e405517c4f1840b4a2e30ef7dccd2e4a/volumes/790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}], "user_id": "217b11f7f05845598980741885b4417e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "attachment_id": "66231ceb-c1e7-4d96-b019-3eb06032443e", "volume_id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac", "server_id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:36:27.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a"}}' 2021-10-27 01:48:39,308 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 204 DELETE http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.115s 2021-10-27 01:48:39,308 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3f6905eb-8f21-4b45-bb3f-556ae4609bdb', 'x-compute-request-id': 'req-3f6905eb-8f21-4b45-bb3f-556ae4609bdb', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'' 2021-10-27 01:48:39,511 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.203s 2021-10-27 01:48:39,512 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2aac2443-1b3b-46aa-a93e-099f7999b0e6', 'x-compute-request-id': 'req-2aac2443-1b3b-46aa-a93e-099f7999b0e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:48:40,707 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.186s 2021-10-27 01:48:40,708 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-20b3bb91-d3e7-4772-81e5-9da413ed3ea0', 'x-compute-request-id': 'req-20b3bb91-d3e7-4772-81e5-9da413ed3ea0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:48:41,859 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.142s 2021-10-27 01:48:41,860 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-71b67ff1-a760-4401-ad99-3df81764e23e', 'x-compute-request-id': 'req-71b67ff1-a760-4401-ad99-3df81764e23e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:48:43,014 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.146s 2021-10-27 01:48:43,015 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-92fae50d-5f1c-4e89-956d-21b08e296bef', 'x-compute-request-id': 'req-92fae50d-5f1c-4e89-956d-21b08e296bef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:48:44,168 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.145s 2021-10-27 01:48:44,168 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d7320567-21c0-446f-a6ac-21a8a5946c30', 'x-compute-request-id': 'req-d7320567-21c0-446f-a6ac-21a8a5946c30', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:48:45,323 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.145s 2021-10-27 01:48:45,323 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f6971369-5f74-453d-b551-c265ccccb508', 'x-compute-request-id': 'req-f6971369-5f74-453d-b551-c265ccccb508', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:48:46,478 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.146s 2021-10-27 01:48:46,478 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eb1024be-5e51-4f03-8a2f-6730fda96f58', 'x-compute-request-id': 'req-eb1024be-5e51-4f03-8a2f-6730fda96f58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:48:47,630 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.143s 2021-10-27 01:48:47,631 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-94ddb59c-e223-492f-bc1d-d9c38ba9288f', 'x-compute-request-id': 'req-94ddb59c-e223-492f-bc1d-d9c38ba9288f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:48:48,785 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.145s 2021-10-27 01:48:48,786 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-15d19bbb-4f27-4937-b539-70a18e4b0535', 'x-compute-request-id': 'req-15d19bbb-4f27-4937-b539-70a18e4b0535', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:48:49,940 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.145s 2021-10-27 01:48:49,940 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2c0e287e-4fd0-451a-b892-645b2eb38169', 'x-compute-request-id': 'req-2c0e287e-4fd0-451a-b892-645b2eb38169', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:48:51,092 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.143s 2021-10-27 01:48:51,093 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-22cdf8bb-e6ab-48d7-8a3f-c87195578ee8', 'x-compute-request-id': 'req-22cdf8bb-e6ab-48d7-8a3f-c87195578ee8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:48:52,242 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.141s 2021-10-27 01:48:52,243 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1f7629e2-9bca-4288-acb6-d37e9c913af4', 'x-compute-request-id': 'req-1f7629e2-9bca-4288-acb6-d37e9c913af4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:48:53,402 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.150s 2021-10-27 01:48:53,402 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-439ae97f-c95c-4619-9f71-4cdc1bbb8bab', 'x-compute-request-id': 'req-439ae97f-c95c-4619-9f71-4cdc1bbb8bab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:48:54,553 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.142s 2021-10-27 01:48:54,553 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-77f64371-afc5-463c-87a5-3e8343fceb80', 'x-compute-request-id': 'req-77f64371-afc5-463c-87a5-3e8343fceb80', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:48:55,707 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.145s 2021-10-27 01:48:55,708 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0bff3e6d-8a4a-448b-a726-3079ae35f9ff', 'x-compute-request-id': 'req-0bff3e6d-8a4a-448b-a726-3079ae35f9ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:48:56,866 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.149s 2021-10-27 01:48:56,867 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3ee917a7-3498-4847-b14f-dc55297da665', 'x-compute-request-id': 'req-3ee917a7-3498-4847-b14f-dc55297da665', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:48:58,020 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.145s 2021-10-27 01:48:58,020 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c7bad51c-4c4a-40bf-a0b3-a330519bfc48', 'x-compute-request-id': 'req-c7bad51c-4c4a-40bf-a0b3-a330519bfc48', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:48:59,171 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.142s 2021-10-27 01:48:59,172 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f1c4d619-c527-4278-a83f-2fb84588986a', 'x-compute-request-id': 'req-f1c4d619-c527-4278-a83f-2fb84588986a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:49:00,337 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.156s 2021-10-27 01:49:00,337 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3f579fba-474f-4c0b-ab93-5b6432443a20', 'x-compute-request-id': 'req-3f579fba-474f-4c0b-ab93-5b6432443a20', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:49:01,495 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.149s 2021-10-27 01:49:01,496 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e06bedf2-7da6-49b4-9759-71fc7efa1da6', 'x-compute-request-id': 'req-e06bedf2-7da6-49b4-9759-71fc7efa1da6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:49:02,736 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.231s 2021-10-27 01:49:02,736 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-feca9c11-14f9-48b7-807a-869ec73ce593', 'x-compute-request-id': 'req-feca9c11-14f9-48b7-807a-869ec73ce593', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:49:03,891 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.145s 2021-10-27 01:49:03,892 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-18ba74ae-1264-4676-8acf-c650c964b67a', 'x-compute-request-id': 'req-18ba74ae-1264-4676-8acf-c650c964b67a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:49:05,048 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.147s 2021-10-27 01:49:05,048 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5905a4b3-5a51-4bb8-aba5-cc77e43115bf', 'x-compute-request-id': 'req-5905a4b3-5a51-4bb8-aba5-cc77e43115bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:49:06,202 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.145s 2021-10-27 01:49:06,203 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-78f1d824-6c54-4263-a7f6-b21bb60affb6', 'x-compute-request-id': 'req-78f1d824-6c54-4263-a7f6-b21bb60affb6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:49:07,365 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.153s 2021-10-27 01:49:07,365 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8714c194-4199-46b8-a34b-d931b1048984', 'x-compute-request-id': 'req-8714c194-4199-46b8-a34b-d931b1048984', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:49:08,534 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.159s 2021-10-27 01:49:08,534 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9342733c-2119-4cdc-a61f-fdba28cfd795', 'x-compute-request-id': 'req-9342733c-2119-4cdc-a61f-fdba28cfd795', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:49:09,689 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.146s 2021-10-27 01:49:09,690 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cf2d102c-e621-4d0e-8e1b-faaedc517e21', 'x-compute-request-id': 'req-cf2d102c-e621-4d0e-8e1b-faaedc517e21', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:49:10,845 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.146s 2021-10-27 01:49:10,845 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-64215935-fc2d-4aa2-9ff7-0240b78101c4', 'x-compute-request-id': 'req-64215935-fc2d-4aa2-9ff7-0240b78101c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:49:12,003 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.148s 2021-10-27 01:49:12,003 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-809eeeb2-721d-4ac7-b260-d679d6d6d206', 'x-compute-request-id': 'req-809eeeb2-721d-4ac7-b260-d679d6d6d206', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:49:13,157 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.144s 2021-10-27 01:49:13,157 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-95638bcb-2e7c-4397-8093-4166e407c249', 'x-compute-request-id': 'req-95638bcb-2e7c-4397-8093-4166e407c249', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:49:14,310 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.144s 2021-10-27 01:49:14,311 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-49be1a44-6399-42a6-a342-8487bdb2e568', 'x-compute-request-id': 'req-49be1a44-6399-42a6-a342-8487bdb2e568', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:49:15,465 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.146s 2021-10-27 01:49:15,466 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6006e43d-3cf1-47e1-97a6-66b44c730664', 'x-compute-request-id': 'req-6006e43d-3cf1-47e1-97a6-66b44c730664', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:49:16,671 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.197s 2021-10-27 01:49:16,672 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5c9a264c-6c52-4909-b4d8-4114a2998b13', 'x-compute-request-id': 'req-5c9a264c-6c52-4909-b4d8-4114a2998b13', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:49:17,883 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.201s 2021-10-27 01:49:17,883 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3942047d-c974-42a3-ac5a-c0623b43803a', 'x-compute-request-id': 'req-3942047d-c974-42a3-ac5a-c0623b43803a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:49:19,099 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.207s 2021-10-27 01:49:19,099 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6890a6b2-88d7-4ca0-bb6b-f1393cbfbe3b', 'x-compute-request-id': 'req-6890a6b2-88d7-4ca0-bb6b-f1393cbfbe3b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:49:20,314 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.205s 2021-10-27 01:49:20,314 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1158d3bf-4bf0-49ba-90b5-19b0ce51b08a', 'x-compute-request-id': 'req-1158d3bf-4bf0-49ba-90b5-19b0ce51b08a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:49:21,528 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.206s 2021-10-27 01:49:21,529 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e0d70dee-6e67-463e-9da1-87fb36229a5d', 'x-compute-request-id': 'req-e0d70dee-6e67-463e-9da1-87fb36229a5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:49:22,743 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.206s 2021-10-27 01:49:22,744 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-69b229f1-0cbc-4087-b597-70077248141c', 'x-compute-request-id': 'req-69b229f1-0cbc-4087-b597-70077248141c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:49:23,962 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.209s 2021-10-27 01:49:23,962 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0a9343be-e949-4c4c-bb59-51dc05bc2206', 'x-compute-request-id': 'req-0a9343be-e949-4c4c-bb59-51dc05bc2206', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:49:25,167 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.196s 2021-10-27 01:49:25,168 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-89a945f8-b927-48ba-ad72-ef101984ad8a', 'x-compute-request-id': 'req-89a945f8-b927-48ba-ad72-ef101984ad8a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:49:26,377 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.201s 2021-10-27 01:49:26,378 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0dc779e6-916d-44a7-ae9e-031436db8265', 'x-compute-request-id': 'req-0dc779e6-916d-44a7-ae9e-031436db8265', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:49:27,583 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.198s 2021-10-27 01:49:27,584 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-11e56c1f-339e-482f-81cc-3afd68f16a40', 'x-compute-request-id': 'req-11e56c1f-339e-482f-81cc-3afd68f16a40', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:49:28,797 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.204s 2021-10-27 01:49:28,797 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-681033f4-3e89-412f-bed1-caf2b1172ea2', 'x-compute-request-id': 'req-681033f4-3e89-412f-bed1-caf2b1172ea2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:49:30,005 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.198s 2021-10-27 01:49:30,006 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-213aafeb-403e-4971-b58b-b6e01a551d82', 'x-compute-request-id': 'req-213aafeb-403e-4971-b58b-b6e01a551d82', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:49:31,214 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.199s 2021-10-27 01:49:31,215 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-75d81e4c-0a30-464e-8186-9d42c1bcb072', 'x-compute-request-id': 'req-75d81e4c-0a30-464e-8186-9d42c1bcb072', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:49:32,430 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.207s 2021-10-27 01:49:32,431 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-48dcd24a-6ffe-407c-8569-fa1f80cf6dd9', 'x-compute-request-id': 'req-48dcd24a-6ffe-407c-8569-fa1f80cf6dd9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:49:33,626 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.187s 2021-10-27 01:49:33,627 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-25db50e1-d72a-448f-9f39-ce525b8e0118', 'x-compute-request-id': 'req-25db50e1-d72a-448f-9f39-ce525b8e0118', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:49:34,839 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.202s 2021-10-27 01:49:34,839 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1dc50716-c621-458b-8f69-c95e7e058911', 'x-compute-request-id': 'req-1dc50716-c621-458b-8f69-c95e7e058911', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:49:36,049 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.202s 2021-10-27 01:49:36,050 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cdd848de-3d38-4c83-a832-b380f832753a', 'x-compute-request-id': 'req-cdd848de-3d38-4c83-a832-b380f832753a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:49:37,261 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.202s 2021-10-27 01:49:37,261 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1c9da7e2-cba2-4a5e-bc88-3dfd09854258', 'x-compute-request-id': 'req-1c9da7e2-cba2-4a5e-bc88-3dfd09854258', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:49:38,472 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.203s 2021-10-27 01:49:38,472 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-75c88c56-72e8-4773-9f2d-948d8755ae12', 'x-compute-request-id': 'req-75c88c56-72e8-4773-9f2d-948d8755ae12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:49:39,681 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.199s 2021-10-27 01:49:39,681 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4616c432-b30a-4ad0-b56f-0664549fce76', 'x-compute-request-id': 'req-4616c432-b30a-4ad0-b56f-0664549fce76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:49:40,896 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.206s 2021-10-27 01:49:40,897 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1034461f-dfe2-4916-b87b-88601a302031', 'x-compute-request-id': 'req-1034461f-dfe2-4916-b87b-88601a302031', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:49:42,101 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.195s 2021-10-27 01:49:42,101 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ad65f8be-7af2-4504-ad50-ccd4573ff269', 'x-compute-request-id': 'req-ad65f8be-7af2-4504-ad50-ccd4573ff269', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:49:43,310 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.200s 2021-10-27 01:49:43,310 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9e8da502-c202-4c19-a4c1-47577b281b6f', 'x-compute-request-id': 'req-9e8da502-c202-4c19-a4c1-47577b281b6f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:49:44,523 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.203s 2021-10-27 01:49:44,523 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0a560dc1-37b9-4ae6-933d-43e8c0aff1f3', 'x-compute-request-id': 'req-0a560dc1-37b9-4ae6-933d-43e8c0aff1f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:49:45,975 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.443s 2021-10-27 01:49:45,975 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7c92f05a-8c6d-4eeb-a400-e8944723df4c', 'x-compute-request-id': 'req-7c92f05a-8c6d-4eeb-a400-e8944723df4c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:49:47,191 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.207s 2021-10-27 01:49:47,191 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3d0774c1-4bb0-497d-86ba-ae85133b7dd1', 'x-compute-request-id': 'req-3d0774c1-4bb0-497d-86ba-ae85133b7dd1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:49:48,398 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.198s 2021-10-27 01:49:48,398 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fb050b64-2874-4f55-81cf-92612da97a2c', 'x-compute-request-id': 'req-fb050b64-2874-4f55-81cf-92612da97a2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:49:49,610 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.203s 2021-10-27 01:49:49,611 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a0e2f0a8-9f8a-4119-a776-8b2365ddab11', 'x-compute-request-id': 'req-a0e2f0a8-9f8a-4119-a776-8b2365ddab11', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:49:50,818 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.198s 2021-10-27 01:49:50,819 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e2d7bcc0-f356-4af5-98bd-2e0b74c2ff2b', 'x-compute-request-id': 'req-e2d7bcc0-f356-4af5-98bd-2e0b74c2ff2b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:49:52,030 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.202s 2021-10-27 01:49:52,031 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-086bffe5-48fb-44b4-b036-224fe01a38e8', 'x-compute-request-id': 'req-086bffe5-48fb-44b4-b036-224fe01a38e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:49:53,245 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.205s 2021-10-27 01:49:53,246 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-62ca32a8-43a1-4c00-8ea7-834716f78106', 'x-compute-request-id': 'req-62ca32a8-43a1-4c00-8ea7-834716f78106', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:49:54,454 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.199s 2021-10-27 01:49:54,454 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4b1a32ec-56e1-45c4-ac0d-b1b64d587260', 'x-compute-request-id': 'req-4b1a32ec-56e1-45c4-ac0d-b1b64d587260', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:49:55,679 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.217s 2021-10-27 01:49:55,680 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d5306e5e-ac8a-4659-be33-429683856a16', 'x-compute-request-id': 'req-d5306e5e-ac8a-4659-be33-429683856a16', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:49:56,904 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.215s 2021-10-27 01:49:56,904 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a835d462-417d-4231-80cb-45bdbd7d8ec4', 'x-compute-request-id': 'req-a835d462-417d-4231-80cb-45bdbd7d8ec4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:49:58,110 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.197s 2021-10-27 01:49:58,110 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6dcbc272-680f-4e15-81b2-395e19b336e9', 'x-compute-request-id': 'req-6dcbc272-680f-4e15-81b2-395e19b336e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:49:59,314 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.195s 2021-10-27 01:49:59,314 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8e88dce6-0325-4eda-9a3e-2392af12274e', 'x-compute-request-id': 'req-8e88dce6-0325-4eda-9a3e-2392af12274e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:50:00,525 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.201s 2021-10-27 01:50:00,526 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ec49cf82-5a26-4fb1-8ac2-84402d32cc61', 'x-compute-request-id': 'req-ec49cf82-5a26-4fb1-8ac2-84402d32cc61', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:50:01,734 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.200s 2021-10-27 01:50:01,735 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-348e3dd1-8df9-46d0-81fd-48b7b2aa1337', 'x-compute-request-id': 'req-348e3dd1-8df9-46d0-81fd-48b7b2aa1337', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:50:03,061 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.317s 2021-10-27 01:50:03,062 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1c0c09e4-9f7b-48ac-94b3-c1bfe638f929', 'x-compute-request-id': 'req-1c0c09e4-9f7b-48ac-94b3-c1bfe638f929', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:50:04,243 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.172s 2021-10-27 01:50:04,244 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2919a530-f25f-4599-aa74-895d42cfc51a', 'x-compute-request-id': 'req-2919a530-f25f-4599-aa74-895d42cfc51a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:50:05,432 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.179s 2021-10-27 01:50:05,432 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-019954b1-b4df-4d04-a4d7-3a3bf4b876df', 'x-compute-request-id': 'req-019954b1-b4df-4d04-a4d7-3a3bf4b876df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:50:06,613 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.172s 2021-10-27 01:50:06,613 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-35fa1408-606b-4a1d-9486-f72d9f214deb', 'x-compute-request-id': 'req-35fa1408-606b-4a1d-9486-f72d9f214deb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:50:07,800 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.178s 2021-10-27 01:50:07,801 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-18d1290c-5c7f-48d0-94e4-5edec8f900ab', 'x-compute-request-id': 'req-18d1290c-5c7f-48d0-94e4-5edec8f900ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:50:08,981 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.172s 2021-10-27 01:50:08,982 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1decdaa2-af0c-48e5-a014-c5e542f82cc3', 'x-compute-request-id': 'req-1decdaa2-af0c-48e5-a014-c5e542f82cc3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:50:10,176 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.185s 2021-10-27 01:50:10,176 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5b3504f8-b3b4-4d32-9ffa-21f1c3b720e4', 'x-compute-request-id': 'req-5b3504f8-b3b4-4d32-9ffa-21f1c3b720e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:50:11,351 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.166s 2021-10-27 01:50:11,352 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-51cf2d1e-6dcc-4ec8-9e77-50a4dee9f4e6', 'x-compute-request-id': 'req-51cf2d1e-6dcc-4ec8-9e77-50a4dee9f4e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:50:12,536 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.175s 2021-10-27 01:50:12,536 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d39a53d3-572a-44b4-b98f-f174c9942d8c', 'x-compute-request-id': 'req-d39a53d3-572a-44b4-b98f-f174c9942d8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:50:13,720 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.174s 2021-10-27 01:50:13,720 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3093cc7e-a9f7-40f9-b3f2-3b69c1d6a68a', 'x-compute-request-id': 'req-3093cc7e-a9f7-40f9-b3f2-3b69c1d6a68a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:50:14,904 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.175s 2021-10-27 01:50:14,905 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dfaff0e9-73a6-456c-a784-04d2f592bbaa', 'x-compute-request-id': 'req-dfaff0e9-73a6-456c-a784-04d2f592bbaa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:50:16,088 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.174s 2021-10-27 01:50:16,088 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c4cb7488-d48a-425f-bb36-5555fd95e467', 'x-compute-request-id': 'req-c4cb7488-d48a-425f-bb36-5555fd95e467', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:50:17,271 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.174s 2021-10-27 01:50:17,271 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-879e0823-6ba9-44f1-8eda-b152f51e587a', 'x-compute-request-id': 'req-879e0823-6ba9-44f1-8eda-b152f51e587a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:50:18,450 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.170s 2021-10-27 01:50:18,450 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9615576a-2699-4d5b-acd0-6659426f0f8a', 'x-compute-request-id': 'req-9615576a-2699-4d5b-acd0-6659426f0f8a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:50:19,639 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.180s 2021-10-27 01:50:19,639 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2d2a07f8-d8e3-4bf6-9e93-df13601a33b4', 'x-compute-request-id': 'req-2d2a07f8-d8e3-4bf6-9e93-df13601a33b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:50:20,820 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.172s 2021-10-27 01:50:20,820 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-205ba25f-f8e4-440d-bbd3-721d179fb35d', 'x-compute-request-id': 'req-205ba25f-f8e4-440d-bbd3-721d179fb35d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:50:22,004 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.175s 2021-10-27 01:50:22,004 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f334412d-8374-48fd-9a43-6e11a15fc541', 'x-compute-request-id': 'req-f334412d-8374-48fd-9a43-6e11a15fc541', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:50:23,196 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.182s 2021-10-27 01:50:23,197 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-082e7aad-df17-4177-a4af-6660f014a789', 'x-compute-request-id': 'req-082e7aad-df17-4177-a4af-6660f014a789', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:50:24,379 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.173s 2021-10-27 01:50:24,379 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-61b7d01b-15cb-4c8f-8184-5422f1f7d7e7', 'x-compute-request-id': 'req-61b7d01b-15cb-4c8f-8184-5422f1f7d7e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:50:25,566 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.178s 2021-10-27 01:50:25,567 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b4cf045e-6e22-4aef-a6b8-f0a654f0e1a0', 'x-compute-request-id': 'req-b4cf045e-6e22-4aef-a6b8-f0a654f0e1a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:50:26,747 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.171s 2021-10-27 01:50:26,747 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d6bc9952-6d30-4096-b96b-d4ff1bfc6d9f', 'x-compute-request-id': 'req-d6bc9952-6d30-4096-b96b-d4ff1bfc6d9f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:50:27,935 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.180s 2021-10-27 01:50:27,936 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c8fa4e21-7e9a-421e-8b44-3be63b1c09ea', 'x-compute-request-id': 'req-c8fa4e21-7e9a-421e-8b44-3be63b1c09ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:50:29,121 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.177s 2021-10-27 01:50:29,122 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4906bc2b-16e6-4c8d-b4ad-c55ed586b662', 'x-compute-request-id': 'req-4906bc2b-16e6-4c8d-b4ad-c55ed586b662', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:50:30,304 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.173s 2021-10-27 01:50:30,305 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-35c1d92c-5cdb-4813-8167-bd46892988d6', 'x-compute-request-id': 'req-35c1d92c-5cdb-4813-8167-bd46892988d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:50:31,560 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.246s 2021-10-27 01:50:31,560 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5156e2be-2f84-4b62-b8c5-d933b4fe43fe', 'x-compute-request-id': 'req-5156e2be-2f84-4b62-b8c5-d933b4fe43fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:50:32,768 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.198s 2021-10-27 01:50:32,768 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bf75d856-f0e2-4753-a330-7a9ebcc11fa4', 'x-compute-request-id': 'req-bf75d856-f0e2-4753-a330-7a9ebcc11fa4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:50:33,983 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.206s 2021-10-27 01:50:33,983 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-010953d7-c994-4f7f-a587-23758924fb01', 'x-compute-request-id': 'req-010953d7-c994-4f7f-a587-23758924fb01', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:50:35,194 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.203s 2021-10-27 01:50:35,195 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d2d5f10d-53ca-4047-8ddc-23996beec3f2', 'x-compute-request-id': 'req-d2d5f10d-53ca-4047-8ddc-23996beec3f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:50:36,409 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.205s 2021-10-27 01:50:36,409 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d8afae44-2b6a-4a51-9202-53b9cb7d31dd', 'x-compute-request-id': 'req-d8afae44-2b6a-4a51-9202-53b9cb7d31dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:50:37,621 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.204s 2021-10-27 01:50:37,621 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4dd30608-5ed0-4a65-9f96-5b13b027a408', 'x-compute-request-id': 'req-4dd30608-5ed0-4a65-9f96-5b13b027a408', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:50:38,836 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.206s 2021-10-27 01:50:38,836 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3f5e54ae-b270-475e-bab7-ea151ca55511', 'x-compute-request-id': 'req-3f5e54ae-b270-475e-bab7-ea151ca55511', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:50:40,054 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.209s 2021-10-27 01:50:40,054 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9efa019c-5fde-4dbf-8473-96252ea46726', 'x-compute-request-id': 'req-9efa019c-5fde-4dbf-8473-96252ea46726', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:50:41,270 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.206s 2021-10-27 01:50:41,270 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-76126dab-3d16-473f-bc65-967aeaab2675', 'x-compute-request-id': 'req-76126dab-3d16-473f-bc65-967aeaab2675', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:50:42,485 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.204s 2021-10-27 01:50:42,485 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0249231c-97a7-4924-83ee-9f6b253d1053', 'x-compute-request-id': 'req-0249231c-97a7-4924-83ee-9f6b253d1053', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:50:43,694 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.201s 2021-10-27 01:50:43,694 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5375dbab-2a56-40cd-9439-5775370e1f7e', 'x-compute-request-id': 'req-5375dbab-2a56-40cd-9439-5775370e1f7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:50:44,903 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.200s 2021-10-27 01:50:44,904 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5a0d5b0b-7656-435b-b9ce-ed5e8dd38915', 'x-compute-request-id': 'req-5a0d5b0b-7656-435b-b9ce-ed5e8dd38915', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:50:46,117 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.205s 2021-10-27 01:50:46,118 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2c4c1276-8e6c-493b-8889-6e896d173d00', 'x-compute-request-id': 'req-2c4c1276-8e6c-493b-8889-6e896d173d00', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:50:47,333 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.206s 2021-10-27 01:50:47,333 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a6efed00-bd90-4a9f-a8c9-5538343eac0d', 'x-compute-request-id': 'req-a6efed00-bd90-4a9f-a8c9-5538343eac0d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:50:48,548 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.206s 2021-10-27 01:50:48,549 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fd14241f-752a-4dab-80dc-9e06e3bf7c51', 'x-compute-request-id': 'req-fd14241f-752a-4dab-80dc-9e06e3bf7c51', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:50:49,761 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.202s 2021-10-27 01:50:49,761 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a7755b1f-2c1b-4d0f-85b7-f9d1da588a8c', 'x-compute-request-id': 'req-a7755b1f-2c1b-4d0f-85b7-f9d1da588a8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:50:50,975 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.206s 2021-10-27 01:50:50,975 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-12017518-8043-4c93-bc9c-3a57f5081840', 'x-compute-request-id': 'req-12017518-8043-4c93-bc9c-3a57f5081840', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:50:52,194 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.209s 2021-10-27 01:50:52,194 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f8950729-5e75-4d0a-8bdf-f187934c8428', 'x-compute-request-id': 'req-f8950729-5e75-4d0a-8bdf-f187934c8428', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:50:53,397 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.194s 2021-10-27 01:50:53,398 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e08c890e-042f-46bf-869a-904195fe8822', 'x-compute-request-id': 'req-e08c890e-042f-46bf-869a-904195fe8822', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:50:54,607 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.200s 2021-10-27 01:50:54,607 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-02394b4e-90c3-45d2-ab01-025f665e40fe', 'x-compute-request-id': 'req-02394b4e-90c3-45d2-ab01-025f665e40fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:50:55,818 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.202s 2021-10-27 01:50:55,819 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f25db2f5-5e52-4bef-96c7-b03c49a450e4', 'x-compute-request-id': 'req-f25db2f5-5e52-4bef-96c7-b03c49a450e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:50:57,035 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.207s 2021-10-27 01:50:57,035 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0458badc-47ff-4ae9-b071-49272caa96be', 'x-compute-request-id': 'req-0458badc-47ff-4ae9-b071-49272caa96be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:50:58,257 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.213s 2021-10-27 01:50:58,258 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2e24bb04-6cd6-48cf-80e5-a95671d4a61e', 'x-compute-request-id': 'req-2e24bb04-6cd6-48cf-80e5-a95671d4a61e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:50:59,464 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.198s 2021-10-27 01:50:59,464 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-61f65fff-d311-49c0-a72e-61f8d601203f', 'x-compute-request-id': 'req-61f65fff-d311-49c0-a72e-61f8d601203f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:51:00,901 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.428s 2021-10-27 01:51:00,901 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1be2e730-3fae-4b44-a979-48eee21e3958', 'x-compute-request-id': 'req-1be2e730-3fae-4b44-a979-48eee21e3958', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:51:02,111 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.202s 2021-10-27 01:51:02,112 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bea22f4b-8692-4c5a-9cec-87bf4001dd66', 'x-compute-request-id': 'req-bea22f4b-8692-4c5a-9cec-87bf4001dd66', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:51:03,319 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.198s 2021-10-27 01:51:03,320 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-412d4aac-8b02-4e79-acc5-4211cd45e7b0', 'x-compute-request-id': 'req-412d4aac-8b02-4e79-acc5-4211cd45e7b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:51:04,528 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.200s 2021-10-27 01:51:04,529 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b533eef8-dc69-4a93-ada1-3c4344363717', 'x-compute-request-id': 'req-b533eef8-dc69-4a93-ada1-3c4344363717', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:51:05,743 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.205s 2021-10-27 01:51:05,743 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-17ae7278-45a6-4a6f-b77f-714ef19f2649', 'x-compute-request-id': 'req-17ae7278-45a6-4a6f-b77f-714ef19f2649', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:51:06,944 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.192s 2021-10-27 01:51:06,944 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-05b3c3d6-53f7-4a46-958f-eaf95fbe804c', 'x-compute-request-id': 'req-05b3c3d6-53f7-4a46-958f-eaf95fbe804c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:51:08,167 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.214s 2021-10-27 01:51:08,168 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b768a04f-d6ea-4214-a2e0-935aee978f46', 'x-compute-request-id': 'req-b768a04f-d6ea-4214-a2e0-935aee978f46', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:51:09,376 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.199s 2021-10-27 01:51:09,376 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0c09cc53-919a-473b-ad78-3d17b128258d', 'x-compute-request-id': 'req-0c09cc53-919a-473b-ad78-3d17b128258d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:51:10,589 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.203s 2021-10-27 01:51:10,589 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2c461373-b589-48ba-ae05-709304033884', 'x-compute-request-id': 'req-2c461373-b589-48ba-ae05-709304033884', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:51:11,799 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.201s 2021-10-27 01:51:11,799 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-acd1dcba-068b-4c82-84dc-cb68f7d85c42', 'x-compute-request-id': 'req-acd1dcba-068b-4c82-84dc-cb68f7d85c42', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:51:13,018 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.209s 2021-10-27 01:51:13,018 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ec9dcd08-584e-4529-a00a-f65b0c67d0b0', 'x-compute-request-id': 'req-ec9dcd08-584e-4529-a00a-f65b0c67d0b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:51:14,227 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.200s 2021-10-27 01:51:14,227 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ebc3b120-59a9-45f4-8aef-fea612dfef48', 'x-compute-request-id': 'req-ebc3b120-59a9-45f4-8aef-fea612dfef48', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:51:15,445 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.208s 2021-10-27 01:51:15,445 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7c2dd9f1-647d-46a2-9aad-442da0b007c3', 'x-compute-request-id': 'req-7c2dd9f1-647d-46a2-9aad-442da0b007c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:51:16,658 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.205s 2021-10-27 01:51:16,659 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ec55a075-5b6a-4444-b202-954403ae06ce', 'x-compute-request-id': 'req-ec55a075-5b6a-4444-b202-954403ae06ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:51:17,868 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.201s 2021-10-27 01:51:17,869 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0729b628-0433-45fc-a418-53eb43bf9a2b', 'x-compute-request-id': 'req-0729b628-0433-45fc-a418-53eb43bf9a2b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:51:19,081 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.203s 2021-10-27 01:51:19,081 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6bf1e440-35d9-4fbd-a0cd-25f2e6b586ae', 'x-compute-request-id': 'req-6bf1e440-35d9-4fbd-a0cd-25f2e6b586ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:51:20,303 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.213s 2021-10-27 01:51:20,304 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-21d52a1a-028b-4ef8-8d72-b26feebd15dd', 'x-compute-request-id': 'req-21d52a1a-028b-4ef8-8d72-b26feebd15dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:51:21,516 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.203s 2021-10-27 01:51:21,516 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a46ea922-3421-4bde-848a-c65fc60feb85', 'x-compute-request-id': 'req-a46ea922-3421-4bde-848a-c65fc60feb85', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:51:22,728 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.203s 2021-10-27 01:51:22,728 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c1306dba-4744-411b-9bc8-7a8f0faae81a', 'x-compute-request-id': 'req-c1306dba-4744-411b-9bc8-7a8f0faae81a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:51:23,935 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.198s 2021-10-27 01:51:23,936 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8c9a25cf-0eda-4f16-aa4e-41c9b5a982f8', 'x-compute-request-id': 'req-8c9a25cf-0eda-4f16-aa4e-41c9b5a982f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:51:25,141 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.196s 2021-10-27 01:51:25,142 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-85636467-5f17-4d02-aa8b-09010c4ab611', 'x-compute-request-id': 'req-85636467-5f17-4d02-aa8b-09010c4ab611', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:51:26,353 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.204s 2021-10-27 01:51:26,353 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f9a70656-9f93-435a-ae5f-04159381b570', 'x-compute-request-id': 'req-f9a70656-9f93-435a-ae5f-04159381b570', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:51:27,563 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.202s 2021-10-27 01:51:27,563 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9728cecc-96e1-4148-99eb-67ae207aa087', 'x-compute-request-id': 'req-9728cecc-96e1-4148-99eb-67ae207aa087', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:51:28,771 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.198s 2021-10-27 01:51:28,771 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e7f09fb2-0e1e-4f31-8f56-d17e27c3d40b', 'x-compute-request-id': 'req-e7f09fb2-0e1e-4f31-8f56-d17e27c3d40b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:51:29,979 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.200s 2021-10-27 01:51:29,980 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0a59d590-8e54-4f62-955d-5fe58fe54ede', 'x-compute-request-id': 'req-0a59d590-8e54-4f62-955d-5fe58fe54ede', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:51:31,197 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.207s 2021-10-27 01:51:31,197 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-70438333-ddf8-4915-b2d1-11de94d5c6a3', 'x-compute-request-id': 'req-70438333-ddf8-4915-b2d1-11de94d5c6a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:51:32,409 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.203s 2021-10-27 01:51:32,410 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-85652381-c5b2-4d1a-8115-0d946b8eee7a', 'x-compute-request-id': 'req-85652381-c5b2-4d1a-8115-0d946b8eee7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:51:33,861 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.441s 2021-10-27 01:51:33,861 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3225e2e6-2935-4d82-a55b-67aab8d4d97a', 'x-compute-request-id': 'req-3225e2e6-2935-4d82-a55b-67aab8d4d97a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:51:35,065 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.195s 2021-10-27 01:51:35,066 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-26f0a602-2f0a-45b8-bcff-86c103bed483', 'x-compute-request-id': 'req-26f0a602-2f0a-45b8-bcff-86c103bed483', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:51:36,287 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.213s 2021-10-27 01:51:36,288 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9fae557c-bae3-4df2-9263-106f09f2456b', 'x-compute-request-id': 'req-9fae557c-bae3-4df2-9263-106f09f2456b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:51:37,494 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.197s 2021-10-27 01:51:37,495 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eea30b5a-150b-48f5-8dcd-a8b1ec90dc39', 'x-compute-request-id': 'req-eea30b5a-150b-48f5-8dcd-a8b1ec90dc39', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:51:38,700 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.196s 2021-10-27 01:51:38,700 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dca99cfa-a4bc-4a6c-a07b-9b067f5dfe97', 'x-compute-request-id': 'req-dca99cfa-a4bc-4a6c-a07b-9b067f5dfe97', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:51:39,909 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.199s 2021-10-27 01:51:39,909 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a8e782e0-e4cd-4e00-815b-431756ba3f51', 'x-compute-request-id': 'req-a8e782e0-e4cd-4e00-815b-431756ba3f51', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:51:41,122 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.203s 2021-10-27 01:51:41,122 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7ff47fc1-ff5b-4684-a5ad-a462e70ad3fb', 'x-compute-request-id': 'req-7ff47fc1-ff5b-4684-a5ad-a462e70ad3fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:51:42,334 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.203s 2021-10-27 01:51:42,335 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-78207394-6cdc-478d-b4ff-5aedfc9300c4', 'x-compute-request-id': 'req-78207394-6cdc-478d-b4ff-5aedfc9300c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:51:43,552 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.208s 2021-10-27 01:51:43,552 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f44d8afd-dfdf-4942-8d2b-2d643fea69cf', 'x-compute-request-id': 'req-f44d8afd-dfdf-4942-8d2b-2d643fea69cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:51:44,768 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.207s 2021-10-27 01:51:44,768 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-894cab2a-de3b-4608-b025-9facaf027410', 'x-compute-request-id': 'req-894cab2a-de3b-4608-b025-9facaf027410', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:51:45,990 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.213s 2021-10-27 01:51:45,990 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-72da1d20-307e-4c86-af75-2664eb27f516', 'x-compute-request-id': 'req-72da1d20-307e-4c86-af75-2664eb27f516', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:51:47,186 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.187s 2021-10-27 01:51:47,187 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ba841577-ee4f-4b00-a023-31b904dbabae', 'x-compute-request-id': 'req-ba841577-ee4f-4b00-a023-31b904dbabae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:51:48,401 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.205s 2021-10-27 01:51:48,402 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-97a33522-fd1b-4a99-8c91-f8e2e16c5cd4', 'x-compute-request-id': 'req-97a33522-fd1b-4a99-8c91-f8e2e16c5cd4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:51:49,605 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.195s 2021-10-27 01:51:49,606 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-be4abe27-ee0e-44be-88b5-0f8ee7a14b48', 'x-compute-request-id': 'req-be4abe27-ee0e-44be-88b5-0f8ee7a14b48', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:51:50,819 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.204s 2021-10-27 01:51:50,819 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f6153e39-0bf7-43b3-8396-c1481af37ae3', 'x-compute-request-id': 'req-f6153e39-0bf7-43b3-8396-c1481af37ae3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:51:52,040 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.213s 2021-10-27 01:51:52,040 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-620198ea-5190-42e5-8ce8-82ba1f5abbb6', 'x-compute-request-id': 'req-620198ea-5190-42e5-8ce8-82ba1f5abbb6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:51:53,247 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.199s 2021-10-27 01:51:53,248 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-17703d80-2639-45c3-a3c1-a0a4a897b173', 'x-compute-request-id': 'req-17703d80-2639-45c3-a3c1-a0a4a897b173', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:51:54,465 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.208s 2021-10-27 01:51:54,465 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-21d6c1c8-8704-46c9-82be-5306226b26c1', 'x-compute-request-id': 'req-21d6c1c8-8704-46c9-82be-5306226b26c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:51:55,678 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.204s 2021-10-27 01:51:55,678 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dc156a7b-69f1-4d35-ac77-65df1ea6c08e', 'x-compute-request-id': 'req-dc156a7b-69f1-4d35-ac77-65df1ea6c08e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:51:56,880 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.192s 2021-10-27 01:51:56,880 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-14473e1c-e534-4585-9f7e-552f0f881a4a', 'x-compute-request-id': 'req-14473e1c-e534-4585-9f7e-552f0f881a4a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:51:58,102 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.214s 2021-10-27 01:51:58,103 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d7ac333a-1e25-45d1-84c0-1b0bfebbffcf', 'x-compute-request-id': 'req-d7ac333a-1e25-45d1-84c0-1b0bfebbffcf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:51:59,312 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.201s 2021-10-27 01:51:59,312 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6954f398-e880-44b5-9a33-3b388b87499f', 'x-compute-request-id': 'req-6954f398-e880-44b5-9a33-3b388b87499f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:52:00,522 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.200s 2021-10-27 01:52:00,522 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5ca4c4cc-5a87-4b3e-be51-0f0ca7f835ad', 'x-compute-request-id': 'req-5ca4c4cc-5a87-4b3e-be51-0f0ca7f835ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:52:01,734 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.203s 2021-10-27 01:52:01,735 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c4bef79b-d661-428c-8088-5534249e3596', 'x-compute-request-id': 'req-c4bef79b-d661-428c-8088-5534249e3596', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:52:02,944 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.201s 2021-10-27 01:52:02,944 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-65f867a2-1a68-48f4-9a64-445c5e453ee9', 'x-compute-request-id': 'req-65f867a2-1a68-48f4-9a64-445c5e453ee9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:52:04,156 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.202s 2021-10-27 01:52:04,156 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-36e29cf1-a258-4c61-afb6-e6d9a032bbdf', 'x-compute-request-id': 'req-36e29cf1-a258-4c61-afb6-e6d9a032bbdf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:52:05,369 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.203s 2021-10-27 01:52:05,369 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3d26882b-3edf-43fc-9ee8-94f4eee3761f', 'x-compute-request-id': 'req-3d26882b-3edf-43fc-9ee8-94f4eee3761f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:52:06,575 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.197s 2021-10-27 01:52:06,575 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-be5b573b-2e52-4b28-8fc5-cd2c3589d625', 'x-compute-request-id': 'req-be5b573b-2e52-4b28-8fc5-cd2c3589d625', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:52:07,789 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.206s 2021-10-27 01:52:07,790 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-37f4ab30-89d4-43dd-9362-863ad24fa388', 'x-compute-request-id': 'req-37f4ab30-89d4-43dd-9362-863ad24fa388', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:52:09,013 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.214s 2021-10-27 01:52:09,013 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7ba77cc8-b2aa-4249-8f08-472673902285', 'x-compute-request-id': 'req-7ba77cc8-b2aa-4249-8f08-472673902285', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:52:10,222 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.201s 2021-10-27 01:52:10,223 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c2ab084d-bc1a-42b2-8af9-477b51f73a65', 'x-compute-request-id': 'req-c2ab084d-bc1a-42b2-8af9-477b51f73a65', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:52:11,436 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.205s 2021-10-27 01:52:11,436 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-61e8cb11-6c2c-4eac-a823-4a34543b59a8', 'x-compute-request-id': 'req-61e8cb11-6c2c-4eac-a823-4a34543b59a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:52:12,646 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.200s 2021-10-27 01:52:12,646 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a927fd43-77f9-4c8c-941a-822f72df6287', 'x-compute-request-id': 'req-a927fd43-77f9-4c8c-941a-822f72df6287', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:52:13,860 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.205s 2021-10-27 01:52:13,861 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-73f3d455-096d-434d-9a8d-3870287f115b', 'x-compute-request-id': 'req-73f3d455-096d-434d-9a8d-3870287f115b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:52:15,072 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.202s 2021-10-27 01:52:15,073 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-146d1be6-bbcf-410d-921e-26a75d6cf516', 'x-compute-request-id': 'req-146d1be6-bbcf-410d-921e-26a75d6cf516', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:52:16,290 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.208s 2021-10-27 01:52:16,290 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fdd6346a-9370-426b-a25d-204608629cd6', 'x-compute-request-id': 'req-fdd6346a-9370-426b-a25d-204608629cd6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:52:17,490 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.190s 2021-10-27 01:52:17,490 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d60c015e-d9da-49ff-bd6d-e42321fa6360', 'x-compute-request-id': 'req-d60c015e-d9da-49ff-bd6d-e42321fa6360', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:52:18,703 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.204s 2021-10-27 01:52:18,703 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a544f054-1d73-4070-869e-788253771359', 'x-compute-request-id': 'req-a544f054-1d73-4070-869e-788253771359', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:52:19,916 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.203s 2021-10-27 01:52:19,916 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-47f05c77-0409-4ff1-878a-0307cd112c68', 'x-compute-request-id': 'req-47f05c77-0409-4ff1-878a-0307cd112c68', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:52:21,129 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.200s 2021-10-27 01:52:21,129 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e691dd18-1777-4bcc-8be4-e0744dbd7d2d', 'x-compute-request-id': 'req-e691dd18-1777-4bcc-8be4-e0744dbd7d2d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:52:22,338 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.200s 2021-10-27 01:52:22,339 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-63e6807d-e3dd-4bc1-80b3-bf577a36365d', 'x-compute-request-id': 'req-63e6807d-e3dd-4bc1-80b3-bf577a36365d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:52:23,545 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.197s 2021-10-27 01:52:23,545 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f0e32ca0-e9e7-472e-9a1f-b8132b6359bd', 'x-compute-request-id': 'req-f0e32ca0-e9e7-472e-9a1f-b8132b6359bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:52:24,755 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.200s 2021-10-27 01:52:24,755 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fd2ca770-3a92-4d80-bfcb-8b898a1570af', 'x-compute-request-id': 'req-fd2ca770-3a92-4d80-bfcb-8b898a1570af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:52:25,963 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.199s 2021-10-27 01:52:25,964 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9a77e951-d58e-4d76-8536-239ffe62ebcc', 'x-compute-request-id': 'req-9a77e951-d58e-4d76-8536-239ffe62ebcc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:52:27,178 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.205s 2021-10-27 01:52:27,178 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6df8b75d-a24b-497d-a065-acfd53e54009', 'x-compute-request-id': 'req-6df8b75d-a24b-497d-a065-acfd53e54009', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:52:28,404 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.217s 2021-10-27 01:52:28,404 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-508ee167-9e72-4bb4-9231-c4abbb594815', 'x-compute-request-id': 'req-508ee167-9e72-4bb4-9231-c4abbb594815', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:52:29,622 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.208s 2021-10-27 01:52:29,622 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1577dc4a-6f05-4f8b-99a2-ef29b4ffcd34', 'x-compute-request-id': 'req-1577dc4a-6f05-4f8b-99a2-ef29b4ffcd34', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:52:30,835 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.204s 2021-10-27 01:52:30,836 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d2e5a835-6807-4107-9f63-d57abda85114', 'x-compute-request-id': 'req-d2e5a835-6807-4107-9f63-d57abda85114', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:52:32,044 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.199s 2021-10-27 01:52:32,044 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0d63f948-39e2-4c9c-8093-844c4957640f', 'x-compute-request-id': 'req-0d63f948-39e2-4c9c-8093-844c4957640f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:52:33,248 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.195s 2021-10-27 01:52:33,248 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-66b1755f-31b0-498f-b2d2-e05599bec661', 'x-compute-request-id': 'req-66b1755f-31b0-498f-b2d2-e05599bec661', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:52:34,458 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.201s 2021-10-27 01:52:34,458 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b27dba62-c5d8-4b55-a2cd-e5e3adbf839c', 'x-compute-request-id': 'req-b27dba62-c5d8-4b55-a2cd-e5e3adbf839c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:52:35,678 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.212s 2021-10-27 01:52:35,679 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-80bae17c-d414-4213-8796-d05764ec0434', 'x-compute-request-id': 'req-80bae17c-d414-4213-8796-d05764ec0434', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:52:37,123 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.435s 2021-10-27 01:52:37,123 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3867a0de-0342-4c14-98df-e8bcbe3cd68d', 'x-compute-request-id': 'req-3867a0de-0342-4c14-98df-e8bcbe3cd68d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:52:38,339 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.207s 2021-10-27 01:52:38,339 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c87675b2-60f8-485b-a09f-9637b43f2ea6', 'x-compute-request-id': 'req-c87675b2-60f8-485b-a09f-9637b43f2ea6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:52:39,546 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.198s 2021-10-27 01:52:39,546 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-15b7823e-d388-478b-8094-9edc15186140', 'x-compute-request-id': 'req-15b7823e-d388-478b-8094-9edc15186140', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:52:40,755 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.199s 2021-10-27 01:52:40,755 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8963eefe-28cf-4f2c-a7b5-f0dbfc8f8aaa', 'x-compute-request-id': 'req-8963eefe-28cf-4f2c-a7b5-f0dbfc8f8aaa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:52:41,951 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.187s 2021-10-27 01:52:41,951 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9a54eea1-6021-4d0b-be50-440d83497347', 'x-compute-request-id': 'req-9a54eea1-6021-4d0b-be50-440d83497347', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:52:43,167 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.206s 2021-10-27 01:52:43,167 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d479c5ff-2648-4a48-860a-81727fb67844', 'x-compute-request-id': 'req-d479c5ff-2648-4a48-860a-81727fb67844', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:52:44,400 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.224s 2021-10-27 01:52:44,401 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-03a2485e-4509-4650-a45b-f0eb260641af', 'x-compute-request-id': 'req-03a2485e-4509-4650-a45b-f0eb260641af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:52:45,611 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.202s 2021-10-27 01:52:45,611 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-07b7756a-ef20-4169-a9b2-b61ff7140313', 'x-compute-request-id': 'req-07b7756a-ef20-4169-a9b2-b61ff7140313', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:52:46,837 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.214s 2021-10-27 01:52:46,837 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c3ad113c-5f19-4cbe-bd46-8a0514efc72e', 'x-compute-request-id': 'req-c3ad113c-5f19-4cbe-bd46-8a0514efc72e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:52:48,048 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.203s 2021-10-27 01:52:48,049 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-72204f96-af72-4c34-b1c8-e67b2e1fec92', 'x-compute-request-id': 'req-72204f96-af72-4c34-b1c8-e67b2e1fec92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:52:49,261 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.203s 2021-10-27 01:52:49,261 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8814c6b6-e696-4c3d-9e91-abdf9ddbbe46', 'x-compute-request-id': 'req-8814c6b6-e696-4c3d-9e91-abdf9ddbbe46', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:52:50,472 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.203s 2021-10-27 01:52:50,473 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ecbec30a-cc6b-4142-b20f-6047adc35b4d', 'x-compute-request-id': 'req-ecbec30a-cc6b-4142-b20f-6047adc35b4d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:52:51,678 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.197s 2021-10-27 01:52:51,678 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e4a09315-58b7-4e19-ba77-7a12f01233e2', 'x-compute-request-id': 'req-e4a09315-58b7-4e19-ba77-7a12f01233e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:52:52,889 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.202s 2021-10-27 01:52:52,890 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8bf44036-b505-4403-952c-19db60093075', 'x-compute-request-id': 'req-8bf44036-b505-4403-952c-19db60093075', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:52:54,102 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.204s 2021-10-27 01:52:54,103 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ac699d9b-811c-4b2f-b3ed-7d53b7fc0421', 'x-compute-request-id': 'req-ac699d9b-811c-4b2f-b3ed-7d53b7fc0421', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:52:55,311 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.200s 2021-10-27 01:52:55,311 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f0416675-1884-4044-beb4-c6b4295636d8', 'x-compute-request-id': 'req-f0416675-1884-4044-beb4-c6b4295636d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:52:56,529 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.209s 2021-10-27 01:52:56,530 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a4d8d821-844a-4520-8930-7d02d5901b09', 'x-compute-request-id': 'req-a4d8d821-844a-4520-8930-7d02d5901b09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:52:57,748 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.209s 2021-10-27 01:52:57,749 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-002cef4e-7558-4d1c-93b1-24845dade524', 'x-compute-request-id': 'req-002cef4e-7558-4d1c-93b1-24845dade524', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:52:58,956 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.197s 2021-10-27 01:52:58,956 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f3ee9993-0452-4b82-827b-abedbdb9d1e7', 'x-compute-request-id': 'req-f3ee9993-0452-4b82-827b-abedbdb9d1e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:53:00,167 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.201s 2021-10-27 01:53:00,168 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f078410c-281b-41f3-aafd-c8139ddfe93b', 'x-compute-request-id': 'req-f078410c-281b-41f3-aafd-c8139ddfe93b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:53:01,377 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.199s 2021-10-27 01:53:01,377 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7a121d0e-ee16-4d14-8270-6439296f322f', 'x-compute-request-id': 'req-7a121d0e-ee16-4d14-8270-6439296f322f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:53:02,596 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.210s 2021-10-27 01:53:02,596 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f6ae5852-2f20-4d94-9e58-93691badacc1', 'x-compute-request-id': 'req-f6ae5852-2f20-4d94-9e58-93691badacc1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:53:03,804 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.199s 2021-10-27 01:53:03,805 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5edaf380-0cec-49ad-9973-c16a85537a5c', 'x-compute-request-id': 'req-5edaf380-0cec-49ad-9973-c16a85537a5c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:53:05,018 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.204s 2021-10-27 01:53:05,018 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-895dfc02-9fb3-46d9-8d01-e1be197269e8', 'x-compute-request-id': 'req-895dfc02-9fb3-46d9-8d01-e1be197269e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:53:06,235 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.208s 2021-10-27 01:53:06,236 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0134b6b3-59fe-44bf-bdb9-74e774f38480', 'x-compute-request-id': 'req-0134b6b3-59fe-44bf-bdb9-74e774f38480', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:53:07,441 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.192s 2021-10-27 01:53:07,442 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-98046d66-d72c-4ba4-9f23-e45bacac9d3b', 'x-compute-request-id': 'req-98046d66-d72c-4ba4-9f23-e45bacac9d3b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:53:08,649 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.199s 2021-10-27 01:53:08,650 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-45e5cc19-647f-4c98-8351-d00d082e31cf', 'x-compute-request-id': 'req-45e5cc19-647f-4c98-8351-d00d082e31cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:53:09,871 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.205s 2021-10-27 01:53:09,871 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fb09fb19-f0c5-4e4a-8dba-2b8f9b0543f2', 'x-compute-request-id': 'req-fb09fb19-f0c5-4e4a-8dba-2b8f9b0543f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:53:11,313 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.433s 2021-10-27 01:53:11,313 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-edb87582-bf2b-4586-a555-046c0c13f86c', 'x-compute-request-id': 'req-edb87582-bf2b-4586-a555-046c0c13f86c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:53:12,523 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.200s 2021-10-27 01:53:12,523 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c0be1e83-ee40-4e02-b12d-445631f74413', 'x-compute-request-id': 'req-c0be1e83-ee40-4e02-b12d-445631f74413', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:53:13,732 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.200s 2021-10-27 01:53:13,732 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-619704bb-fdc5-40ef-8f0c-08655b54b938', 'x-compute-request-id': 'req-619704bb-fdc5-40ef-8f0c-08655b54b938', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:53:14,940 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.199s 2021-10-27 01:53:14,940 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0e9ba1a8-93c0-4350-929d-34129b1f6d86', 'x-compute-request-id': 'req-0e9ba1a8-93c0-4350-929d-34129b1f6d86', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:53:16,154 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.204s 2021-10-27 01:53:16,154 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b306c76a-c614-485e-b40c-98792c257594', 'x-compute-request-id': 'req-b306c76a-c614-485e-b40c-98792c257594', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:53:17,372 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.209s 2021-10-27 01:53:17,373 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3c7a5191-888b-48fa-9d8f-aa128c5afc14', 'x-compute-request-id': 'req-3c7a5191-888b-48fa-9d8f-aa128c5afc14', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:53:18,580 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.197s 2021-10-27 01:53:18,580 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1817ba3f-be4e-4efd-aa13-43272dfa8962', 'x-compute-request-id': 'req-1817ba3f-be4e-4efd-aa13-43272dfa8962', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:53:19,786 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.197s 2021-10-27 01:53:19,786 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-58a9f9a6-ae9e-4a4f-ab96-728c74a44345', 'x-compute-request-id': 'req-58a9f9a6-ae9e-4a4f-ab96-728c74a44345', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:53:20,994 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.199s 2021-10-27 01:53:20,995 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3ac28cde-445a-4409-a1dc-71d3158a4b5c', 'x-compute-request-id': 'req-3ac28cde-445a-4409-a1dc-71d3158a4b5c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:53:22,208 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.204s 2021-10-27 01:53:22,208 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c03577ee-033f-4441-a230-ee5cfa1489e8', 'x-compute-request-id': 'req-c03577ee-033f-4441-a230-ee5cfa1489e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:53:23,418 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.201s 2021-10-27 01:53:23,418 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-45e3e38f-13b9-456c-87d9-9f1c852bf007', 'x-compute-request-id': 'req-45e3e38f-13b9-456c-87d9-9f1c852bf007', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:53:24,636 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.209s 2021-10-27 01:53:24,637 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f1bb5ebf-78eb-4da9-aec3-716789ee0fee', 'x-compute-request-id': 'req-f1bb5ebf-78eb-4da9-aec3-716789ee0fee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:53:25,849 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.203s 2021-10-27 01:53:25,849 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-70fbcc2c-5436-485c-b9d4-a66a8f87fe6b', 'x-compute-request-id': 'req-70fbcc2c-5436-485c-b9d4-a66a8f87fe6b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:53:27,040 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.183s 2021-10-27 01:53:27,041 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-44ec2f01-3fad-4c41-b516-bc3e4be98d8f', 'x-compute-request-id': 'req-44ec2f01-3fad-4c41-b516-bc3e4be98d8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:53:28,254 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.205s 2021-10-27 01:53:28,254 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-57ae53b1-c058-4e61-afc0-aa5c2cbd922b', 'x-compute-request-id': 'req-57ae53b1-c058-4e61-afc0-aa5c2cbd922b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:53:29,464 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.201s 2021-10-27 01:53:29,464 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-41cc004a-644a-4ff5-bde8-f56f308d2212', 'x-compute-request-id': 'req-41cc004a-644a-4ff5-bde8-f56f308d2212', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:53:30,676 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.202s 2021-10-27 01:53:30,676 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8b74e249-f442-4d8e-847a-112faf69388c', 'x-compute-request-id': 'req-8b74e249-f442-4d8e-847a-112faf69388c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:53:31,884 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.199s 2021-10-27 01:53:31,884 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-50998ad9-78c7-49c2-ab17-67fe53c48b29', 'x-compute-request-id': 'req-50998ad9-78c7-49c2-ab17-67fe53c48b29', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:53:33,095 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.202s 2021-10-27 01:53:33,095 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-98f8300d-d055-44aa-9398-e78ecb61de72', 'x-compute-request-id': 'req-98f8300d-d055-44aa-9398-e78ecb61de72', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:53:34,309 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.204s 2021-10-27 01:53:34,310 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f3ef16e3-f5c2-4a54-961f-0c721da03971', 'x-compute-request-id': 'req-f3ef16e3-f5c2-4a54-961f-0c721da03971', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:53:35,517 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.199s 2021-10-27 01:53:35,518 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-11e9203b-40e5-48f8-94bc-d3bda3d6c293', 'x-compute-request-id': 'req-11e9203b-40e5-48f8-94bc-d3bda3d6c293', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:53:36,727 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.200s 2021-10-27 01:53:36,727 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f22d516c-0695-4c49-a260-5d0f8405bf84', 'x-compute-request-id': 'req-f22d516c-0695-4c49-a260-5d0f8405bf84', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:53:37,943 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.207s 2021-10-27 01:53:37,944 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f0bb5029-20c8-4358-bc5a-7b440e8cd81e', 'x-compute-request-id': 'req-f0bb5029-20c8-4358-bc5a-7b440e8cd81e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:53:39,177 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.225s 2021-10-27 01:53:39,177 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cf6bfb20-4eee-4045-a050-a39cecc51d84', 'x-compute-request-id': 'req-cf6bfb20-4eee-4045-a050-a39cecc51d84', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:53:40,419 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.233s 2021-10-27 01:53:40,419 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-95f36a49-80d5-4b2a-8e6b-ca6554d4edd1', 'x-compute-request-id': 'req-95f36a49-80d5-4b2a-8e6b-ca6554d4edd1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:53:41,694 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.265s 2021-10-27 01:53:41,694 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1729bcec-15d5-456f-86a4-52720bdffc41', 'x-compute-request-id': 'req-1729bcec-15d5-456f-86a4-52720bdffc41', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:53:42,902 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.199s 2021-10-27 01:53:42,903 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-be5e6255-dc4a-45e6-817f-86b625629a45', 'x-compute-request-id': 'req-be5e6255-dc4a-45e6-817f-86b625629a45', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:53:44,115 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.204s 2021-10-27 01:53:44,115 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-100d8643-b4b5-4011-ac39-5bf09c223e98', 'x-compute-request-id': 'req-100d8643-b4b5-4011-ac39-5bf09c223e98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:53:45,325 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.201s 2021-10-27 01:53:45,325 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8cb91f33-ea19-4008-838e-fb27d9b5badf', 'x-compute-request-id': 'req-8cb91f33-ea19-4008-838e-fb27d9b5badf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:53:46,547 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.212s 2021-10-27 01:53:46,547 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6c6c2bbd-42a6-4637-938a-388e5304b3b6', 'x-compute-request-id': 'req-6c6c2bbd-42a6-4637-938a-388e5304b3b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:53:47,996 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.440s 2021-10-27 01:53:47,997 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cc4f204d-7f30-466f-955e-871319663713', 'x-compute-request-id': 'req-cc4f204d-7f30-466f-955e-871319663713', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:53:49,203 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.198s 2021-10-27 01:53:49,204 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-626df83d-c3ca-4a6c-83b9-51cd517d0c3c', 'x-compute-request-id': 'req-626df83d-c3ca-4a6c-83b9-51cd517d0c3c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:53:50,417 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.204s 2021-10-27 01:53:50,417 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-81cc02d4-1374-4870-922d-c0d17090c590', 'x-compute-request-id': 'req-81cc02d4-1374-4870-922d-c0d17090c590', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:53:51,626 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.200s 2021-10-27 01:53:51,627 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3fc314d1-1a88-4e6d-9356-1a8f4c0ca31e', 'x-compute-request-id': 'req-3fc314d1-1a88-4e6d-9356-1a8f4c0ca31e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:53:52,849 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.212s 2021-10-27 01:53:52,849 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-50efd7e7-cf75-4b70-bb08-7b1933fec9a3', 'x-compute-request-id': 'req-50efd7e7-cf75-4b70-bb08-7b1933fec9a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:53:54,063 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.206s 2021-10-27 01:53:54,063 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a5312b28-2f6f-461e-bb2f-4c2ae56d7651', 'x-compute-request-id': 'req-a5312b28-2f6f-461e-bb2f-4c2ae56d7651', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:53:55,271 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.198s 2021-10-27 01:53:55,271 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c5816db2-9d04-4c44-993b-c33f54c7b37b', 'x-compute-request-id': 'req-c5816db2-9d04-4c44-993b-c33f54c7b37b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:53:56,492 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.202s 2021-10-27 01:53:56,493 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1a9da531-41c4-4300-8afc-99a492d110d6', 'x-compute-request-id': 'req-1a9da531-41c4-4300-8afc-99a492d110d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:53:57,705 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.203s 2021-10-27 01:53:57,705 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aeca4f6a-5115-43a4-b8c6-1bfdf55feb8e', 'x-compute-request-id': 'req-aeca4f6a-5115-43a4-b8c6-1bfdf55feb8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:53:58,921 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.207s 2021-10-27 01:53:58,922 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c2bff90c-463b-4f7b-8f2c-409fb325181e', 'x-compute-request-id': 'req-c2bff90c-463b-4f7b-8f2c-409fb325181e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:54:00,134 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.203s 2021-10-27 01:54:00,134 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1fbe4cec-9ac2-4fdb-9c0e-73852d586754', 'x-compute-request-id': 'req-1fbe4cec-9ac2-4fdb-9c0e-73852d586754', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:54:01,355 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.211s 2021-10-27 01:54:01,355 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a4ae4353-ebba-4ee3-9755-9a1136fe5d91', 'x-compute-request-id': 'req-a4ae4353-ebba-4ee3-9755-9a1136fe5d91', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:54:02,574 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.210s 2021-10-27 01:54:02,575 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5eafac25-2bcc-43ba-b403-5157c3ebb722', 'x-compute-request-id': 'req-5eafac25-2bcc-43ba-b403-5157c3ebb722', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:54:03,786 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.201s 2021-10-27 01:54:03,786 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-15eb3839-fc1e-43e5-bf25-ba7b76c9e7cc', 'x-compute-request-id': 'req-15eb3839-fc1e-43e5-bf25-ba7b76c9e7cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:54:04,997 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.202s 2021-10-27 01:54:04,998 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c3b4d3ad-eef5-4679-a799-5e9b8a4881c5', 'x-compute-request-id': 'req-c3b4d3ad-eef5-4679-a799-5e9b8a4881c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:54:06,210 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.204s 2021-10-27 01:54:06,211 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0cfbb585-91f1-4fb9-a6f5-38b6f8db8ade', 'x-compute-request-id': 'req-0cfbb585-91f1-4fb9-a6f5-38b6f8db8ade', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:54:07,418 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.198s 2021-10-27 01:54:07,418 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-377e23c8-140b-44f4-b888-ef8a574cef4a', 'x-compute-request-id': 'req-377e23c8-140b-44f4-b888-ef8a574cef4a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:54:08,715 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.287s 2021-10-27 01:54:08,716 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-10e74443-39d4-42af-9c68-fc71132fcf88', 'x-compute-request-id': 'req-10e74443-39d4-42af-9c68-fc71132fcf88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:54:09,922 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.197s 2021-10-27 01:54:09,922 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-64bebae5-531a-40c4-acc1-3141bce96a98', 'x-compute-request-id': 'req-64bebae5-531a-40c4-acc1-3141bce96a98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:54:11,139 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.208s 2021-10-27 01:54:11,139 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5b3b5025-e7f5-4736-a90c-8cbc865add9d', 'x-compute-request-id': 'req-5b3b5025-e7f5-4736-a90c-8cbc865add9d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:54:12,349 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.200s 2021-10-27 01:54:12,349 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b894f1da-7bdf-4506-8967-2adbd7e7aedb', 'x-compute-request-id': 'req-b894f1da-7bdf-4506-8967-2adbd7e7aedb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:54:13,559 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.202s 2021-10-27 01:54:13,560 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a0407344-9b9f-4cf4-a191-33f7bbad942e', 'x-compute-request-id': 'req-a0407344-9b9f-4cf4-a191-33f7bbad942e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:54:14,773 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.204s 2021-10-27 01:54:14,774 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e74cdd32-b0c6-4e50-bba1-65fa4f74ef13', 'x-compute-request-id': 'req-e74cdd32-b0c6-4e50-bba1-65fa4f74ef13', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:54:15,981 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.198s 2021-10-27 01:54:15,981 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-98db702f-9322-4195-8fcc-44252056e75e', 'x-compute-request-id': 'req-98db702f-9322-4195-8fcc-44252056e75e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:54:17,192 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.202s 2021-10-27 01:54:17,192 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ef75a108-c899-45a1-9900-d86b4fbb423c', 'x-compute-request-id': 'req-ef75a108-c899-45a1-9900-d86b4fbb423c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:54:18,407 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.207s 2021-10-27 01:54:18,407 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0eece659-1315-4e02-a577-f2f975dec5f6', 'x-compute-request-id': 'req-0eece659-1315-4e02-a577-f2f975dec5f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:54:19,610 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.193s 2021-10-27 01:54:19,610 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e3b5b9f7-ce82-48b6-853f-89f9a3019063', 'x-compute-request-id': 'req-e3b5b9f7-ce82-48b6-853f-89f9a3019063', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:54:20,820 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.200s 2021-10-27 01:54:20,820 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f74e98c3-3a78-4d46-bc81-c914e01ad0d5', 'x-compute-request-id': 'req-f74e98c3-3a78-4d46-bc81-c914e01ad0d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:54:22,030 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.201s 2021-10-27 01:54:22,031 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-199494b0-74af-4f0f-b79f-8296044e5d2d', 'x-compute-request-id': 'req-199494b0-74af-4f0f-b79f-8296044e5d2d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:54:23,246 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.206s 2021-10-27 01:54:23,247 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-36da0b78-ea47-432c-ae9e-0a485735ab91', 'x-compute-request-id': 'req-36da0b78-ea47-432c-ae9e-0a485735ab91', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:54:24,466 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.210s 2021-10-27 01:54:24,467 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1f94f4b6-18bc-41d8-9fd8-eed212f07afa', 'x-compute-request-id': 'req-1f94f4b6-18bc-41d8-9fd8-eed212f07afa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:54:25,670 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.195s 2021-10-27 01:54:25,671 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c3479e54-2e07-42f0-be5c-076f48766e20', 'x-compute-request-id': 'req-c3479e54-2e07-42f0-be5c-076f48766e20', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:54:26,889 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.209s 2021-10-27 01:54:26,890 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-da422390-c328-41e5-92a0-02429f88c86b', 'x-compute-request-id': 'req-da422390-c328-41e5-92a0-02429f88c86b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:54:28,104 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.205s 2021-10-27 01:54:28,104 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-adc82076-90a1-4ac1-9836-7ca992d11725', 'x-compute-request-id': 'req-adc82076-90a1-4ac1-9836-7ca992d11725', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:54:29,318 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.204s 2021-10-27 01:54:29,318 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bf6768ff-3cad-495d-9342-569ef951b13f', 'x-compute-request-id': 'req-bf6768ff-3cad-495d-9342-569ef951b13f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:54:30,531 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.203s 2021-10-27 01:54:30,531 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-893b1534-e445-4f55-aaaa-9a47bb794fb5', 'x-compute-request-id': 'req-893b1534-e445-4f55-aaaa-9a47bb794fb5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:54:31,745 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.205s 2021-10-27 01:54:31,745 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ed913465-4e5e-46cf-9474-359ddc57625f', 'x-compute-request-id': 'req-ed913465-4e5e-46cf-9474-359ddc57625f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:54:32,964 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.209s 2021-10-27 01:54:32,975 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a8ddc93f-36d4-4e95-af4e-8ffbfd2cb4e8', 'x-compute-request-id': 'req-a8ddc93f-36d4-4e95-af4e-8ffbfd2cb4e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:54:34,182 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.198s 2021-10-27 01:54:34,182 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4201b8cf-2063-4a59-b19c-a73843474a35', 'x-compute-request-id': 'req-4201b8cf-2063-4a59-b19c-a73843474a35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:54:35,389 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.198s 2021-10-27 01:54:35,390 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2114cf0e-2410-4949-8260-fb2e7d24b592', 'x-compute-request-id': 'req-2114cf0e-2410-4949-8260-fb2e7d24b592', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:54:36,600 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.201s 2021-10-27 01:54:36,601 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-95bc5c25-a458-4466-bc44-9681b660d167', 'x-compute-request-id': 'req-95bc5c25-a458-4466-bc44-9681b660d167', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:54:37,813 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.203s 2021-10-27 01:54:37,813 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e31698b9-04cd-4c41-a74c-80d9986f9c04', 'x-compute-request-id': 'req-e31698b9-04cd-4c41-a74c-80d9986f9c04', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' 2021-10-27 01:54:39,024 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987 0.201s 2021-10-27 01:54:39,024 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5985822c-61c3-4ab0-bb3a-69d486a72d61', 'x-compute-request-id': 'req-5985822c-61c3-4ab0-bb3a-69d486a72d61', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987'} Body: b'{"server": {"id": "fd7748ba-d1e8-4815-a4bf-cf66966ab987", "name": "tempest-VolumesSnapshotTestJSON-instance-516103315", "status": "ACTIVE", "tenant_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "user_id": "217b11f7f05845598980741885b4417e", "metadata": {}, "hostId": "a9eccbae3b74dd1435b5a6b991435a8b1027e4177f633614908e4916", "image": {"id": "9a8e938b-34a6-4540-9569-29deb8df1b1b", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/9a8e938b-34a6-4540-9569-29deb8df1b1b"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:35:35Z", "updated": "2021-10-27T01:48:39Z", "addresses": {"tempest-VolumesSnapshotTestJSON-748198010-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:e1:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/fd7748ba-d1e8-4815-a4bf-cf66966ab987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-10-27T01:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "790fb4e6-c6ab-40b2-a19b-fef9065b9dac"}]}}' }}} 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 790fb4e6-c6ab-40b2-a19b-fef9065b9dac failed to reach available status (current detaching) within the required time (360 s). }}} traceback-2: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc return func(*args, **kwargs) File "/opt/stack/tempest/tempest/common/waiters.py", line 141, in wait_for_server_termination raise lib_exc.TimeoutException tempest.lib.exceptions.TimeoutException: Request timed out Details: None }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/test_volumes_snapshots.py", line 60, in test_snapshot_create_delete_with_volume_in_use snapshot2 = self.create_snapshot(volume['id'], force=True) File "/opt/stack/tempest/tempest/api/volume/base.py", line 149, 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 bf80d7ff-c48d-42ce-b3c2-60821a3396d3 failed to reach available status (current creating) within the required time (360 s). |
||||||
test_snapshot_create_get_list_update_delete[id-2a8abbe4-d871-46db-b049-c41f5af8216e] |
fail
ft8.3: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete[id-2a8abbe4-d871-46db-b049-c41f5af8216e]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-10-27 01:54:39,374 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 202 POST http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots 0.123s 2021-10-27 01:54:39,375 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"snapshot": {"volume_id": "8d3a00e1-d6c2-47ac-8843-360b6e012b13", "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-997532658"}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f882a81-5c52-4e20-bdbe-a1a80a8d18c7', 'content-length': '379', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f882a81-5c52-4e20-bdbe-a1a80a8d18c7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots'} Body: b'{"snapshot": {"id": "22178173-a263-4ea5-9a87-1941e5d23bea", "created_at": "2021-10-27T01:54:39.320638", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-997532658", "description": null, "volume_id": "8d3a00e1-d6c2-47ac-8843-360b6e012b13", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}}}' 2021-10-27 01:54:39,400 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/22178173-a263-4ea5-9a87-1941e5d23bea 0.022s 2021-10-27 01:54:39,400 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f84d4fd-c47a-4dcc-a12f-7acb2dd7db88', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f84d4fd-c47a-4dcc-a12f-7acb2dd7db88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/22178173-a263-4ea5-9a87-1941e5d23bea'} Body: b'{"snapshot": {"id": "22178173-a263-4ea5-9a87-1941e5d23bea", "created_at": "2021-10-27T01:54:39.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-997532658", "description": null, "volume_id": "8d3a00e1-d6c2-47ac-8843-360b6e012b13", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:54:40,426 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/22178173-a263-4ea5-9a87-1941e5d23bea 0.022s 2021-10-27 01:54:40,427 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cbd3da6e-770a-4f52-b34a-1d3370cd13f1', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cbd3da6e-770a-4f52-b34a-1d3370cd13f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/22178173-a263-4ea5-9a87-1941e5d23bea'} Body: b'{"snapshot": {"id": "22178173-a263-4ea5-9a87-1941e5d23bea", "created_at": "2021-10-27T01:54:39.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-997532658", "description": null, "volume_id": "8d3a00e1-d6c2-47ac-8843-360b6e012b13", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:54:41,454 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/22178173-a263-4ea5-9a87-1941e5d23bea 0.024s 2021-10-27 01:54:41,455 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f996e6ac-75e8-4621-addf-3a68c4444d6d', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f996e6ac-75e8-4621-addf-3a68c4444d6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/22178173-a263-4ea5-9a87-1941e5d23bea'} Body: b'{"snapshot": {"id": "22178173-a263-4ea5-9a87-1941e5d23bea", "created_at": "2021-10-27T01:54:39.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-997532658", "description": null, "volume_id": "8d3a00e1-d6c2-47ac-8843-360b6e012b13", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:55:36,402 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/22178173-a263-4ea5-9a87-1941e5d23bea 53.943s 2021-10-27 01:55:36,402 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02ee5a25-e61d-4814-8135-23b18da25d33', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02ee5a25-e61d-4814-8135-23b18da25d33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/22178173-a263-4ea5-9a87-1941e5d23bea'} Body: b'{"snapshot": {"id": "22178173-a263-4ea5-9a87-1941e5d23bea", "created_at": "2021-10-27T01:54:39.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-997532658", "description": null, "volume_id": "8d3a00e1-d6c2-47ac-8843-360b6e012b13", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:56:37,460 122965 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.25', port=80): Read timed out. (read timeout=60)")': /volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/22178173-a263-4ea5-9a87-1941e5d23bea 2021-10-27 01:56:42,589 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/22178173-a263-4ea5-9a87-1941e5d23bea 65.184s 2021-10-27 01:56:42,589 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:56:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d44a5c95-93a9-4231-91a6-613889edb5d0', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d44a5c95-93a9-4231-91a6-613889edb5d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/22178173-a263-4ea5-9a87-1941e5d23bea'} Body: b'{"snapshot": {"id": "22178173-a263-4ea5-9a87-1941e5d23bea", "created_at": "2021-10-27T01:54:39.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-997532658", "description": null, "volume_id": "8d3a00e1-d6c2-47ac-8843-360b6e012b13", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:57:36,549 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/22178173-a263-4ea5-9a87-1941e5d23bea 52.956s 2021-10-27 01:57:36,549 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:56:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c17ce050-7a9d-4a77-914f-6099191d78b0', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c17ce050-7a9d-4a77-914f-6099191d78b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/22178173-a263-4ea5-9a87-1941e5d23bea'} Body: b'{"snapshot": {"id": "22178173-a263-4ea5-9a87-1941e5d23bea", "created_at": "2021-10-27T01:54:39.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-997532658", "description": null, "volume_id": "8d3a00e1-d6c2-47ac-8843-360b6e012b13", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 01:58:37,614 122965 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.25', port=80): Read timed out. (read timeout=60)")': /volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/22178173-a263-4ea5-9a87-1941e5d23bea 2021-10-27 01:59:37,187 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/22178173-a263-4ea5-9a87-1941e5d23bea 119.633s 2021-10-27 01:59:37,187 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:58:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-92502243-db00-4cf3-9a2e-8c33d80e8931', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-92502243-db00-4cf3-9a2e-8c33d80e8931', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/22178173-a263-4ea5-9a87-1941e5d23bea'} Body: b'{"snapshot": {"id": "22178173-a263-4ea5-9a87-1941e5d23bea", "created_at": "2021-10-27T01:54:39.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-997532658", "description": null, "volume_id": "8d3a00e1-d6c2-47ac-8843-360b6e012b13", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-10-27 02:00:38,249 122965 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.25', port=80): Read timed out. (read timeout=60)")': /volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/22178173-a263-4ea5-9a87-1941e5d23bea 2021-10-27 02:01:37,436 122965 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/22178173-a263-4ea5-9a87-1941e5d23bea 119.245s 2021-10-27 02:01:37,436 122965 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 02:00:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d85194f4-062e-46da-92d6-e543bc3a0f5b', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d85194f4-062e-46da-92d6-e543bc3a0f5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/e405517c4f1840b4a2e30ef7dccd2e4a/snapshots/22178173-a263-4ea5-9a87-1941e5d23bea'} Body: b'{"snapshot": {"id": "22178173-a263-4ea5-9a87-1941e5d23bea", "created_at": "2021-10-27T01:54:39.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-997532658", "description": null, "volume_id": "8d3a00e1-d6c2-47ac-8843-360b6e012b13", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "e405517c4f1840b4a2e30ef7dccd2e4a", "os-extended-snapshot-attributes:progress": "0%"}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_snapshots.py", line 103, in test_snapshot_create_get_list_update_delete snapshot = self.create_snapshot(self.volume_origin['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 149, 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 22178173-a263-4ea5-9a87-1941e5d23bea failed to reach available status (current creating) within the required time (360 s). |
||||||
test_snapshot_create_offline_delete_online[compute,id-5210a1de-85a0-11e6-bb21-641c676a5d61] |
fail
ft8.4: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_offline_delete_online[compute,id-5210a1de-85a0-11e6-bb21-641c676a5d61]testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 445, in _make_request six.raise_from(e, None) File "<string>", line 3, in raise_from File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 440, in _make_request httplib_response = conn.getresponse() File "/usr/lib/python3.8/http/client.py", line 1344, in getresponse response.begin() File "/usr/lib/python3.8/http/client.py", line 307, in begin version, status, reason = self._read_status() File "/usr/lib/python3.8/http/client.py", line 268, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") File "/usr/lib/python3.8/socket.py", line 669, in readinto return self._sock.recv_into(b) socket.timeout: timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/test_volumes_snapshots.py", line 80, in test_snapshot_create_offline_delete_online snapshot1 = self.create_snapshot(self.volume_origin['id']) File "/opt/stack/tempest/tempest/api/volume/base.py", line 145, in create_snapshot snapshot = cls.snapshots_client.create_snapshot( File "/opt/stack/tempest/tempest/lib/services/volume/v3/snapshots_client.py", line 70, in create_snapshot resp, body = self.post('snapshots', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 687, in request resp, resp_body = self._request(method, url, headers=headers, File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 566, in _request resp, resp_body = self.raw_request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 606, in raw_request resp, resp_body = self.http_obj.request( File "/opt/stack/tempest/tempest/lib/common/http.py", line 110, in request r = super(ClosingHttp, self).request(method, url, retries=retry, File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/request.py", line 78, in request return self.request_encode_body( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/request.py", line 170, in request_encode_body return self.urlopen(method, url, **extra_kw) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/poolmanager.py", line 375, in urlopen response = conn.urlopen(method, u.request_uri, **kw) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 755, in urlopen retries = retries.increment( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 532, in increment raise six.reraise(type(error), error, _stacktrace) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/packages/six.py", line 770, in reraise raise value File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 699, in urlopen httplib_response = self._make_request( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 447, in _make_request self._raise_timeout(err=e, url=url, timeout_value=read_timeout) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 336, in _raise_timeout raise ReadTimeoutError( urllib3.exceptions.ReadTimeoutError: HTTPConnectionPool(host='10.222.0.25', port=80): Read timed out. (read timeout=60) |
||||||
test_volume_from_snapshot[id-677863d1-3142-456d-b6ac-9924f667a7f4] |
fail
ft8.5: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot[id-677863d1-3142-456d-b6ac-9924f667a7f4]testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 445, in _make_request six.raise_from(e, None) File "<string>", line 3, in raise_from File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 440, in _make_request httplib_response = conn.getresponse() File "/usr/lib/python3.8/http/client.py", line 1344, in getresponse response.begin() File "/usr/lib/python3.8/http/client.py", line 307, in begin version, status, reason = self._read_status() File "/usr/lib/python3.8/http/client.py", line 268, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") File "/usr/lib/python3.8/socket.py", line 669, in readinto return self._sock.recv_into(b) socket.timeout: timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_snapshots.py", line 170, in test_volume_from_snapshot self._create_volume_from_snapshot(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 130, in create_volume volume = cls.volumes_client.create_volume(**kwargs)['volume'] File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 100, in create_volume resp, body = self.post('volumes', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request resp, resp_body = super(BaseClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 687, in request resp, resp_body = self._request(method, url, headers=headers, File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 566, in _request resp, resp_body = self.raw_request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 606, in raw_request resp, resp_body = self.http_obj.request( File "/opt/stack/tempest/tempest/lib/common/http.py", line 110, in request r = super(ClosingHttp, self).request(method, url, retries=retry, File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/request.py", line 78, in request return self.request_encode_body( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/request.py", line 170, in request_encode_body return self.urlopen(method, url, **extra_kw) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/poolmanager.py", line 375, in urlopen response = conn.urlopen(method, u.request_uri, **kw) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 755, in urlopen retries = retries.increment( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 532, in increment raise six.reraise(type(error), error, _stacktrace) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/packages/six.py", line 770, in reraise raise value File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 699, in urlopen httplib_response = self._make_request( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 447, in _make_request self._raise_timeout(err=e, url=url, timeout_value=read_timeout) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 336, in _raise_timeout raise ReadTimeoutError( urllib3.exceptions.ReadTimeoutError: HTTPConnectionPool(host='10.222.0.25', port=80): Read timed out. (read timeout=60) |
||||||
test_volume_from_snapshot_no_size[id-053d8870-8282-4fff-9dbb-99cb58bb5e0a] |
fail
ft8.6: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot_no_size[id-053d8870-8282-4fff-9dbb-99cb58bb5e0a]testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 445, in _make_request six.raise_from(e, None) File "<string>", line 3, in raise_from File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 440, in _make_request httplib_response = conn.getresponse() File "/usr/lib/python3.8/http/client.py", line 1344, in getresponse response.begin() File "/usr/lib/python3.8/http/client.py", line 307, in begin version, status, reason = self._read_status() File "/usr/lib/python3.8/http/client.py", line 268, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") File "/usr/lib/python3.8/socket.py", line 669, in readinto return self._sock.recv_into(b) socket.timeout: timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_snapshots.py", line 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 130, in create_volume volume = cls.volumes_client.create_volume(**kwargs)['volume'] File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 100, in create_volume resp, body = self.post('volumes', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request resp, resp_body = super(BaseClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 687, in request resp, resp_body = self._request(method, url, headers=headers, File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 566, in _request resp, resp_body = self.raw_request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 606, in raw_request resp, resp_body = self.http_obj.request( File "/opt/stack/tempest/tempest/lib/common/http.py", line 110, in request r = super(ClosingHttp, self).request(method, url, retries=retry, File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/request.py", line 78, in request return self.request_encode_body( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/request.py", line 170, in request_encode_body return self.urlopen(method, url, **extra_kw) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/poolmanager.py", line 375, in urlopen response = conn.urlopen(method, u.request_uri, **kw) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 755, in urlopen retries = retries.increment( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 532, in increment raise six.reraise(type(error), error, _stacktrace) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/packages/six.py", line 770, in reraise raise value File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 699, in urlopen httplib_response = self._make_request( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 447, in _make_request self._raise_timeout(err=e, url=url, timeout_value=read_timeout) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 336, in _raise_timeout raise ReadTimeoutError( urllib3.exceptions.ReadTimeoutError: HTTPConnectionPool(host='10.222.0.25', port=80): Read timed out. (read timeout=60) |
||||||
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
ft9.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-10-27 01:33:45,208 122961 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-10-27 01:33:45,584 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.222.0.25/image/v2/images 0.375s 2021-10-27 01:33:45,584 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"name": "tempest-scenario-img--1911630000", "container_format": "bare", "disk_format": "vhdx", "visibility": "private"} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:33:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '641', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-6e0b6ff2-6faa-4af1-a8b3-8137857c0dd5', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.25/image/v2/images'} Body: b'{"name": "tempest-scenario-img--1911630000", "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": "7b99601dd04044bd8118ad96177e4e1b", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "created_at": "2021-10-27T01:33:46Z", "updated_at": "2021-10-27T01:33:46Z", "tags": [], "self": "/v2/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "file": "/v2/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf/file", "schema": "/v2/schemas/image"}' 2021-10-27 01:33:57,181 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 204 PUT http://10.222.0.25/image/v2/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf/file 11.596s 2021-10-27 01:33:57,181 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': '<omitted>'} Body: <callable_iterator object at 0x7f813ce23970> Response - Headers: {'date': 'Wed, 27 Oct 2021 01:33:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-e3d834fc-5008-4afa-8a96-9cab63c1e177', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.25/image/v2/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf/file'} Body: b'' 2021-10-27 01:33:57,182 122961 DEBUG [tempest.scenario.manager] image:bcbdc984-3f17-4bee-ae44-efeb5efb52cf 2021-10-27 01:33:57,690 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 POST http://10.222.0.25/compute/v2.1/os-keypairs 0.507s 2021-10-27 01:33:57,690 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-1123290075"}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:33:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '2318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-269fbab5-1a1d-4b44-a2e1-88830fe19433', 'x-compute-request-id': 'req-269fbab5-1a1d-4b44-a2e1-88830fe19433', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"private_key": "-----BEGIN RSA PRIVATE KEY-----\\nMIIEogIBAAKCAQEAyEQ9VbVsmOkSSpIQw/XC5pQF4tlcqxXg4J5H9TcLFGPBCY8K\\na1MYC+Fn8CCbyb7VwWL9N6mFh+rhOHc2OytZNTXLFw/Fx5Gvg47yM0p+WR4elHac\\n67RTlEjYtIZXgH25+FLJ0XCp5jNmGAsY0GvwmFg8+hPHBoG2opWPODQp391OJWsq\\nTdF0UYMqBIpQMfBhUlf4Y3shj+oLyJMZnijWydnkny23mYLbgepOjmYknbWSj93W\\ngE7GAzu4ca+S895J+WXV0C/jsyTXBdbPwNeOxf6VifDnUREOrZV9fJZ57phEObaU\\nE1TtTXxToovZU9aSp5py8NzP+7gHehNtjchPKQIDAQABAoIBADLrHskm+riaMfth\\nzf91AhwMML7v0x7wzh9uPw968kc54b/jbZvCIdALfJjSQan26nRkDcvUP05CiwcH\\nUHOU3vaneb6gVQIb6YtCkhQ2cY+JF+9ZhSZsz/9Y0jh8G81gqiMYMZYd1iTglqmw\\nUJvVhfPGI6LV2nmuC1ilPCfnI2p2b8WulOZIxPSjLGUe7VjIn96PkrmNh1qVMlDX\\nqOUHV5IrT1pbfgJnZOpgQ6QMXhzPbNfQ0FEqreoKx2SCi9YAoG8oLj7dc8/RjMpv\\ncH72wG/vHmabuYtSveUgzR2t2GoYHapI42aabOi7ma2QSLIdyL8h2BDbHqw120hZ\\nwNBKS10CgYEA9MS2kHOTF15f13Kg1ZPp72MnDhLH7FOn/aLUedd9aWz31FzQaGcd\\ndjsBabRhnYh7VsNTa7VqZuvRbYfAhPHlHOkHALhOiFfWiSibJ/I//mnOKh4/3Hrt\\nMOgk1UCWKrPt8Z/1/S4Xz8pK3lHQ0ClxqsHczK/k1jVFwh+xs7ym5tsCgYEA0XTD\\nvYdBdno55/1bymtLtWBxb+Xb8/xC1yFtik2Gl4r1rK3NkF6ypzRswfD0gE4QT+/K\\nIIa5jW6D0eRbm2dhQZe+O5jYW9/2jfXfUphym9tT8zDoyy9te/hQGTGlmke7Pc7L\\nJh7mcU1KZu7GN2NK8Z+suzbLlS+hnP953+L/F0sCgYBIa/fUj83CyVK0TZ9W8lfy\\nU7UXjekHfM0k18vkbSUXT32YoQmtCm2GMPk/DHchhGNyDYMeSGQ+JaImtVb6PxRa\\nVHyU8vORlePNW21lCWFz5lxwy9h7ZQfPQ7C6REzqP6i0qG7BRaUX/zPdyfltzgVq\\nz8eD7LtZwhNs17Hdi4EapwKBgCdb1KhZsTBtOVJhpoz76ocTr11CiTlozrqUOnxB\\noyf44b9oDXeyg8mtrT4oZBl0EdajjYzdJCLygGzBh4FFRN5JgGK8jvN8u1zjtepU\\nYTzuUvEg4K3FpMIl4A9L5/18uy+bG0t3hQAHcRK0jaS80MlkotWvL0RCZhEVZLZw\\ndlTPAoGAGA63on/DS/CtgEcEMs8nA3V+nkdu5gMKoTFVmEBqIfAgebbAMUsZYpb8\\ncBCyISWqC/h5yCrPk+tV6LENJkO7ZNQx3IyysD1H1QH3Z98yGvcXnqnBT/MvJ+JO\\nVkgyyN4RuefaFR3r/qf8klJ1rzrzJ/OhxkTcm8j6kIMbDHC4tlo=\\n-----END RSA PRIVATE KEY-----\\n", "name": "tempest-TestMinimumBasicScenario-1123290075", "public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDIRD1VtWyY6RJKkhDD9cLmlAXi2VyrFeDgnkf1NwsUY8EJjwprUxgL4WfwIJvJvtXBYv03qYWH6uE4dzY7K1k1NcsXD8XHka+DjvIzSn5ZHh6UdpzrtFOUSNi0hleAfbn4UsnRcKnmM2YYCxjQa/CYWDz6E8cGgbailY84NCnf3U4laypN0XRRgyoEilAx8GFSV/hjeyGP6gvIkxmeKNbJ2eSfLbeZgtuB6k6OZiSdtZKP3daATsYDO7hxr5Lz3kn5ZdXQL+OzJNcF1s/A147F/pWJ8OdREQ6tlX18lnnumEQ5tpQTVO1NfFOii9lT1pKnmnLw3M/7uAd6E22NyE8p Generated-by-Nova", "fingerprint": "76:5e:6f:06:f6:2a:fb:95:19:30:77:08:93:1d:3e:d0", "user_id": "8a9c3207beb140f58f7967d0b792f5c3"}}' 2021-10-27 01:33:57,784 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.222.0.25/identity/v3/auth/tokens 0.087s 2021-10-27 01:33:57,785 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 27 Oct 2021 01:33:57 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-035954de-382d-44b9-a060-abfb5ded338e', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.25/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "8a9c3207beb140f58f7967d0b792f5c3", "name": "tempest-TestMinimumBasicScenario-1282720790-project", "password_expires_at": null}, "audit_ids": ["J4S8QGxIRhq7cY0kS8zakQ"], "expires_at": "2021-10-27T02:33:57.000000Z", "issued_at": "2021-10-27T01:33:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7b99601dd04044bd8118ad96177e4e1b", "name": "tempest-TestMinimumBasicScenario-1282720790"}, "is_domain": false, "roles": [{"id": "0293d5b9b91a4a4899b291db05e78c7a", "name": "reader"}, {"id": "540999ece4154e6ba219007ddda3f8f9", "name": "member"}], "catalog": [{"endpoints": [{"id": "dede6f159b7a4724a0318938fda19b51", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.25/compute/v2/7b99601dd04044bd8118ad96177e4e1b", "region": "RegionOne"}], "id": "00f1a3a9bd3b4b558de3e3b6b00a591b", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "1dbdc704b555461a8e4d746bfe94b9a6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.25/identity", "region": "RegionOne"}, {"id": "b8d7190c7f49471fae95fccbd5aa0a09", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.25/identity", "region": "RegionOne"}], "id": "167c7595b1e343e9b1422c9ff1201b75", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "506ccf8602fb49ee98d44873cdf9c9fc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.25/placement", "region": "RegionOne"}], "id": "38e0de125fbe4e53b58aef8e34b593b0", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "e6026457878e427081839e4be7a803c6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.25:9696/", "region": "RegionOne"}], "id": "58ef4d654a7742459ca85682db5486c7", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8a20ed1c9b7846008ef02a78a26cc861", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.25:8080", "region": "RegionOne"}, {"id": "93e80c2cc5684420b074e34d156a7bfa", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.25:8080/v1/AUTH_7b99601dd04044bd8118ad96177e4e1b", "region": "RegionOne"}], "id": "6d87c10140ae488fa635a70a7f967e2d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "618f3a351cba460d9918ea4ce4e44ba1", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b", "region": "RegionOne"}], "id": "aa1c0fef2cc543e0a9cbb6cb579f7cea", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "c3852ec3ad1248de934ccfe141d45d99", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b", "region": "RegionOne"}], "id": "c3cae66c1ff04401a0e58b33602f5a81", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "374a9057056840fd9e3ff614ddd8f31f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.25/image", "region": "RegionOne"}], "id": "c7951d790c76424b847983955cd13d56", "type": "image", "name": "glance"}, {"endpoints": [{"id": "3344509087e245018b74739b9196c1bb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.25/compute/v2.1", "region": "RegionOne"}], "id": "da7a106adf7849ad8627b08152421e8c", "type": "compute", "name": "nova"}]}}' 2021-10-27 01:33:57,785 122961 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_scenario) Found network {'id': '74608346-7aaf-4239-b249-ff39f881c5e2', 'name': 'tempest-TestMinimumBasicScenario-811422328-network', 'tenant_id': '7b99601dd04044bd8118ad96177e4e1b', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '7b99601dd04044bd8118ad96177e4e1b', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 836, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2021-10-27T01:33:27Z', 'updated_at': '2021-10-27T01:33:27Z', 'revision_number': 1} available for tenant 2021-10-27 01:33:58,658 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 202 POST http://10.222.0.25/compute/v2.1/servers 0.872s 2021-10-27 01:33:58,659 122961 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-1738641622", "imageRef": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "flavorRef": "452", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "networks": [{"uuid": "74608346-7aaf-4239-b249-ff39f881c5e2"}]}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:33:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-951f9631-3ea4-4170-bb43-c2290b3e54c6', 'x-compute-request-id': 'req-951f9631-3ea4-4170-bb43-c2290b3e54c6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.25/compute/v2.1/servers'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "dXNFwZ7B9Euy"}}' 2021-10-27 01:33:58,734 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.073s 2021-10-27 01:33:58,734 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:33:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1259', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-df4c8b72-3364-4289-a1e9-7e360a7da928', 'x-compute-request-id': 'req-df4c8b72-3364-4289-a1e9-7e360a7da928', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "BUILD", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:59Z", "updated": "2021-10-27T01:33:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "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-10-27 01:33:59,940 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.197s 2021-10-27 01:33:59,940 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:33:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1311', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5759acc3-4ed8-47e8-a82d-e61881b42c25', 'x-compute-request-id': 'req-5759acc3-4ed8-47e8-a82d-e61881b42c25', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "BUILD", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:33:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "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-10-27 01:33:59,948 122961 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait 2021-10-27 01:34:01,452 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.503s 2021-10-27 01:34:01,453 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:34:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5dc71618-756b-40d6-939c-602a1a024a98', 'x-compute-request-id': 'req-5dc71618-756b-40d6-939c-602a1a024a98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "BUILD", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:34:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "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-10-27 01:34:01,461 122961 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 3 second wait 2021-10-27 01:34:13,804 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 11.342s 2021-10-27 01:34:13,805 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:34:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0ab1f7cb-d78a-4d9e-b434-0d2c5b48b46a', 'x-compute-request-id': 'req-0ab1f7cb-d78a-4d9e-b434-0d2c5b48b46a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "BUILD", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:34:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "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-10-27 01:34:15,084 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.271s 2021-10-27 01:34:15,085 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:34:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4228e862-7317-4534-a1d2-cd92cc9ed3bb', 'x-compute-request-id': 'req-4228e862-7317-4534-a1d2-cd92cc9ed3bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "BUILD", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:34:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "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-10-27 01:34:16,262 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.168s 2021-10-27 01:34:16,262 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:34:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-15c7a7c8-1114-4512-a1d2-4dc133181556', 'x-compute-request-id': 'req-15c7a7c8-1114-4512-a1d2-4dc133181556', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "BUILD", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:34:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "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-10-27 01:34:17,484 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.212s 2021-10-27 01:34:17,485 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:34:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e540b5cc-45e7-4f49-9148-0eaf3df63b2b', 'x-compute-request-id': 'req-e540b5cc-45e7-4f49-9148-0eaf3df63b2b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "BUILD", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:34:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "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-10-27 01:34:18,696 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.202s 2021-10-27 01:34:18,696 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:34:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cc9701bd-0485-4eca-a52c-a14137145a10', 'x-compute-request-id': 'req-cc9701bd-0485-4eca-a52c-a14137145a10', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "BUILD", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:34:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "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-10-27 01:34:20,017 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.312s 2021-10-27 01:34:20,018 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:34:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0c0931ed-165e-428b-97ac-c244780305a1', 'x-compute-request-id': 'req-0c0931ed-165e-428b-97ac-c244780305a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "BUILD", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:34:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "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-10-27 01:34:21,223 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.195s 2021-10-27 01:34:21,223 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:34:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7c18bc8b-57fe-4391-837e-1ae848ae5274', 'x-compute-request-id': 'req-7c18bc8b-57fe-4391-837e-1ae848ae5274', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "BUILD", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:34:21Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "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-10-27 01:34:22,436 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.204s 2021-10-27 01:34:22,436 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:34:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-54b5e600-660e-41dd-a5ab-9debf05b4501', 'x-compute-request-id': 'req-54b5e600-660e-41dd-a5ab-9debf05b4501', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "BUILD", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:34:21Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "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-10-27 01:34:23,670 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.225s 2021-10-27 01:34:23,671 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:34:23 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-7530d160-f8f6-4642-a771-3b0ea83fbfd3', 'x-compute-request-id': 'req-7530d160-f8f6-4642-a771-3b0ea83fbfd3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:34:22Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.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-10-27 01:34:23,679 122961 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 25 second wait 2021-10-27 01:34:23,856 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.176s 2021-10-27 01:34:23,856 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:34:23 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-3df9e494-f401-47bf-98fe-add716265f82', 'x-compute-request-id': 'req-3df9e494-f401-47bf-98fe-add716265f82', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:34:22Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.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-10-27 01:34:24,081 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.25/compute/v2.1/servers 0.217s 2021-10-27 01:34:24,082 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:34:23 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-0fbb76cd-e611-49df-a875-ed42fe688168', 'x-compute-request-id': 'req-0fbb76cd-e611-49df-a875-ed42fe688168', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers'} Body: b'{"servers": [{"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}]}]}' 2021-10-27 01:34:24,231 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.147s 2021-10-27 01:34:24,232 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:34:24 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-939501a7-9499-4c5e-b22e-531b1c9ebace', 'x-compute-request-id': 'req-939501a7-9499-4c5e-b22e-531b1c9ebace', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:34:22Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.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-10-27 01:34:24,476 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 202 POST http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes 0.235s 2021-10-27 01:34:24,477 122961 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-515150171", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:34:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-52e64ad7-6ead-4438-8ca5-a658187e9b07', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-52e64ad7-6ead-4438-8ca5-a658187e9b07', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.398138", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2021-10-27 01:34:24,524 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:34:24,525 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:34:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6122d44b-d77a-4ffb-963b-493310a8f627', 'content-length': '891', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6122d44b-d77a-4ffb-963b-493310a8f627', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:34:25,577 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.044s 2021-10-27 01:34:25,578 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:34:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e969b8e-9edd-4a75-8339-f884452a2208', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e969b8e-9edd-4a75-8339-f884452a2208', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:34:25.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:34:25,584 122961 INFO [tempest.common.waiters] volume 1c0a8663-8b79-4eb8-b837-6257794066a7 reached available after waiting for 1.584651 seconds 2021-10-27 01:34:25,629 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.044s 2021-10-27 01:34:25,629 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:34:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6cbafac-7338-4254-81a8-3483a7a0c932', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6cbafac-7338-4254-81a8-3483a7a0c932', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:34:25.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:34:25,693 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes 0.057s 2021-10-27 01:34:25,694 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:34:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7fe0927-73c7-46b1-95f8-d35c16c37714', 'content-length': '404', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7fe0927-73c7-46b1-95f8-d35c16c37714', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes'} Body: b'{"volumes": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}]}]}' 2021-10-27 01:34:25,738 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:34:25,738 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:34:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f330792b-6f16-4d95-8723-5f78565b63d6', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f330792b-6f16-4d95-8723-5f78565b63d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:34:25.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:34:29,040 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 POST http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 3.295s 2021-10-27 01:34:29,041 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volumeAttachment": {"volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7"}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:34:25 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-2a0570a2-8409-4943-a5bb-2cce9585f0a1', 'x-compute-request-id': 'req-2a0570a2-8409-4943-a5bb-2cce9585f0a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachment": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "device": "/dev/sdb"}}' 2021-10-27 01:34:29,103 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.060s 2021-10-27 01:34:29,103 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:34:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dfd94b22-8962-4fab-a623-46e3d643b7aa', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dfd94b22-8962-4fab-a623-46e3d643b7aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:34:29.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:34:30,170 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.058s 2021-10-27 01:34:30,170 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:34:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa7cbdb1-a11a-45ca-96df-9229ce179118', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa7cbdb1-a11a-45ca-96df-9229ce179118', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:34:30.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:34:31,220 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.042s 2021-10-27 01:34:31,221 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:34:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23b78f02-812f-4a2e-9ebc-777020d87ec1', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23b78f02-812f-4a2e-9ebc-777020d87ec1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:34:30.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:34:32,268 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:34:32,269 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:34:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3631e0c9-b0b7-40e6-9867-b96f07fee6f2', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3631e0c9-b0b7-40e6-9867-b96f07fee6f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:34:30.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:34:33,318 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:34:33,319 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:34:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-054f48ec-aa05-470e-bbb5-a593a28fd17b', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-054f48ec-aa05-470e-bbb5-a593a28fd17b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:34:30.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:34:34,367 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:34:34,367 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:34:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe834f28-f177-4207-84a3-4a4f09406369', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe834f28-f177-4207-84a3-4a4f09406369', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:34:30.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:34:35,420 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.045s 2021-10-27 01:34:35,421 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:34:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c3f2eae-72cf-4b48-8446-ec71a997dca4', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c3f2eae-72cf-4b48-8446-ec71a997dca4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:34:30.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:34:36,471 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:34:36,472 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:34:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e976f4b9-28f8-4630-a147-42dfd405971f', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e976f4b9-28f8-4630-a147-42dfd405971f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:34:36.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:34:36,479 122961 INFO [tempest.common.waiters] volume 1c0a8663-8b79-4eb8-b837-6257794066a7 reached in-use after waiting for 7.479099 seconds 2021-10-27 01:34:36,523 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.044s 2021-10-27 01:34:36,523 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:34:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aee7f6c0-05a0-46d1-97e1-9660c37d8fd1', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aee7f6c0-05a0-46d1-97e1-9660c37d8fd1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:34:36.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:34:36,578 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.046s 2021-10-27 01:34:36,579 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:34:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e26d8ae4-96cc-4e17-83ae-9ce0488e1b72', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e26d8ae4-96cc-4e17-83ae-9ce0488e1b72', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:34:36.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:34:36,926 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.339s 2021-10-27 01:34:36,926 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:34:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1594', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9c908152-5ea6-4b61-b283-07f6671460fd', 'x-compute-request-id': 'req-9c908152-5ea6-4b61-b283-07f6671460fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:34:22Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.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": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:34:37,124 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.25:9696/v2.0/ports?device_id=92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.189s 2021-10-27 01:34:37,124 122961 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': '899', 'x-openstack-request-id': 'req-2739d69c-f101-4945-b23d-b75533d1ae86', 'date': 'Wed, 27 Oct 2021 01:34:37 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25:9696/v2.0/ports?device_id=92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"ports":[{"id":"42c621b5-f008-4dd1-9960-d8b537fa5715","name":"","network_id":"74608346-7aaf-4239-b249-ff39f881c5e2","tenant_id":"7b99601dd04044bd8118ad96177e4e1b","mac_address":"fa:16:3e:93:93:81","admin_state_up":true,"status":"ACTIVE","device_id":"92ab564f-067f-4158-a9b3-4e6bfab8fa04","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"e296f5cb-964d-4e07-9035-920e4631542c","ip_address":"172.20.0.9"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["becf4775-73af-4b41-b39b-c822d6e78039"],"description":"","binding:vnic_type":"normal","binding:profile":{},"binding:host_id":"hv-cinder-81546","binding:vif_type":"hyperv","binding:vif_details":{"connectivity":"legacy","port_filter":false},"port_security_enabled":true,"tags":[],"created_at":"2021-10-27T01:34:00Z","updated_at":"2021-10-27T01:34:20Z","revision_number":5,"project_id":"7b99601dd04044bd8118ad96177e4e1b"}]}' 2021-10-27 01:34:39,051 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.222.0.25:9696/v2.0/floatingips 1.925s 2021-10-27 01:34:39,051 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "bc87e00c-b7d6-429b-87e9-3d3681beeec7", "port_id": "42c621b5-f008-4dd1-9960-d8b537fa5715", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "fixed_ip_address": "172.20.0.9"}} Response - Headers: {'content-type': 'application/json', 'content-length': '797', 'x-openstack-request-id': 'req-5904431f-84cf-4d6c-ae10-d74043d79c55', 'date': 'Wed, 27 Oct 2021 01:34:39 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.25:9696/v2.0/floatingips'} Body: b'{"floatingip": {"id": "bcdfdcec-521b-433a-857a-196a472aad36", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "floating_ip_address": "172.27.1.197", "floating_network_id": "bc87e00c-b7d6-429b-87e9-3d3681beeec7", "router_id": "e065b745-55e6-469e-a975-79142c08acdb", "port_id": "42c621b5-f008-4dd1-9960-d8b537fa5715", "fixed_ip_address": "172.20.0.9", "status": "DOWN", "project_id": "7b99601dd04044bd8118ad96177e4e1b", "description": "", "port_details": {"name": "", "network_id": "74608346-7aaf-4239-b249-ff39f881c5e2", "mac_address": "fa:16:3e:93:93:81", "admin_state_up": true, "status": "ACTIVE", "device_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device_owner": "compute:nova"}, "tags": [], "created_at": "2021-10-27T01:34:37Z", "updated_at": "2021-10-27T01:34:37Z", "revision_number": 0}}' 2021-10-27 01:34:39,193 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.222.0.25:9696/v2.0/security-groups 0.141s 2021-10-27 01:34:39,193 122961 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-1869999726", "description": "tempest-secgroup-smoke-1869999726 description", "project_id": "7b99601dd04044bd8118ad96177e4e1b"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1594', 'x-openstack-request-id': 'req-e17979a8-e0f6-4012-a8b2-22e3048be057', 'date': 'Wed, 27 Oct 2021 01:34:39 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.25:9696/v2.0/security-groups'} Body: b'{"security_group": {"id": "25254df2-1513-44e1-895c-6f2bc471ca83", "name": "tempest-secgroup-smoke-1869999726", "stateful": true, "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "description": "tempest-secgroup-smoke-1869999726 description", "security_group_rules": [{"id": "69422c67-73f8-4e90-90fc-222b9c98c049", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "security_group_id": "25254df2-1513-44e1-895c-6f2bc471ca83", "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": 322, "description": null, "tags": [], "created_at": "2021-10-27T01:34:39Z", "updated_at": "2021-10-27T01:34:39Z", "revision_number": 0, "project_id": "7b99601dd04044bd8118ad96177e4e1b"}, {"id": "fff6b878-0cce-4514-9dd3-a27958d3bf75", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "security_group_id": "25254df2-1513-44e1-895c-6f2bc471ca83", "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": 323, "description": null, "tags": [], "created_at": "2021-10-27T01:34:39Z", "updated_at": "2021-10-27T01:34:39Z", "revision_number": 0, "project_id": "7b99601dd04044bd8118ad96177e4e1b"}], "tags": [], "created_at": "2021-10-27T01:34:39Z", "updated_at": "2021-10-27T01:34:39Z", "revision_number": 1, "project_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:34:39,339 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.222.0.25:9696/v2.0/security-group-rules 0.145s 2021-10-27 01:34:39,340 122961 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": "25254df2-1513-44e1-895c-6f2bc471ca83", "project_id": "7b99601dd04044bd8118ad96177e4e1b", "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-3f9b0142-05a8-4af8-b739-2af74e7c8666', 'date': 'Wed, 27 Oct 2021 01:34:39 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.25:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "85e44d09-7162-4aac-99de-4b48594717cc", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "security_group_id": "25254df2-1513-44e1-895c-6f2bc471ca83", "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-10-27T01:34:39Z", "updated_at": "2021-10-27T01:34:39Z", "revision_number": 0, "project_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:34:39,498 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.222.0.25:9696/v2.0/security-group-rules 0.158s 2021-10-27 01:34:39,499 122961 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": "25254df2-1513-44e1-895c-6f2bc471ca83", "project_id": "7b99601dd04044bd8118ad96177e4e1b", "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-35ececee-656d-488a-830b-77520b62cb47', 'date': 'Wed, 27 Oct 2021 01:34:39 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.25:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b65d79dc-1c10-4ea4-a397-4af1c6af9f7a", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "security_group_id": "25254df2-1513-44e1-895c-6f2bc471ca83", "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-10-27T01:34:39Z", "updated_at": "2021-10-27T01:34:39Z", "revision_number": 0, "project_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:34:39,633 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.222.0.25:9696/v2.0/security-group-rules 0.133s 2021-10-27 01:34:39,633 122961 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": "25254df2-1513-44e1-895c-6f2bc471ca83", "project_id": "7b99601dd04044bd8118ad96177e4e1b", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-d03fd2ac-bbe3-4eae-bdb3-47d3c088b971', 'date': 'Wed, 27 Oct 2021 01:34:39 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.25:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "e94d47cd-9dc4-4fd6-86dd-84432c88a650", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "security_group_id": "25254df2-1513-44e1-895c-6f2bc471ca83", "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-10-27T01:34:39Z", "updated_at": "2021-10-27T01:34:39Z", "revision_number": 0, "project_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:34:39,803 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.222.0.25:9696/v2.0/security-group-rules 0.169s 2021-10-27 01:34:39,804 122961 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": "25254df2-1513-44e1-895c-6f2bc471ca83", "project_id": "7b99601dd04044bd8118ad96177e4e1b", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-9a4d62b8-205a-4796-8d6a-0c953dd29981', 'date': 'Wed, 27 Oct 2021 01:34:39 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.25:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c82cf28c-6277-4366-9b08-eef27f3e455c", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "security_group_id": "25254df2-1513-44e1-895c-6f2bc471ca83", "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-10-27T01:34:39Z", "updated_at": "2021-10-27T01:34:39Z", "revision_number": 0, "project_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:34:39,957 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.222.0.25:9696/v2.0/security-group-rules 0.152s 2021-10-27 01:34:39,958 122961 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": "25254df2-1513-44e1-895c-6f2bc471ca83", "project_id": "7b99601dd04044bd8118ad96177e4e1b", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-811880af-d402-4da5-9b7e-20880464bf4e', 'date': 'Wed, 27 Oct 2021 01:34:39 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.25:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "46dceb74-1b5d-4f7b-ad03-a2d5b01f417b", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "security_group_id": "25254df2-1513-44e1-895c-6f2bc471ca83", "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-10-27T01:34:39Z", "updated_at": "2021-10-27T01:34:39Z", "revision_number": 0, "project_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:34:40,111 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.222.0.25:9696/v2.0/security-group-rules 0.152s 2021-10-27 01:34:40,111 122961 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": "25254df2-1513-44e1-895c-6f2bc471ca83", "project_id": "7b99601dd04044bd8118ad96177e4e1b", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-c816d72e-02f2-4ee1-af9d-d8683ae993aa', 'date': 'Wed, 27 Oct 2021 01:34:40 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.25:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a790e968-ea96-48c7-826c-d0d3af571152", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "security_group_id": "25254df2-1513-44e1-895c-6f2bc471ca83", "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-10-27T01:34:40Z", "updated_at": "2021-10-27T01:34:40Z", "revision_number": 0, "project_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:34:42,597 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 202 POST http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/action 2.485s 2021-10-27 01:34:42,597 122961 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-1869999726"}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:34:40 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-7b7683c1-4822-4dc8-9367-3a0fea0e96b5', 'x-compute-request-id': 'req-7b7683c1-4822-4dc8-9367-3a0fea0e96b5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/action'} Body: b'' 2021-10-27 01:34:42,903 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.305s 2021-10-27 01:34:42,903 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:34:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1760', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2ef90504-a871-46cb-a7b4-2b5ab215f124', 'x-compute-request-id': 'req-2ef90504-a871-46cb-a7b4-2b5ab215f124', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:34:22Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}, {"version": 4, "addr": "172.27.1.197", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1869999726"}, {"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": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:34:42,912 122961 DEBUG [tempest.lib.common.utils.test_utils] Call wait_for_secgroup_add returns true in 0.314603 seconds 2021-10-27 01:34:42,925 122961 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.27.1.197:22' as 'ubuntu' with public key authentication 2021-10-27 01:34:45,981 122961 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.197 ([Errno None] Unable to connect to port 22 on 172.27.1.197). Number attempts: 1. Retry after 2 seconds. 2021-10-27 01:34:51,549 122961 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.197 ([Errno None] Unable to connect to port 22 on 172.27.1.197). Number attempts: 2. Retry after 3 seconds. 2021-10-27 01:34:58,109 122961 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.197 ([Errno None] Unable to connect to port 22 on 172.27.1.197). Number attempts: 3. Retry after 4 seconds. 2021-10-27 01:35:05,693 122961 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.197 ([Errno None] Unable to connect to port 22 on 172.27.1.197). Number attempts: 4. Retry after 5 seconds. 2021-10-27 01:35:14,269 122961 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.197 ([Errno None] Unable to connect to port 22 on 172.27.1.197). Number attempts: 5. Retry after 6 seconds. 2021-10-27 01:35:23,807 122961 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.197 ([Errno None] Unable to connect to port 22 on 172.27.1.197). Number attempts: 6. Retry after 7 seconds. 2021-10-27 01:35:31,317 122961 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.197 ([Errno None] Unable to connect to port 22 on 172.27.1.197). Number attempts: 7. Retry after 8 seconds. 2021-10-27 01:35:39,886 122961 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2021-10-27 01:35:40,327 122961 INFO [paramiko.transport] Auth banner: b'"System is booting up. See pam_nologin(8)"\n' 2021-10-27 01:35:40,337 122961 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.197 (Authentication failed.). Number attempts: 8. Retry after 9 seconds. 2021-10-27 01:35:49,861 122961 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2021-10-27 01:35:49,974 122961 INFO [paramiko.transport] Authentication (publickey) successful! 2021-10-27 01:35:49,974 122961 INFO [tempest.lib.common.ssh] ssh connection to ubuntu@172.27.1.197 successfully created 2021-10-27 01:35:50,066 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 202 POST http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/action 0.091s 2021-10-27 01:35:50,067 122961 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, 27 Oct 2021 01:35:49 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-e9c014ef-8148-4e2b-a342-6a267371432e', 'x-compute-request-id': 'req-e9c014ef-8148-4e2b-a342-6a267371432e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/action'} Body: b'' 2021-10-27 01:35:50,224 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.157s 2021-10-27 01:35:50,225 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:35:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-76d3a579-805e-4903-ac05-05e2f86ad766', 'x-compute-request-id': 'req-76d3a579-805e-4903-ac05-05e2f86ad766', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "REBOOT", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:35:50Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}, {"version": 4, "addr": "172.27.1.197", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1869999726"}, {"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": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:35:51,387 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.152s 2021-10-27 01:35:51,387 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:35:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-925555e6-39f8-49ca-9e54-836b2682f61b', 'x-compute-request-id': 'req-925555e6-39f8-49ca-9e54-836b2682f61b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "REBOOT", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:35:50Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}, {"version": 4, "addr": "172.27.1.197", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1869999726"}, {"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": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:35:52,619 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.222s 2021-10-27 01:35:52,619 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:35:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8e93c2ac-0797-4ee6-9900-223e9a86326d', 'x-compute-request-id': 'req-8e93c2ac-0797-4ee6-9900-223e9a86326d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "REBOOT", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:35:50Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}, {"version": 4, "addr": "172.27.1.197", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1869999726"}, {"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": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:35:53,886 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.258s 2021-10-27 01:35:53,887 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:35:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4b9882f9-b1df-423d-a1a7-ad85db8133c4', 'x-compute-request-id': 'req-4b9882f9-b1df-423d-a1a7-ad85db8133c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "REBOOT", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:35:50Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}, {"version": 4, "addr": "172.27.1.197", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1869999726"}, {"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": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:35:55,133 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.238s 2021-10-27 01:35:55,134 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:35:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b39d5122-d7d1-4fb9-a751-11ad00c4b116', 'x-compute-request-id': 'req-b39d5122-d7d1-4fb9-a751-11ad00c4b116', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "REBOOT", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:35:50Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}, {"version": 4, "addr": "172.27.1.197", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1869999726"}, {"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": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:35:56,362 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.219s 2021-10-27 01:35:56,362 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:35:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ee67b697-5952-495d-a952-fb71565bc30f', 'x-compute-request-id': 'req-ee67b697-5952-495d-a952-fb71565bc30f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "REBOOT", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:35:50Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}, {"version": 4, "addr": "172.27.1.197", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1869999726"}, {"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": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:35:57,574 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.203s 2021-10-27 01:35:57,575 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:35:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6a71d458-2a5b-44f4-9fb4-80b48b8c5a6a', 'x-compute-request-id': 'req-6a71d458-2a5b-44f4-9fb4-80b48b8c5a6a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "REBOOT", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:35:50Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}, {"version": 4, "addr": "172.27.1.197", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1869999726"}, {"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": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:35:59,213 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.628s 2021-10-27 01:35:59,213 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:35:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-41232d49-7943-4d06-b185-4f7a1ef540ea', 'x-compute-request-id': 'req-41232d49-7943-4d06-b185-4f7a1ef540ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "REBOOT", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:35:50Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}, {"version": 4, "addr": "172.27.1.197", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1869999726"}, {"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": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:36:00,559 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.335s 2021-10-27 01:36:00,559 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1757', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1a6befc7-ea8d-4802-a761-be8bfa1e2abb', 'x-compute-request-id': 'req-1a6befc7-ea8d-4802-a761-be8bfa1e2abb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "REBOOT", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:35:59Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}, {"version": 4, "addr": "172.27.1.197", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1869999726"}, {"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": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:36:00,567 122961 INFO [tempest.common.waiters] State transition "REBOOT/rebooting" ==> "REBOOT/reboot_started" after 10 second wait 2021-10-27 01:36:01,778 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.209s 2021-10-27 01:36:01,779 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1757', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-46bc9c67-fcfa-49f7-8d1c-c0efa633dd76', 'x-compute-request-id': 'req-46bc9c67-fcfa-49f7-8d1c-c0efa633dd76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "REBOOT", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:35:59Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}, {"version": 4, "addr": "172.27.1.197", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1869999726"}, {"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": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:36:03,079 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.291s 2021-10-27 01:36:03,079 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1757', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4688076c-4469-47a8-8099-83a536340147', 'x-compute-request-id': 'req-4688076c-4469-47a8-8099-83a536340147', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "REBOOT", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:35:59Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}, {"version": 4, "addr": "172.27.1.197", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1869999726"}, {"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": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:36:04,247 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.159s 2021-10-27 01:36:04,248 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1757', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-090ff398-7dce-4e1f-83b1-b82164d89389', 'x-compute-request-id': 'req-090ff398-7dce-4e1f-83b1-b82164d89389', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "REBOOT", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:35:59Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}, {"version": 4, "addr": "172.27.1.197", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1869999726"}, {"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": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:36:05,402 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.145s 2021-10-27 01:36:05,403 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1757', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d466f460-ee7f-487e-a9cd-f9b0aa56dd2e', 'x-compute-request-id': 'req-d466f460-ee7f-487e-a9cd-f9b0aa56dd2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "REBOOT", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:35:59Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}, {"version": 4, "addr": "172.27.1.197", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1869999726"}, {"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": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:36:06,570 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.157s 2021-10-27 01:36:06,570 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1757', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cbc0514e-ca7d-4330-b922-a65ddf43899c', 'x-compute-request-id': 'req-cbc0514e-ca7d-4330-b922-a65ddf43899c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "REBOOT", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:35:59Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}, {"version": 4, "addr": "172.27.1.197", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1869999726"}, {"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": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:36:07,738 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.158s 2021-10-27 01:36:07,738 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1757', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9c90e30d-d0ea-47d7-86f4-36e7ab24c0f3', 'x-compute-request-id': 'req-9c90e30d-d0ea-47d7-86f4-36e7ab24c0f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "REBOOT", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:35:59Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}, {"version": 4, "addr": "172.27.1.197", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1869999726"}, {"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": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:36:08,909 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.162s 2021-10-27 01:36:08,909 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1757', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-11adc96b-cd30-4c6b-986b-4eafb1cdada7', 'x-compute-request-id': 'req-11adc96b-cd30-4c6b-986b-4eafb1cdada7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "REBOOT", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:35:59Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}, {"version": 4, "addr": "172.27.1.197", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1869999726"}, {"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": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:36:10,089 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.170s 2021-10-27 01:36:10,089 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1757', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-86f6758e-96d1-4ad3-a977-b7e50deb0f5c', 'x-compute-request-id': 'req-86f6758e-96d1-4ad3-a977-b7e50deb0f5c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "REBOOT", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:35:59Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}, {"version": 4, "addr": "172.27.1.197", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1869999726"}, {"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": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:36:11,253 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.154s 2021-10-27 01:36:11,253 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1757', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c251ffa2-d603-4b20-8bff-2822be9f2e90', 'x-compute-request-id': 'req-c251ffa2-d603-4b20-8bff-2822be9f2e90', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "REBOOT", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:35:59Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}, {"version": 4, "addr": "172.27.1.197", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1869999726"}, {"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": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:36:12,427 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.166s 2021-10-27 01:36:12,428 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1757', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9dc0bdb0-2fe6-4689-830d-6ebb95da73a8', 'x-compute-request-id': 'req-9dc0bdb0-2fe6-4689-830d-6ebb95da73a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "REBOOT", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:35:59Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}, {"version": 4, "addr": "172.27.1.197", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1869999726"}, {"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": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:36:13,581 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.145s 2021-10-27 01:36:13,582 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1757', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-93739a7c-ff1f-410a-90dc-a16e81a699d2', 'x-compute-request-id': 'req-93739a7c-ff1f-410a-90dc-a16e81a699d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "REBOOT", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:35:59Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}, {"version": 4, "addr": "172.27.1.197", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1869999726"}, {"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": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:36:14,736 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.145s 2021-10-27 01:36:14,736 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1757', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0b7ccc69-fc0d-42bc-b868-57a4c16e4f6e', 'x-compute-request-id': 'req-0b7ccc69-fc0d-42bc-b868-57a4c16e4f6e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "REBOOT", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:35:59Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}, {"version": 4, "addr": "172.27.1.197", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1869999726"}, {"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": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:36:15,901 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.155s 2021-10-27 01:36:15,901 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1757', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ed6935b6-8127-4ab4-8630-b3eba3c2ca52', 'x-compute-request-id': 'req-ed6935b6-8127-4ab4-8630-b3eba3c2ca52', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "REBOOT", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:35:59Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}, {"version": 4, "addr": "172.27.1.197", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1869999726"}, {"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": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:36:17,054 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.143s 2021-10-27 01:36:17,054 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1757', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-00b2904b-d0ec-46c7-9154-a6e0eba432be', 'x-compute-request-id': 'req-00b2904b-d0ec-46c7-9154-a6e0eba432be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "REBOOT", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:35:59Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}, {"version": 4, "addr": "172.27.1.197", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1869999726"}, {"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": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:36:18,208 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.145s 2021-10-27 01:36:18,209 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1757', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1043896a-f760-402b-8516-be3444f812d1', 'x-compute-request-id': 'req-1043896a-f760-402b-8516-be3444f812d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "REBOOT", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:35:59Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}, {"version": 4, "addr": "172.27.1.197", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1869999726"}, {"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": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:36:19,487 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.270s 2021-10-27 01:36:19,488 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1757', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-50fb31df-1388-4d2a-b538-248581bb803e', 'x-compute-request-id': 'req-50fb31df-1388-4d2a-b538-248581bb803e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "REBOOT", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:35:59Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}, {"version": 4, "addr": "172.27.1.197", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1869999726"}, {"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": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:36:20,645 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.148s 2021-10-27 01:36:20,646 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1757', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-af90fe20-8ea3-4826-bd2b-04cb973ee82e', 'x-compute-request-id': 'req-af90fe20-8ea3-4826-bd2b-04cb973ee82e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "REBOOT", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:35:59Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}, {"version": 4, "addr": "172.27.1.197", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1869999726"}, {"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": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:36:21,807 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.153s 2021-10-27 01:36:21,808 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:36:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1760', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3299fc60-fa32-46a9-b078-ce00f77fb17d', 'x-compute-request-id': 'req-3299fc60-fa32-46a9-b078-ce00f77fb17d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:36:22Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}, {"version": 4, "addr": "172.27.1.197", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1869999726"}, {"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": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:36:21,816 122961 INFO [tempest.common.waiters] State transition "REBOOT/reboot_started" ==> "ACTIVE/None" after 31 second wait 2021-10-27 01:36:21,829 122961 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.27.1.197:22' as 'ubuntu' with public key authentication 2021-10-27 01:36:40,385 122961 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.197 ([Errno None] Unable to connect to port 22 on 172.27.1.197). Number attempts: 1. Retry after 2 seconds. 2021-10-27 01:36:45,949 122961 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.197 ([Errno None] Unable to connect to port 22 on 172.27.1.197). Number attempts: 2. Retry after 3 seconds. 2021-10-27 01:36:52,509 122961 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.197 ([Errno None] Unable to connect to port 22 on 172.27.1.197). Number attempts: 3. Retry after 4 seconds. 2021-10-27 01:37:00,063 122961 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.197 ([Errno None] Unable to connect to port 22 on 172.27.1.197). Number attempts: 4. Retry after 5 seconds. 2021-10-27 01:37:05,606 122961 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2021-10-27 01:37:05,779 122961 INFO [paramiko.transport] Auth banner: b'"System is booting up. See pam_nologin(8)"\n' 2021-10-27 01:37:05,780 122961 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.197 (Authentication failed.). Number attempts: 5. Retry after 6 seconds. 2021-10-27 01:37:12,298 122961 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2021-10-27 01:37:12,412 122961 INFO [paramiko.transport] Authentication (publickey) successful! 2021-10-27 01:37:12,412 122961 INFO [tempest.lib.common.ssh] ssh connection to ubuntu@172.27.1.197 successfully created 2021-10-27 01:37:12,412 122961 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; lsblk -lb --nodeps 2021-10-27 01:37:12,413 122961 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.27.1.197:22' as 'ubuntu' with public key authentication 2021-10-27 01:37:12,427 122961 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2021-10-27 01:37:12,547 122961 INFO [paramiko.transport] Authentication (publickey) successful! 2021-10-27 01:37:12,547 122961 INFO [tempest.lib.common.ssh] ssh connection to ubuntu@172.27.1.197 successfully created 2021-10-27 01:37:13,526 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 POST http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/action 0.473s 2021-10-27 01:37:13,527 122961 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-1869999726"}} Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:13 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-d8821766-ad16-45a4-b60f-c7d05b601ddb', 'x-compute-request-id': 'req-d8821766-ad16-45a4-b60f-c7d05b601ddb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/action'} Body: b'' 2021-10-27 01:37:13,717 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.222.0.25:9696/v2.0/security-groups/25254df2-1513-44e1-895c-6f2bc471ca83 0.190s 2021-10-27 01:37:13,718 122961 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-a641476c-6b5e-46bb-a48e-f4e986b6e87b', 'content-length': '0', 'date': 'Wed, 27 Oct 2021 01:37:13 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.25:9696/v2.0/security-groups/25254df2-1513-44e1-895c-6f2bc471ca83'} Body: b'' 2021-10-27 01:37:14,824 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.222.0.25:9696/v2.0/floatingips/bcdfdcec-521b-433a-857a-196a472aad36 1.105s 2021-10-27 01:37:14,824 122961 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-cd2303ff-95cc-43d8-ae32-deaf3c8a467c', 'content-length': '0', 'date': 'Wed, 27 Oct 2021 01:37:14 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.25:9696/v2.0/floatingips/bcdfdcec-521b-433a-857a-196a472aad36'} Body: b'' 2021-10-27 01:37:15,023 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments/1c0a8663-8b79-4eb8-b837-6257794066a7 0.198s 2021-10-27 01:37:15,023 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:14 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-b3e05c80-c16e-4981-83ab-635922339e3c', 'x-compute-request-id': 'req-b3e05c80-c16e-4981-83ab-635922339e3c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'' 2021-10-27 01:37:15,087 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.063s 2021-10-27 01:37:15,087 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4dd7b0a7-8bbe-4d58-a6ea-85013ab1cae0', 'x-compute-request-id': 'req-4dd7b0a7-8bbe-4d58-a6ea-85013ab1cae0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:37:16,137 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.046s 2021-10-27 01:37:16,138 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9fcbab45-05e4-425e-8012-482976947d8c', 'x-compute-request-id': 'req-9fcbab45-05e4-425e-8012-482976947d8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:37:17,186 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:37:17,187 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1a6d1455-e79c-43fe-a34c-e91907724430', 'x-compute-request-id': 'req-1a6d1455-e79c-43fe-a34c-e91907724430', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:37:18,234 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:37:18,235 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-143057fa-2dec-4c53-a2fe-58cf0dc9eeec', 'x-compute-request-id': 'req-143057fa-2dec-4c53-a2fe-58cf0dc9eeec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:37:19,283 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:37:19,283 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-12f34d8b-5cf3-49b8-9177-9e1b6ca5305f', 'x-compute-request-id': 'req-12f34d8b-5cf3-49b8-9177-9e1b6ca5305f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:37:20,332 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:37:20,332 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-104ab425-cf30-4872-a6ad-fd157fb393d8', 'x-compute-request-id': 'req-104ab425-cf30-4872-a6ad-fd157fb393d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:37:21,379 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:37:21,380 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a3f30f2f-fb0d-4c39-9b75-a46a1cdb0946', 'x-compute-request-id': 'req-a3f30f2f-fb0d-4c39-9b75-a46a1cdb0946', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:37:22,428 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:37:22,428 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-56dabb1e-a269-4ea2-ab40-b46b4ce87d4c', 'x-compute-request-id': 'req-56dabb1e-a269-4ea2-ab40-b46b4ce87d4c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:37:23,479 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.047s 2021-10-27 01:37:23,479 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-98d7f72d-f9e8-48cc-aefb-ed110ba1823e', 'x-compute-request-id': 'req-98d7f72d-f9e8-48cc-aefb-ed110ba1823e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:37:24,527 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:37:24,527 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-03e69a7a-e775-43ee-9970-cdb432c17152', 'x-compute-request-id': 'req-03e69a7a-e775-43ee-9970-cdb432c17152', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:37:25,576 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.046s 2021-10-27 01:37:25,577 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-923d7b7e-0cd3-4184-804d-5d670ffd0a9d', 'x-compute-request-id': 'req-923d7b7e-0cd3-4184-804d-5d670ffd0a9d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:37:26,624 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:37:26,624 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b245d392-05e3-4d4d-8b30-fcb7c3c8ad6e', 'x-compute-request-id': 'req-b245d392-05e3-4d4d-8b30-fcb7c3c8ad6e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:37:27,670 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:37:27,671 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e39dc69d-b531-4203-ae1b-256039ad9974', 'x-compute-request-id': 'req-e39dc69d-b531-4203-ae1b-256039ad9974', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:37:28,719 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:37:28,719 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4c1d3d12-ac08-46b3-a87f-4dcd65c5f458', 'x-compute-request-id': 'req-4c1d3d12-ac08-46b3-a87f-4dcd65c5f458', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:37:29,767 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:37:29,767 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fdb95e0c-ecd6-4d72-bd27-2b6b7d3af6ba', 'x-compute-request-id': 'req-fdb95e0c-ecd6-4d72-bd27-2b6b7d3af6ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:37:30,818 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.049s 2021-10-27 01:37:30,819 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8eee0f9e-d0af-411e-8dce-796d254a0f3c', 'x-compute-request-id': 'req-8eee0f9e-d0af-411e-8dce-796d254a0f3c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:37:31,866 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:37:31,867 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-93f573da-9f7a-4364-8a15-5c950cfd7694', 'x-compute-request-id': 'req-93f573da-9f7a-4364-8a15-5c950cfd7694', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:37:32,915 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:37:32,915 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-52472d58-cbf5-4a25-b2f6-019441f70887', 'x-compute-request-id': 'req-52472d58-cbf5-4a25-b2f6-019441f70887', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:37:33,963 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.046s 2021-10-27 01:37:33,963 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2894600b-d458-42d1-a761-b69c7699f78d', 'x-compute-request-id': 'req-2894600b-d458-42d1-a761-b69c7699f78d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:37:35,011 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:37:35,011 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6d31f72e-43ef-4bf9-8ec7-86f641ac7009', 'x-compute-request-id': 'req-6d31f72e-43ef-4bf9-8ec7-86f641ac7009', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:37:36,060 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:37:36,060 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c5ee8649-704b-4183-ac15-2be26f2a74f5', 'x-compute-request-id': 'req-c5ee8649-704b-4183-ac15-2be26f2a74f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:37:37,108 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:37:37,108 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b9f41d0a-406b-477e-a8d6-ea9ba729fa81', 'x-compute-request-id': 'req-b9f41d0a-406b-477e-a8d6-ea9ba729fa81', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:37:38,155 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:37:38,155 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-885d9fa4-f993-4db8-995d-235b4e7b33e8', 'x-compute-request-id': 'req-885d9fa4-f993-4db8-995d-235b4e7b33e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:37:39,204 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:37:39,204 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b3323fc1-7f0e-4c7f-8072-495c61e45262', 'x-compute-request-id': 'req-b3323fc1-7f0e-4c7f-8072-495c61e45262', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:37:40,252 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:37:40,252 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0dfe8605-b871-4edd-9ac3-ad3387159666', 'x-compute-request-id': 'req-0dfe8605-b871-4edd-9ac3-ad3387159666', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:37:41,301 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:37:41,301 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b9a9d405-43bf-448c-a4f7-c90c4604d6d1', 'x-compute-request-id': 'req-b9a9d405-43bf-448c-a4f7-c90c4604d6d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:37:42,348 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:37:42,349 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-478b4dd8-b798-4cb2-ab4d-d448a97b0c74', 'x-compute-request-id': 'req-478b4dd8-b798-4cb2-ab4d-d448a97b0c74', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:37:43,398 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.046s 2021-10-27 01:37:43,398 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0c6c9d7f-20aa-4e16-bcf0-8fc07f909af9', 'x-compute-request-id': 'req-0c6c9d7f-20aa-4e16-bcf0-8fc07f909af9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:37:44,446 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:37:44,446 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eb8616fb-87f4-446b-b1bf-c327f590c4fa', 'x-compute-request-id': 'req-eb8616fb-87f4-446b-b1bf-c327f590c4fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:37:45,495 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:37:45,496 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-99125df8-8933-489a-9693-a02996cdece1', 'x-compute-request-id': 'req-99125df8-8933-489a-9693-a02996cdece1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:37:46,543 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:37:46,543 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ca8b52b0-5a38-4cc2-bcc2-f871234cb751', 'x-compute-request-id': 'req-ca8b52b0-5a38-4cc2-bcc2-f871234cb751', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:37:47,594 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.048s 2021-10-27 01:37:47,594 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1040222e-7bd8-487b-b036-9245beefd9c5', 'x-compute-request-id': 'req-1040222e-7bd8-487b-b036-9245beefd9c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:37:48,641 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:37:48,642 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-030a37f1-a631-4222-be46-3e3c0e96202b', 'x-compute-request-id': 'req-030a37f1-a631-4222-be46-3e3c0e96202b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:37:49,691 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.046s 2021-10-27 01:37:49,691 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e65f6bea-328c-4b7c-ad0f-4fc1882a58b5', 'x-compute-request-id': 'req-e65f6bea-328c-4b7c-ad0f-4fc1882a58b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:37:50,738 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:37:50,738 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a43e45c8-0938-4ae9-a017-2fa07dc75192', 'x-compute-request-id': 'req-a43e45c8-0938-4ae9-a017-2fa07dc75192', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:37:51,786 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:37:51,787 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-848f29a9-60e4-4dd4-9f9f-188c37a53741', 'x-compute-request-id': 'req-848f29a9-60e4-4dd4-9f9f-188c37a53741', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:37:52,836 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.047s 2021-10-27 01:37:52,837 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9a3fd6fa-170a-4d4b-87c3-a618ef611fee', 'x-compute-request-id': 'req-9a3fd6fa-170a-4d4b-87c3-a618ef611fee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:37:53,884 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:37:53,884 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bf079336-6537-485a-a577-578afb99d02e', 'x-compute-request-id': 'req-bf079336-6537-485a-a577-578afb99d02e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:37:54,934 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.046s 2021-10-27 01:37:54,934 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-07f727fc-8a75-49b2-a2bf-c7beca805dab', 'x-compute-request-id': 'req-07f727fc-8a75-49b2-a2bf-c7beca805dab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:37:55,983 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:37:55,983 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-72320092-fcae-4ac6-9617-3a0836e81f57', 'x-compute-request-id': 'req-72320092-fcae-4ac6-9617-3a0836e81f57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:37:57,030 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:37:57,030 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-07ffe431-5caf-48d4-8046-ff288d78db1e', 'x-compute-request-id': 'req-07ffe431-5caf-48d4-8046-ff288d78db1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:37:58,078 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:37:58,078 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-73657417-24e6-45d3-a1ee-5da6e79997e2', 'x-compute-request-id': 'req-73657417-24e6-45d3-a1ee-5da6e79997e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:37:59,126 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:37:59,126 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:37:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8ffa7e87-9520-4f8d-beed-2faa12f94244', 'x-compute-request-id': 'req-8ffa7e87-9520-4f8d-beed-2faa12f94244', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:38:00,174 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:38:00,174 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c828375a-84b6-40f1-ae9a-deee82f2db09', 'x-compute-request-id': 'req-c828375a-84b6-40f1-ae9a-deee82f2db09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:38:01,221 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:38:01,221 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-66fbd7fb-3144-4bc3-8b5f-bacd649bc8ff', 'x-compute-request-id': 'req-66fbd7fb-3144-4bc3-8b5f-bacd649bc8ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:38:02,269 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:38:02,269 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-96faa70a-4cb9-4a7d-b5df-3f1df0992ef8', 'x-compute-request-id': 'req-96faa70a-4cb9-4a7d-b5df-3f1df0992ef8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:38:03,317 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:38:03,317 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d52c0e3f-5526-4a9f-9b0a-500d41515b47', 'x-compute-request-id': 'req-d52c0e3f-5526-4a9f-9b0a-500d41515b47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:38:04,366 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:38:04,366 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-965524c9-248f-4bf2-97bc-c0465aa4bf3a', 'x-compute-request-id': 'req-965524c9-248f-4bf2-97bc-c0465aa4bf3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:38:05,414 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:38:05,415 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-605e5481-4103-41f3-9d9c-d781ee32b949', 'x-compute-request-id': 'req-605e5481-4103-41f3-9d9c-d781ee32b949', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:38:06,462 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:38:06,462 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9e563d3c-e206-4126-ab71-03c7854a11eb', 'x-compute-request-id': 'req-9e563d3c-e206-4126-ab71-03c7854a11eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:38:07,511 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:38:07,512 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dae1a612-c0cc-4d76-8c32-d21f7879b953', 'x-compute-request-id': 'req-dae1a612-c0cc-4d76-8c32-d21f7879b953', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:38:08,560 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:38:08,560 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-87c92057-a0cd-444c-ae97-da5f202479f5', 'x-compute-request-id': 'req-87c92057-a0cd-444c-ae97-da5f202479f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:38:09,608 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:38:09,608 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6d907d52-2f3a-4cb9-a3fa-578ccb4bd8cc', 'x-compute-request-id': 'req-6d907d52-2f3a-4cb9-a3fa-578ccb4bd8cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:38:10,656 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:38:10,657 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b8ff2537-f9b3-459f-869f-bab4b01eb36d', 'x-compute-request-id': 'req-b8ff2537-f9b3-459f-869f-bab4b01eb36d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:38:11,703 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:38:11,704 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-edab492c-44c3-4036-8a09-fb436997e862', 'x-compute-request-id': 'req-edab492c-44c3-4036-8a09-fb436997e862', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:38:12,751 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:38:12,751 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3052bdb7-55ef-46c2-90a7-8be6cd05f97c', 'x-compute-request-id': 'req-3052bdb7-55ef-46c2-90a7-8be6cd05f97c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:38:13,799 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:38:13,800 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fb0a4369-1a64-4e6b-84b6-f80edb13f4b8', 'x-compute-request-id': 'req-fb0a4369-1a64-4e6b-84b6-f80edb13f4b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:38:14,848 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.046s 2021-10-27 01:38:14,849 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-836431a4-e29c-47d9-b05d-e06b95c2d6a6', 'x-compute-request-id': 'req-836431a4-e29c-47d9-b05d-e06b95c2d6a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:38:15,898 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.046s 2021-10-27 01:38:15,898 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ad225c31-955d-4d8f-8413-a8bf8c5c3f9a', 'x-compute-request-id': 'req-ad225c31-955d-4d8f-8413-a8bf8c5c3f9a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:38:16,950 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.048s 2021-10-27 01:38:16,950 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c57a765a-78cb-4d93-b43d-a805e933a3be', 'x-compute-request-id': 'req-c57a765a-78cb-4d93-b43d-a805e933a3be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:38:18,002 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.049s 2021-10-27 01:38:18,003 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a2460af7-91b6-4955-a84d-a65772090a5b', 'x-compute-request-id': 'req-a2460af7-91b6-4955-a84d-a65772090a5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:38:19,050 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:38:19,050 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fdf7dd3c-d15d-4b64-9aea-bfe3a3453f1d', 'x-compute-request-id': 'req-fdf7dd3c-d15d-4b64-9aea-bfe3a3453f1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:38:20,099 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:38:20,099 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7c1ecbcb-1790-4f41-8e36-f9e5ebbdb113', 'x-compute-request-id': 'req-7c1ecbcb-1790-4f41-8e36-f9e5ebbdb113', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:38:21,147 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:38:21,147 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9a3ddffa-40e9-4c4a-aded-7dc70e397bd9', 'x-compute-request-id': 'req-9a3ddffa-40e9-4c4a-aded-7dc70e397bd9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:38:22,194 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:38:22,195 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b354127b-2f9b-4093-a788-80673121423b', 'x-compute-request-id': 'req-b354127b-2f9b-4093-a788-80673121423b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:38:23,242 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:38:23,242 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-00fe0255-0392-445b-92e9-a2368afac543', 'x-compute-request-id': 'req-00fe0255-0392-445b-92e9-a2368afac543', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:38:24,289 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:38:24,290 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-42e2c7a3-dbbd-4101-91a6-01f60e0842db', 'x-compute-request-id': 'req-42e2c7a3-dbbd-4101-91a6-01f60e0842db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:38:25,337 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:38:25,337 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dffeaf5f-5749-44a3-aee9-b4e0e8d5c3e9', 'x-compute-request-id': 'req-dffeaf5f-5749-44a3-aee9-b4e0e8d5c3e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:38:26,386 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:38:26,387 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f6f16ec9-ed95-460d-a9f7-052de2fe9151', 'x-compute-request-id': 'req-f6f16ec9-ed95-460d-a9f7-052de2fe9151', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:38:27,436 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:38:27,436 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-080edb86-d383-4abc-bf35-e16929824264', 'x-compute-request-id': 'req-080edb86-d383-4abc-bf35-e16929824264', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:38:28,483 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:38:28,483 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0c2c4c47-f93b-4cc3-ab9b-9f41129322a8', 'x-compute-request-id': 'req-0c2c4c47-f93b-4cc3-ab9b-9f41129322a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:38:29,532 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.046s 2021-10-27 01:38:29,533 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-37859877-bc96-4b99-af3a-387628d309a8', 'x-compute-request-id': 'req-37859877-bc96-4b99-af3a-387628d309a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:38:30,581 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:38:30,581 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-13323420-7013-45cc-bb0c-96e026bd9c27', 'x-compute-request-id': 'req-13323420-7013-45cc-bb0c-96e026bd9c27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:38:31,628 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:38:31,629 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-005270ec-6a0d-4db3-a068-f4d7a9154b78', 'x-compute-request-id': 'req-005270ec-6a0d-4db3-a068-f4d7a9154b78', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:38:32,678 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.046s 2021-10-27 01:38:32,678 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8ef4295b-589e-4255-ae63-aebb12815e30', 'x-compute-request-id': 'req-8ef4295b-589e-4255-ae63-aebb12815e30', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:38:33,726 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:38:33,727 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6adfb78b-8677-4953-a35b-9276ca118fc7', 'x-compute-request-id': 'req-6adfb78b-8677-4953-a35b-9276ca118fc7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:38:34,774 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:38:34,775 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e8177900-5d65-4d8f-937b-b96e0a43a8d0', 'x-compute-request-id': 'req-e8177900-5d65-4d8f-937b-b96e0a43a8d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:38:35,823 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:38:35,823 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0f368761-3c0c-4371-8e2b-2948b1a77011', 'x-compute-request-id': 'req-0f368761-3c0c-4371-8e2b-2948b1a77011', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:38:36,872 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:38:36,873 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-16bffc65-17b3-4db5-9ef2-823daa8354d2', 'x-compute-request-id': 'req-16bffc65-17b3-4db5-9ef2-823daa8354d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:38:37,920 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:38:37,921 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a3ab7491-ad9d-462a-8f64-d7ea3ce0d1ed', 'x-compute-request-id': 'req-a3ab7491-ad9d-462a-8f64-d7ea3ce0d1ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:38:38,969 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.046s 2021-10-27 01:38:38,970 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aea62de2-d9f8-4165-a7c0-6c641c74c20a', 'x-compute-request-id': 'req-aea62de2-d9f8-4165-a7c0-6c641c74c20a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:38:40,018 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:38:40,018 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0ff43a47-0896-4bb7-978a-343c6de843a4', 'x-compute-request-id': 'req-0ff43a47-0896-4bb7-978a-343c6de843a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:38:41,067 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.046s 2021-10-27 01:38:41,068 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2976c3c5-2d21-489b-b697-ff6c44f69942', 'x-compute-request-id': 'req-2976c3c5-2d21-489b-b697-ff6c44f69942', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:38:42,115 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:38:42,115 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0090f7c0-37a2-47ea-a629-63a789bee11f', 'x-compute-request-id': 'req-0090f7c0-37a2-47ea-a629-63a789bee11f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:38:43,172 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.053s 2021-10-27 01:38:43,172 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cd61649a-2128-4923-9bce-5dde8d8f0748', 'x-compute-request-id': 'req-cd61649a-2128-4923-9bce-5dde8d8f0748', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:38:44,221 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.046s 2021-10-27 01:38:44,222 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-707c4e32-da0b-4f87-ad31-1fd890988013', 'x-compute-request-id': 'req-707c4e32-da0b-4f87-ad31-1fd890988013', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:38:45,367 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.143s 2021-10-27 01:38:45,368 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1223c87f-4922-4abb-bdd0-7bc0931c9b01', 'x-compute-request-id': 'req-1223c87f-4922-4abb-bdd0-7bc0931c9b01', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:38:46,415 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:38:46,415 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4d24520a-f18c-4a4c-8248-732fba4e017b', 'x-compute-request-id': 'req-4d24520a-f18c-4a4c-8248-732fba4e017b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:38:47,463 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:38:47,464 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a683992b-156c-4ec6-b6e7-ce86114bd164', 'x-compute-request-id': 'req-a683992b-156c-4ec6-b6e7-ce86114bd164', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:38:48,511 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:38:48,512 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d0ec660e-9503-4588-8f50-2a5e18c0c71b', 'x-compute-request-id': 'req-d0ec660e-9503-4588-8f50-2a5e18c0c71b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:38:49,560 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:38:49,560 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d8b7de9b-1e1c-4c37-8b24-2e59c5745929', 'x-compute-request-id': 'req-d8b7de9b-1e1c-4c37-8b24-2e59c5745929', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:38:50,607 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:38:50,608 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4df28829-7ecb-4d74-a0f2-4c3924d340b7', 'x-compute-request-id': 'req-4df28829-7ecb-4d74-a0f2-4c3924d340b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:38:51,655 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:38:51,655 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1fa61395-7771-407d-9baa-5429b5f86402', 'x-compute-request-id': 'req-1fa61395-7771-407d-9baa-5429b5f86402', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:38:52,703 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:38:52,704 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ff878f00-21ea-4a7f-a1bf-b5b906286e89', 'x-compute-request-id': 'req-ff878f00-21ea-4a7f-a1bf-b5b906286e89', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:38:53,751 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:38:53,751 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1e36476c-c50a-4337-87e1-6c419fd892b1', 'x-compute-request-id': 'req-1e36476c-c50a-4337-87e1-6c419fd892b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:38:54,802 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.048s 2021-10-27 01:38:54,802 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-599f8831-4fc9-439b-ad39-5cb36e90744a', 'x-compute-request-id': 'req-599f8831-4fc9-439b-ad39-5cb36e90744a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:38:55,851 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.046s 2021-10-27 01:38:55,851 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f178b701-7109-496d-a941-492cb63a5842', 'x-compute-request-id': 'req-f178b701-7109-496d-a941-492cb63a5842', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:38:56,897 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:38:56,898 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-22c471c9-6c85-450d-922b-a519fac434a1', 'x-compute-request-id': 'req-22c471c9-6c85-450d-922b-a519fac434a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:38:57,945 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:38:57,945 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-25691412-3127-4793-b233-f1bf6a6ddd4b', 'x-compute-request-id': 'req-25691412-3127-4793-b233-f1bf6a6ddd4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:38:58,993 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:38:58,993 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d2591b04-f7fa-4470-aca2-265ba27dfede', 'x-compute-request-id': 'req-d2591b04-f7fa-4470-aca2-265ba27dfede', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:39:00,041 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:39:00,042 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:38:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-85aa25f6-8177-484d-99fc-1416871d1ef2', 'x-compute-request-id': 'req-85aa25f6-8177-484d-99fc-1416871d1ef2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:39:01,091 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.046s 2021-10-27 01:39:01,091 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c9cdfb62-967c-4395-bc0d-1492f2077c5f', 'x-compute-request-id': 'req-c9cdfb62-967c-4395-bc0d-1492f2077c5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:39:02,139 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:39:02,139 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-139e2e84-052b-4755-b718-1a8df476477f', 'x-compute-request-id': 'req-139e2e84-052b-4755-b718-1a8df476477f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:39:03,189 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.047s 2021-10-27 01:39:03,190 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a5e39b95-c33f-4310-957a-e1cc7c962be5', 'x-compute-request-id': 'req-a5e39b95-c33f-4310-957a-e1cc7c962be5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:39:04,238 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:39:04,238 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-677907f3-d31d-41a6-92af-299f7241eee7', 'x-compute-request-id': 'req-677907f3-d31d-41a6-92af-299f7241eee7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:39:05,286 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:39:05,286 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-da270dd0-2d01-42c7-b903-b8ebe309df7c', 'x-compute-request-id': 'req-da270dd0-2d01-42c7-b903-b8ebe309df7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:39:06,334 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:39:06,335 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bb3bd63b-b01b-4c69-a302-03a472e60d71', 'x-compute-request-id': 'req-bb3bd63b-b01b-4c69-a302-03a472e60d71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:39:07,382 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:39:07,383 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b41b25a9-16d9-408a-bcb2-31550c8a3b77', 'x-compute-request-id': 'req-b41b25a9-16d9-408a-bcb2-31550c8a3b77', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:39:08,431 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:39:08,432 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-45fed7b9-1861-4119-864b-f721dac3180e', 'x-compute-request-id': 'req-45fed7b9-1861-4119-864b-f721dac3180e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:39:09,481 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:39:09,481 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8afab572-030c-4c36-b682-7a665afaa7b8', 'x-compute-request-id': 'req-8afab572-030c-4c36-b682-7a665afaa7b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:39:10,528 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:39:10,529 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-135bad8b-e1f2-4209-a40d-b058f91c06dd', 'x-compute-request-id': 'req-135bad8b-e1f2-4209-a40d-b058f91c06dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:39:11,577 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:39:11,577 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-020de9fc-f317-466e-9ca2-2bf10b046ca0', 'x-compute-request-id': 'req-020de9fc-f317-466e-9ca2-2bf10b046ca0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:39:12,624 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:39:12,624 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cd3daac0-95f4-4e70-8951-5a0b88e8dae8', 'x-compute-request-id': 'req-cd3daac0-95f4-4e70-8951-5a0b88e8dae8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:39:13,672 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:39:13,672 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-740e93a0-eeb6-4292-a65f-48ab76191388', 'x-compute-request-id': 'req-740e93a0-eeb6-4292-a65f-48ab76191388', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:39:14,720 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:39:14,720 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-32f76817-0caa-4ebc-9c71-9151cac097b4', 'x-compute-request-id': 'req-32f76817-0caa-4ebc-9c71-9151cac097b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:39:15,768 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:39:15,768 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4ecf7cf5-ec3e-4378-b6bc-76c376b8ac03', 'x-compute-request-id': 'req-4ecf7cf5-ec3e-4378-b6bc-76c376b8ac03', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:39:16,816 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:39:16,816 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-11f767f5-08dd-4e95-b109-7cb94d4be1c7', 'x-compute-request-id': 'req-11f767f5-08dd-4e95-b109-7cb94d4be1c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:39:17,865 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:39:17,865 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bedade8e-0686-480d-9519-0b333d4b6782', 'x-compute-request-id': 'req-bedade8e-0686-480d-9519-0b333d4b6782', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:39:18,912 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:39:18,913 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6fd6cb9f-2452-444b-bc8e-5b570757deb2', 'x-compute-request-id': 'req-6fd6cb9f-2452-444b-bc8e-5b570757deb2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:39:19,960 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:39:19,960 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5c168abe-32a3-4c1d-93f3-0ed15d203267', 'x-compute-request-id': 'req-5c168abe-32a3-4c1d-93f3-0ed15d203267', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:39:21,009 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:39:21,009 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-50b7f6ef-1e16-4df2-86cb-adb80de44d48', 'x-compute-request-id': 'req-50b7f6ef-1e16-4df2-86cb-adb80de44d48', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:39:22,056 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:39:22,057 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ad5eaed5-ea5c-46d4-95c7-7f76c0a5c155', 'x-compute-request-id': 'req-ad5eaed5-ea5c-46d4-95c7-7f76c0a5c155', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:39:23,104 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:39:23,104 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8c3ae766-d692-4739-ab38-515dcaaa62d4', 'x-compute-request-id': 'req-8c3ae766-d692-4739-ab38-515dcaaa62d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:39:24,153 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:39:24,153 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-833f6b99-f5b1-4a09-a237-fbe5a18ce646', 'x-compute-request-id': 'req-833f6b99-f5b1-4a09-a237-fbe5a18ce646', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:39:25,203 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.046s 2021-10-27 01:39:25,203 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4ef795fa-9fea-4ce1-bd51-739e7b52bbec', 'x-compute-request-id': 'req-4ef795fa-9fea-4ce1-bd51-739e7b52bbec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:39:26,252 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:39:26,252 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-80d1f6de-27ac-4085-b74f-cf6643ec42cd', 'x-compute-request-id': 'req-80d1f6de-27ac-4085-b74f-cf6643ec42cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:39:27,301 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:39:27,301 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-70af7c65-ea84-43a4-92b9-180213744d24', 'x-compute-request-id': 'req-70af7c65-ea84-43a4-92b9-180213744d24', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:39:28,349 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:39:28,349 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aabe05a7-2c07-4904-8f7f-ffdb0053d1dd', 'x-compute-request-id': 'req-aabe05a7-2c07-4904-8f7f-ffdb0053d1dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:39:29,396 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:39:29,396 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8a9d51b2-86f8-4267-a158-4396d1f7ef92', 'x-compute-request-id': 'req-8a9d51b2-86f8-4267-a158-4396d1f7ef92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:39:30,445 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:39:30,445 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a6af760e-9197-4202-aa0d-83b17dcfff91', 'x-compute-request-id': 'req-a6af760e-9197-4202-aa0d-83b17dcfff91', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:39:31,493 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:39:31,494 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c4d09abb-3ec0-4488-abd5-23a475744978', 'x-compute-request-id': 'req-c4d09abb-3ec0-4488-abd5-23a475744978', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:39:32,542 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.046s 2021-10-27 01:39:32,542 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1b9fe4b9-c151-4813-9549-5e7186fccd3e', 'x-compute-request-id': 'req-1b9fe4b9-c151-4813-9549-5e7186fccd3e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:39:33,591 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:39:33,591 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5fdcdcc2-d4c1-43b2-ab8b-f17e893cbd29', 'x-compute-request-id': 'req-5fdcdcc2-d4c1-43b2-ab8b-f17e893cbd29', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:39:34,637 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.043s 2021-10-27 01:39:34,637 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8e1ea8c8-dbd8-4f1e-a73b-78430985274b', 'x-compute-request-id': 'req-8e1ea8c8-dbd8-4f1e-a73b-78430985274b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:39:35,684 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.043s 2021-10-27 01:39:35,685 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b5ba21e8-89e3-423c-aba6-7aec10c99952', 'x-compute-request-id': 'req-b5ba21e8-89e3-423c-aba6-7aec10c99952', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:39:36,732 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:39:36,733 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-38ba20de-c43f-489f-8923-78a79626bd8b', 'x-compute-request-id': 'req-38ba20de-c43f-489f-8923-78a79626bd8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:39:37,783 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.047s 2021-10-27 01:39:37,783 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d43b814c-dd28-4c71-a395-af348ef880cd', 'x-compute-request-id': 'req-d43b814c-dd28-4c71-a395-af348ef880cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:39:38,832 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.046s 2021-10-27 01:39:38,832 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9cbd57b1-473a-4b08-97a5-afc843312a48', 'x-compute-request-id': 'req-9cbd57b1-473a-4b08-97a5-afc843312a48', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:39:39,880 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:39:39,880 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1e5ba3eb-8c3d-40aa-a4c4-880306c15995', 'x-compute-request-id': 'req-1e5ba3eb-8c3d-40aa-a4c4-880306c15995', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:39:40,928 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:39:40,929 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ae1e9d11-e7a4-4f33-9a56-722c40e8357b', 'x-compute-request-id': 'req-ae1e9d11-e7a4-4f33-9a56-722c40e8357b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:39:41,976 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:39:41,977 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3ff55fd5-c9b6-4a4c-9a89-11462fee4330', 'x-compute-request-id': 'req-3ff55fd5-c9b6-4a4c-9a89-11462fee4330', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:39:43,024 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:39:43,024 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1035fce0-cccf-4d6f-ae29-16b74b1b09b4', 'x-compute-request-id': 'req-1035fce0-cccf-4d6f-ae29-16b74b1b09b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:39:44,075 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.047s 2021-10-27 01:39:44,076 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-06c3ed61-4eb9-480f-ae0c-be9893d0d089', 'x-compute-request-id': 'req-06c3ed61-4eb9-480f-ae0c-be9893d0d089', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:39:45,125 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.046s 2021-10-27 01:39:45,125 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a51a2b35-399e-4322-80c8-211d8740c922', 'x-compute-request-id': 'req-a51a2b35-399e-4322-80c8-211d8740c922', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:39:46,173 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:39:46,174 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b4eb3216-218f-4abd-a3c4-e56d99380038', 'x-compute-request-id': 'req-b4eb3216-218f-4abd-a3c4-e56d99380038', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:39:47,220 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:39:47,220 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e6cf03f6-3e83-492e-ae28-78eac219c990', 'x-compute-request-id': 'req-e6cf03f6-3e83-492e-ae28-78eac219c990', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:39:48,268 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:39:48,268 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ee2a8258-5545-4e6e-9057-f40062fd4f56', 'x-compute-request-id': 'req-ee2a8258-5545-4e6e-9057-f40062fd4f56', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:39:49,315 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:39:49,316 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-835ae15f-7bc8-4fa3-b799-2138b97eb6d7', 'x-compute-request-id': 'req-835ae15f-7bc8-4fa3-b799-2138b97eb6d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:39:50,366 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:39:50,367 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-06b03249-d9b7-44fc-9b2f-4303932f2f87', 'x-compute-request-id': 'req-06b03249-d9b7-44fc-9b2f-4303932f2f87', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:39:51,414 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:39:51,415 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-539946b8-a057-4208-be64-1c11943d56a4', 'x-compute-request-id': 'req-539946b8-a057-4208-be64-1c11943d56a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:39:52,463 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.046s 2021-10-27 01:39:52,464 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9093b81b-e546-4e47-b103-cdec4eea1518', 'x-compute-request-id': 'req-9093b81b-e546-4e47-b103-cdec4eea1518', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:39:53,511 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:39:53,512 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f8d48bc3-cdf0-43dc-be3c-b1db1fc431d5', 'x-compute-request-id': 'req-f8d48bc3-cdf0-43dc-be3c-b1db1fc431d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:39:54,568 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.053s 2021-10-27 01:39:54,568 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-588977d3-29a6-419b-853c-aa1ad39c8b3b', 'x-compute-request-id': 'req-588977d3-29a6-419b-853c-aa1ad39c8b3b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:39:55,614 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.043s 2021-10-27 01:39:55,615 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d4c0ee82-75c9-4fc6-af96-2327e46c3c0a', 'x-compute-request-id': 'req-d4c0ee82-75c9-4fc6-af96-2327e46c3c0a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:39:56,661 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:39:56,661 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f5511d44-ffc4-4be2-8af7-cf9667c7f03e', 'x-compute-request-id': 'req-f5511d44-ffc4-4be2-8af7-cf9667c7f03e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:39:57,710 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.046s 2021-10-27 01:39:57,711 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d1b72d1e-f90e-496d-be5a-d2fd1eadc24f', 'x-compute-request-id': 'req-d1b72d1e-f90e-496d-be5a-d2fd1eadc24f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:39:58,758 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:39:58,758 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-24728390-b6f1-4c9a-a7a5-797a91b720aa', 'x-compute-request-id': 'req-24728390-b6f1-4c9a-a7a5-797a91b720aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:39:59,806 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:39:59,807 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:39:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8c64deac-441c-4cc4-90f5-63573e035489', 'x-compute-request-id': 'req-8c64deac-441c-4cc4-90f5-63573e035489', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:40:00,853 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:40:00,854 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-564fa53c-7ecd-4ccd-b610-e0dde3835e1d', 'x-compute-request-id': 'req-564fa53c-7ecd-4ccd-b610-e0dde3835e1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:40:01,901 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:40:01,901 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-75be3118-075c-437c-afb4-f70ba63638f1', 'x-compute-request-id': 'req-75be3118-075c-437c-afb4-f70ba63638f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:40:02,950 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:40:02,950 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3ba7013c-c09d-4248-a7ad-e6a121a64829', 'x-compute-request-id': 'req-3ba7013c-c09d-4248-a7ad-e6a121a64829', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:40:03,998 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:40:03,998 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-56aae2cc-ea37-43ae-be07-46da248e4860', 'x-compute-request-id': 'req-56aae2cc-ea37-43ae-be07-46da248e4860', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:40:05,046 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:40:05,046 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-446d426c-1e61-4606-9979-1cb1befe59ca', 'x-compute-request-id': 'req-446d426c-1e61-4606-9979-1cb1befe59ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:40:06,094 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:40:06,094 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0a3c7894-e4c4-40bb-8f0a-c117cc0ae506', 'x-compute-request-id': 'req-0a3c7894-e4c4-40bb-8f0a-c117cc0ae506', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:40:07,143 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.046s 2021-10-27 01:40:07,144 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a24c1b3d-97c0-41ef-887d-2c2006df4e6d', 'x-compute-request-id': 'req-a24c1b3d-97c0-41ef-887d-2c2006df4e6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:40:08,190 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:40:08,191 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-05a6a011-9d34-42d2-bb0d-2a92c2ecf5d6', 'x-compute-request-id': 'req-05a6a011-9d34-42d2-bb0d-2a92c2ecf5d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:40:09,238 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:40:09,239 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7ed4c1ed-ccf0-47a9-956e-67111b331e23', 'x-compute-request-id': 'req-7ed4c1ed-ccf0-47a9-956e-67111b331e23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:40:10,286 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:40:10,287 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0d01ca18-38af-428a-92c6-11d1b1e0a537', 'x-compute-request-id': 'req-0d01ca18-38af-428a-92c6-11d1b1e0a537', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:40:11,334 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:40:11,335 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b90c746f-4d92-439c-a537-cd0127a114d0', 'x-compute-request-id': 'req-b90c746f-4d92-439c-a537-cd0127a114d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:40:12,382 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:40:12,383 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e3dd61c4-6e5d-4a39-86a5-69be86d3346f', 'x-compute-request-id': 'req-e3dd61c4-6e5d-4a39-86a5-69be86d3346f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:40:13,430 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:40:13,430 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8af4650e-9fe0-4a27-9309-83bbb91a0006', 'x-compute-request-id': 'req-8af4650e-9fe0-4a27-9309-83bbb91a0006', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:40:14,478 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:40:14,479 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2b903789-f430-43ed-80a5-e082f87e69ba', 'x-compute-request-id': 'req-2b903789-f430-43ed-80a5-e082f87e69ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:40:15,525 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.043s 2021-10-27 01:40:15,525 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6740c116-7c00-4c65-9b70-5b5249085e20', 'x-compute-request-id': 'req-6740c116-7c00-4c65-9b70-5b5249085e20', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:40:16,577 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.048s 2021-10-27 01:40:16,577 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dae3d640-ce06-4ab0-bb0a-8802ad668621', 'x-compute-request-id': 'req-dae3d640-ce06-4ab0-bb0a-8802ad668621', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:40:17,626 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.046s 2021-10-27 01:40:17,627 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f7779dad-8b4d-4357-93ca-563fae55405b', 'x-compute-request-id': 'req-f7779dad-8b4d-4357-93ca-563fae55405b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:40:18,674 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:40:18,674 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-36a78983-561d-4e47-822c-dea63deedf9d', 'x-compute-request-id': 'req-36a78983-561d-4e47-822c-dea63deedf9d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:40:19,722 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:40:19,722 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3513b1a4-3058-4f41-8175-6546ed19568f', 'x-compute-request-id': 'req-3513b1a4-3058-4f41-8175-6546ed19568f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:40:20,770 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:40:20,771 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ce12f225-2395-439d-a0a3-ac78484a1dba', 'x-compute-request-id': 'req-ce12f225-2395-439d-a0a3-ac78484a1dba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:40:21,830 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.056s 2021-10-27 01:40:21,830 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-62852f44-dc6c-4939-9677-6442706f6aae', 'x-compute-request-id': 'req-62852f44-dc6c-4939-9677-6442706f6aae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:40:22,878 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:40:22,878 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e25dcd30-bd29-47de-b11a-75b1ececfe0b', 'x-compute-request-id': 'req-e25dcd30-bd29-47de-b11a-75b1ececfe0b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:40:23,925 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:40:23,925 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-833347ff-c417-43c4-8cad-7afc4e53e093', 'x-compute-request-id': 'req-833347ff-c417-43c4-8cad-7afc4e53e093', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:40:24,979 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.050s 2021-10-27 01:40:24,979 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-32c3189f-ff8a-4f4b-a0a4-bf83a3cc6cb4', 'x-compute-request-id': 'req-32c3189f-ff8a-4f4b-a0a4-bf83a3cc6cb4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:40:26,026 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.043s 2021-10-27 01:40:26,026 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3a106636-4a8a-4bff-b757-30b5fcc9a6b1', 'x-compute-request-id': 'req-3a106636-4a8a-4bff-b757-30b5fcc9a6b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:40:27,074 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:40:27,074 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1f16970a-3fe9-4565-98de-78c057e88488', 'x-compute-request-id': 'req-1f16970a-3fe9-4565-98de-78c057e88488', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:40:28,121 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:40:28,122 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c2ccb4bf-28ff-484d-a4e1-f3169dc45b9f', 'x-compute-request-id': 'req-c2ccb4bf-28ff-484d-a4e1-f3169dc45b9f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:40:29,169 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:40:29,170 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-099c3920-ffab-48d0-9084-c981957561fa', 'x-compute-request-id': 'req-099c3920-ffab-48d0-9084-c981957561fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:40:30,217 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:40:30,218 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c8b5dc6a-78a3-48ca-a93c-543e6c9ba3e7', 'x-compute-request-id': 'req-c8b5dc6a-78a3-48ca-a93c-543e6c9ba3e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:40:31,265 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:40:31,266 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bfd332f4-f569-4701-b586-03e82d8686f0', 'x-compute-request-id': 'req-bfd332f4-f569-4701-b586-03e82d8686f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:40:32,314 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.046s 2021-10-27 01:40:32,315 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8daec88d-392a-4dce-8cc5-0c2ef45e0f23', 'x-compute-request-id': 'req-8daec88d-392a-4dce-8cc5-0c2ef45e0f23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:40:33,362 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:40:33,362 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4bf3c856-25b7-479d-b255-6c1c54c7c515', 'x-compute-request-id': 'req-4bf3c856-25b7-479d-b255-6c1c54c7c515', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:40:34,410 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:40:34,410 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0256921b-a34f-410a-86fe-58c69b8c8985', 'x-compute-request-id': 'req-0256921b-a34f-410a-86fe-58c69b8c8985', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:40:35,458 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:40:35,459 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7caf87d3-2850-4c41-ad61-3088a090706e', 'x-compute-request-id': 'req-7caf87d3-2850-4c41-ad61-3088a090706e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:40:36,506 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:40:36,506 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5b65b2ab-e5ef-476e-816d-6d84256e2e8c', 'x-compute-request-id': 'req-5b65b2ab-e5ef-476e-816d-6d84256e2e8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:40:37,555 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.046s 2021-10-27 01:40:37,556 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5f482e93-928a-413c-bc4c-7694c503c4fb', 'x-compute-request-id': 'req-5f482e93-928a-413c-bc4c-7694c503c4fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:40:38,603 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:40:38,604 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7fdc1a9c-49ff-4ac9-842d-172c9e940aad', 'x-compute-request-id': 'req-7fdc1a9c-49ff-4ac9-842d-172c9e940aad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:40:39,650 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.043s 2021-10-27 01:40:39,650 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5fcd241b-b7af-498b-be3b-9344c2f4a6bb', 'x-compute-request-id': 'req-5fcd241b-b7af-498b-be3b-9344c2f4a6bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:40:40,698 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:40:40,698 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d4a49317-8e78-4c34-b82c-e2153b9109fe', 'x-compute-request-id': 'req-d4a49317-8e78-4c34-b82c-e2153b9109fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:40:41,745 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.043s 2021-10-27 01:40:41,745 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1c16bfa1-ab24-4c73-94df-a3d3b0883b0a', 'x-compute-request-id': 'req-1c16bfa1-ab24-4c73-94df-a3d3b0883b0a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:40:42,792 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:40:42,793 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-10df1a52-9e67-47a5-ace7-bdd6d116f237', 'x-compute-request-id': 'req-10df1a52-9e67-47a5-ace7-bdd6d116f237', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:40:43,840 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:40:43,841 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9a2580d6-5229-4d81-8f97-9d3088d121cc', 'x-compute-request-id': 'req-9a2580d6-5229-4d81-8f97-9d3088d121cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:40:44,891 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.047s 2021-10-27 01:40:44,891 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6d4572b4-c2d4-49b3-b8f4-08a83ab497ff', 'x-compute-request-id': 'req-6d4572b4-c2d4-49b3-b8f4-08a83ab497ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:40:45,942 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.048s 2021-10-27 01:40:45,943 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fcb930de-0b9b-4385-92a3-dc47e7b5f560', 'x-compute-request-id': 'req-fcb930de-0b9b-4385-92a3-dc47e7b5f560', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:40:46,991 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:40:46,991 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0331da8b-9bfa-477b-87aa-c302f02716b1', 'x-compute-request-id': 'req-0331da8b-9bfa-477b-87aa-c302f02716b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:40:48,044 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.050s 2021-10-27 01:40:48,045 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-62e1a577-a709-4b35-a4e5-2c742562b2ac', 'x-compute-request-id': 'req-62e1a577-a709-4b35-a4e5-2c742562b2ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:40:49,094 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:40:49,094 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-27972fb4-1d51-4bf3-af7d-79df1b385f40', 'x-compute-request-id': 'req-27972fb4-1d51-4bf3-af7d-79df1b385f40', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:40:50,141 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:40:50,142 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ffbbbdb0-d971-4fa9-8364-70199ce0011e', 'x-compute-request-id': 'req-ffbbbdb0-d971-4fa9-8364-70199ce0011e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:40:51,191 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.046s 2021-10-27 01:40:51,191 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4249c6f5-d538-48e4-a8cc-3c8e9355e60e', 'x-compute-request-id': 'req-4249c6f5-d538-48e4-a8cc-3c8e9355e60e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:40:52,239 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:40:52,240 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-40fb5c12-7b90-4f0e-bd1d-8dbc7ed3782d', 'x-compute-request-id': 'req-40fb5c12-7b90-4f0e-bd1d-8dbc7ed3782d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:40:53,288 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.046s 2021-10-27 01:40:53,289 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a6de90d4-c3d4-4bbf-9d66-ceeb0f23a460', 'x-compute-request-id': 'req-a6de90d4-c3d4-4bbf-9d66-ceeb0f23a460', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:40:54,336 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:40:54,337 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-860569aa-7388-4a68-a05e-afdd4a224a2d', 'x-compute-request-id': 'req-860569aa-7388-4a68-a05e-afdd4a224a2d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:40:55,389 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.048s 2021-10-27 01:40:55,389 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-394c47cf-d67f-4072-b939-0a1aef38e6ac', 'x-compute-request-id': 'req-394c47cf-d67f-4072-b939-0a1aef38e6ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:40:56,441 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.048s 2021-10-27 01:40:56,441 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6aabb255-afed-4806-8663-84e1b54e58de', 'x-compute-request-id': 'req-6aabb255-afed-4806-8663-84e1b54e58de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:40:57,490 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:40:57,490 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7488b4a2-d7fe-4b92-9ee0-612d7e2f764c', 'x-compute-request-id': 'req-7488b4a2-d7fe-4b92-9ee0-612d7e2f764c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:40:58,538 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:40:58,538 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2f34f654-4e6c-427d-bea9-6b17229d5a70', 'x-compute-request-id': 'req-2f34f654-4e6c-427d-bea9-6b17229d5a70', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:40:59,593 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.052s 2021-10-27 01:40:59,594 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:40:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d9599dce-4c31-4cd7-9164-c71a48d67294', 'x-compute-request-id': 'req-d9599dce-4c31-4cd7-9164-c71a48d67294', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:41:00,642 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:41:00,643 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9d092418-790d-4afb-b226-cf5f5f93582d', 'x-compute-request-id': 'req-9d092418-790d-4afb-b226-cf5f5f93582d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:41:01,691 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:41:01,691 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7458dbb2-f924-41f2-91df-39161f220919', 'x-compute-request-id': 'req-7458dbb2-f924-41f2-91df-39161f220919', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:41:02,738 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:41:02,739 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fdb15dc0-fb0a-4184-b0cf-2c90fdfaf812', 'x-compute-request-id': 'req-fdb15dc0-fb0a-4184-b0cf-2c90fdfaf812', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:41:03,786 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:41:03,786 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-37e7abdd-1acf-44f1-ac03-ef865f099ebc', 'x-compute-request-id': 'req-37e7abdd-1acf-44f1-ac03-ef865f099ebc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:41:04,834 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:41:04,835 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b2a6e616-5f38-4478-b146-db48fa918171', 'x-compute-request-id': 'req-b2a6e616-5f38-4478-b146-db48fa918171', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:41:05,882 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:41:05,882 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2f17ccc9-9c8e-4038-874f-361f09da51fa', 'x-compute-request-id': 'req-2f17ccc9-9c8e-4038-874f-361f09da51fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:41:06,930 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:41:06,930 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ab116694-7638-4155-92a8-82822e75c16a', 'x-compute-request-id': 'req-ab116694-7638-4155-92a8-82822e75c16a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:41:07,978 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:41:07,979 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d6bb361d-d89f-46d9-9f66-74fbe47b6ded', 'x-compute-request-id': 'req-d6bb361d-d89f-46d9-9f66-74fbe47b6ded', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:41:09,028 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:41:09,028 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7b837aa2-e3f0-424e-a09b-65b175a3f61f', 'x-compute-request-id': 'req-7b837aa2-e3f0-424e-a09b-65b175a3f61f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:41:10,075 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:41:10,076 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b87b8c31-c590-4e0e-9087-436c68c93c6f', 'x-compute-request-id': 'req-b87b8c31-c590-4e0e-9087-436c68c93c6f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:41:11,124 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:41:11,124 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d8a970c6-6e93-4e6d-8dad-cc93d0b9d15d', 'x-compute-request-id': 'req-d8a970c6-6e93-4e6d-8dad-cc93d0b9d15d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:41:12,171 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:41:12,172 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-480c342b-56a8-4ddf-bf8a-b49cdf3c2f33', 'x-compute-request-id': 'req-480c342b-56a8-4ddf-bf8a-b49cdf3c2f33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:41:13,220 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.046s 2021-10-27 01:41:13,221 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a8162dd5-ff5a-4a21-beb3-8cd54267411c', 'x-compute-request-id': 'req-a8162dd5-ff5a-4a21-beb3-8cd54267411c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:41:14,269 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:41:14,269 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-71072444-1232-49a0-bd69-cdfa44a76926', 'x-compute-request-id': 'req-71072444-1232-49a0-bd69-cdfa44a76926', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:41:15,317 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:41:15,318 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-754f585a-ebf7-4e5f-a70a-6db37c89b291', 'x-compute-request-id': 'req-754f585a-ebf7-4e5f-a70a-6db37c89b291', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:41:16,365 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:41:16,366 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a9c54b17-f347-4c56-8544-4d7928728216', 'x-compute-request-id': 'req-a9c54b17-f347-4c56-8544-4d7928728216', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:41:17,414 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:41:17,414 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f46133e0-6dc5-4e3a-af1c-c0f8bce19b2c', 'x-compute-request-id': 'req-f46133e0-6dc5-4e3a-af1c-c0f8bce19b2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:41:18,462 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:41:18,462 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b54fe20e-c5cf-4802-aee3-af8d300bd42d', 'x-compute-request-id': 'req-b54fe20e-c5cf-4802-aee3-af8d300bd42d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:41:19,509 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:41:19,510 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b83e84e8-3449-47d7-90a6-d82c288be05b', 'x-compute-request-id': 'req-b83e84e8-3449-47d7-90a6-d82c288be05b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:41:20,558 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:41:20,558 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0ad72d11-96c4-4c95-bc4f-f1f048472120', 'x-compute-request-id': 'req-0ad72d11-96c4-4c95-bc4f-f1f048472120', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:41:21,607 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:41:21,608 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-304eb50a-7496-4fd1-a4e9-3ab56ce3506f', 'x-compute-request-id': 'req-304eb50a-7496-4fd1-a4e9-3ab56ce3506f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:41:22,654 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:41:22,655 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-73d1ce7b-89b0-498e-8392-1579aafc097a', 'x-compute-request-id': 'req-73d1ce7b-89b0-498e-8392-1579aafc097a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:41:23,702 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:41:23,703 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6f196321-c5b8-4f10-834a-2e4d0db9a5b5', 'x-compute-request-id': 'req-6f196321-c5b8-4f10-834a-2e4d0db9a5b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:41:24,750 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:41:24,750 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7da2b3f4-9ac0-4fd7-bf04-41c714856f6c', 'x-compute-request-id': 'req-7da2b3f4-9ac0-4fd7-bf04-41c714856f6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:41:25,799 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.046s 2021-10-27 01:41:25,799 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3d8be2a2-21d0-4d96-ac4a-8035406a048e', 'x-compute-request-id': 'req-3d8be2a2-21d0-4d96-ac4a-8035406a048e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:41:26,847 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:41:26,847 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dfa81b9b-0c10-46cb-9acb-cac3afb61058', 'x-compute-request-id': 'req-dfa81b9b-0c10-46cb-9acb-cac3afb61058', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:41:27,894 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:41:27,895 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a330fb6a-0ceb-4d55-ac36-7a6cd1b4b30a', 'x-compute-request-id': 'req-a330fb6a-0ceb-4d55-ac36-7a6cd1b4b30a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:41:28,943 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:41:28,943 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1e9fd67d-30b6-427a-a41b-4198214a491c', 'x-compute-request-id': 'req-1e9fd67d-30b6-427a-a41b-4198214a491c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:41:29,991 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:41:29,991 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-697eb72c-842a-413e-b283-35a8998cd410', 'x-compute-request-id': 'req-697eb72c-842a-413e-b283-35a8998cd410', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:41:31,039 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:41:31,039 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fdee2bde-e85f-4912-a9c9-e76f5e2f06f0', 'x-compute-request-id': 'req-fdee2bde-e85f-4912-a9c9-e76f5e2f06f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:41:32,087 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:41:32,088 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-525d6693-c1ff-4047-8038-e490708ffa3f', 'x-compute-request-id': 'req-525d6693-c1ff-4047-8038-e490708ffa3f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:41:33,135 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:41:33,135 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-687587e7-b6e7-4314-8a7e-89dfa30d7925', 'x-compute-request-id': 'req-687587e7-b6e7-4314-8a7e-89dfa30d7925', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:41:34,183 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:41:34,183 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dfb4d5b5-ffa1-4486-a6fa-03b2aec703c9', 'x-compute-request-id': 'req-dfb4d5b5-ffa1-4486-a6fa-03b2aec703c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:41:35,231 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:41:35,232 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41: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-a877102f-8164-435a-a1ee-9c51001a00a5', 'x-compute-request-id': 'req-a877102f-8164-435a-a1ee-9c51001a00a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:41:36,279 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:41:36,279 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f2a55cba-ca7d-4b2c-9efa-c9b53cdf12c0', 'x-compute-request-id': 'req-f2a55cba-ca7d-4b2c-9efa-c9b53cdf12c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:41:37,328 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:41:37,328 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1b9e6881-a6a8-4ffd-bc8d-1793d7f72790', 'x-compute-request-id': 'req-1b9e6881-a6a8-4ffd-bc8d-1793d7f72790', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:41:38,377 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:41:38,377 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2306e924-a524-4473-9fa4-d911e77036d1', 'x-compute-request-id': 'req-2306e924-a524-4473-9fa4-d911e77036d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:41:39,425 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:41:39,426 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-082c5e72-ead7-428d-b1f7-9c1d250dbe5c', 'x-compute-request-id': 'req-082c5e72-ead7-428d-b1f7-9c1d250dbe5c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:41:40,474 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:41:40,474 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f00901aa-b9fd-4943-bb77-5397d34f0323', 'x-compute-request-id': 'req-f00901aa-b9fd-4943-bb77-5397d34f0323', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:41:41,521 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:41:41,521 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f3859074-7519-41f7-84f9-3b2039253d25', 'x-compute-request-id': 'req-f3859074-7519-41f7-84f9-3b2039253d25', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:41:42,570 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.046s 2021-10-27 01:41:42,570 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-44125620-c032-47fb-82e4-5fd6d4224aec', 'x-compute-request-id': 'req-44125620-c032-47fb-82e4-5fd6d4224aec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:41:43,618 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:41:43,618 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b19c633a-bdac-4187-aa07-e7b8665519e8', 'x-compute-request-id': 'req-b19c633a-bdac-4187-aa07-e7b8665519e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:41:44,665 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:41:44,666 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e21f69e7-d372-43f9-b7c0-e11364b33ad4', 'x-compute-request-id': 'req-e21f69e7-d372-43f9-b7c0-e11364b33ad4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:41:45,718 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.049s 2021-10-27 01:41:45,718 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4aa2c8c9-d2e9-4f6b-b79d-d95dbd1ac6d6', 'x-compute-request-id': 'req-4aa2c8c9-d2e9-4f6b-b79d-d95dbd1ac6d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:41:46,766 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:41:46,767 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-573b24cb-4b95-43f6-8f60-6edc03e74365', 'x-compute-request-id': 'req-573b24cb-4b95-43f6-8f60-6edc03e74365', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:41:47,814 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:41:47,815 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-69885496-ba71-4d7a-a479-f0d236f3309b', 'x-compute-request-id': 'req-69885496-ba71-4d7a-a479-f0d236f3309b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:41:48,862 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:41:48,863 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ac2d9481-4efa-4745-be0b-9ff9b9accb68', 'x-compute-request-id': 'req-ac2d9481-4efa-4745-be0b-9ff9b9accb68', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:41:49,910 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:41:49,911 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-51ead143-a2a0-4338-bdbb-f276e09b51ec', 'x-compute-request-id': 'req-51ead143-a2a0-4338-bdbb-f276e09b51ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:41:50,959 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.046s 2021-10-27 01:41:50,960 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a468b647-1c10-4a91-9d00-c6c35f1b5c68', 'x-compute-request-id': 'req-a468b647-1c10-4a91-9d00-c6c35f1b5c68', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:41:52,007 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:41:52,007 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e6406f1a-7841-45f8-adee-56f3414d4184', 'x-compute-request-id': 'req-e6406f1a-7841-45f8-adee-56f3414d4184', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:41:53,054 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:41:53,055 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-31d5c51e-7170-40e9-b2a3-8215afa331f6', 'x-compute-request-id': 'req-31d5c51e-7170-40e9-b2a3-8215afa331f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:41:54,102 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:41:54,102 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8f9a4cd0-f92e-4398-88fa-d33e22abf7a4', 'x-compute-request-id': 'req-8f9a4cd0-f92e-4398-88fa-d33e22abf7a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:41:55,149 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:41:55,150 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d0919e79-6444-4653-98c0-b6aab2bb5833', 'x-compute-request-id': 'req-d0919e79-6444-4653-98c0-b6aab2bb5833', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:41:56,197 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:41:56,197 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-662cd941-28b3-4afa-bc58-6b0ae264397d', 'x-compute-request-id': 'req-662cd941-28b3-4afa-bc58-6b0ae264397d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:41:57,244 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:41:57,244 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5e462b43-ae24-4922-b6e0-b002d10d850b', 'x-compute-request-id': 'req-5e462b43-ae24-4922-b6e0-b002d10d850b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:41:58,292 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:41:58,293 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f3728733-6701-4221-9195-396c5dbf7ea7', 'x-compute-request-id': 'req-f3728733-6701-4221-9195-396c5dbf7ea7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:41:59,341 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:41:59,341 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:41:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aafd7d73-0185-47c5-9f90-6b97e799b69f', 'x-compute-request-id': 'req-aafd7d73-0185-47c5-9f90-6b97e799b69f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:42:00,389 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:42:00,389 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dbf4737e-c75b-4d5e-b66e-869da20cdcd3', 'x-compute-request-id': 'req-dbf4737e-c75b-4d5e-b66e-869da20cdcd3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:42:01,436 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:42:01,437 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7c336a1b-0165-48e8-851c-15e4c76eb443', 'x-compute-request-id': 'req-7c336a1b-0165-48e8-851c-15e4c76eb443', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:42:02,485 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:42:02,485 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e336dbac-146a-4dd1-bbc8-278fb3e8b008', 'x-compute-request-id': 'req-e336dbac-146a-4dd1-bbc8-278fb3e8b008', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:42:03,534 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:42:03,534 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-10a1ace7-6b3f-4089-9a57-72d870eb5836', 'x-compute-request-id': 'req-10a1ace7-6b3f-4089-9a57-72d870eb5836', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:42:04,582 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:42:04,582 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9e670636-29ad-48e5-b930-d1074966b4b6', 'x-compute-request-id': 'req-9e670636-29ad-48e5-b930-d1074966b4b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:42:05,630 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:42:05,630 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c0f12e52-0b9b-403c-9b11-88dbe120aac8', 'x-compute-request-id': 'req-c0f12e52-0b9b-403c-9b11-88dbe120aac8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:42:06,677 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:42:06,678 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cdc72949-0142-4cc1-bc00-00ceb9f59013', 'x-compute-request-id': 'req-cdc72949-0142-4cc1-bc00-00ceb9f59013', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:42:07,726 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:42:07,726 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a6170f48-98a5-4083-8211-7097f4dc62e9', 'x-compute-request-id': 'req-a6170f48-98a5-4083-8211-7097f4dc62e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:42:08,773 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:42:08,773 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4803bda7-e700-42ee-9c6e-08ccbdbb4a89', 'x-compute-request-id': 'req-4803bda7-e700-42ee-9c6e-08ccbdbb4a89', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:42:09,821 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:42:09,821 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f59b2b2b-3e31-4815-a337-ea39705980db', 'x-compute-request-id': 'req-f59b2b2b-3e31-4815-a337-ea39705980db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:42:10,868 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:42:10,869 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-55c6d76c-e115-4259-a5c9-fe037a1aedb3', 'x-compute-request-id': 'req-55c6d76c-e115-4259-a5c9-fe037a1aedb3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:42:11,919 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.046s 2021-10-27 01:42:11,919 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-956b06e0-f7a5-4376-a571-8e81c103f46a', 'x-compute-request-id': 'req-956b06e0-f7a5-4376-a571-8e81c103f46a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:42:12,967 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:42:12,968 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-07bf5192-fbdb-4ec8-bd62-1158dedc7015', 'x-compute-request-id': 'req-07bf5192-fbdb-4ec8-bd62-1158dedc7015', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:42:14,015 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:42:14,016 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5a1b5f39-41a3-441d-a2d7-d181d43fe47c', 'x-compute-request-id': 'req-5a1b5f39-41a3-441d-a2d7-d181d43fe47c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:42:15,063 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:42:15,063 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-62efbc4d-6889-414f-a5bc-de5067e5175b', 'x-compute-request-id': 'req-62efbc4d-6889-414f-a5bc-de5067e5175b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:42:16,112 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.046s 2021-10-27 01:42:16,112 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-93b822bc-5b26-4ed1-95da-c477a8cc8534', 'x-compute-request-id': 'req-93b822bc-5b26-4ed1-95da-c477a8cc8534', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:42:17,160 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:42:17,161 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9db2b46b-9dff-4de5-859f-db1871c5f621', 'x-compute-request-id': 'req-9db2b46b-9dff-4de5-859f-db1871c5f621', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:42:18,208 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:42:18,209 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-301ae159-4fff-49d2-ba2d-e78b9c88eb69', 'x-compute-request-id': 'req-301ae159-4fff-49d2-ba2d-e78b9c88eb69', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:42:19,257 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:42:19,257 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7a5695f5-c320-40c5-81a9-f50864d2b224', 'x-compute-request-id': 'req-7a5695f5-c320-40c5-81a9-f50864d2b224', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:42:20,304 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:42:20,304 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bbf2101f-dd81-4c18-bd53-bb0bcda12a26', 'x-compute-request-id': 'req-bbf2101f-dd81-4c18-bd53-bb0bcda12a26', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:42:21,352 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:42:21,353 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-53f93953-8f7f-44ff-b871-437a56e6a44c', 'x-compute-request-id': 'req-53f93953-8f7f-44ff-b871-437a56e6a44c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:42:22,399 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:42:22,400 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e71e54d5-461d-405e-b01e-b0b6c5ba9b1a', 'x-compute-request-id': 'req-e71e54d5-461d-405e-b01e-b0b6c5ba9b1a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:42:23,449 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:42:23,449 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a39db113-b7f5-40a6-b84a-22a5bfbc5e38', 'x-compute-request-id': 'req-a39db113-b7f5-40a6-b84a-22a5bfbc5e38', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:42:24,496 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:42:24,497 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a2b4d7a2-e091-45a4-8d8d-af85643e0170', 'x-compute-request-id': 'req-a2b4d7a2-e091-45a4-8d8d-af85643e0170', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:42:25,544 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:42:25,544 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d0700186-beac-45ce-8b84-76c93e52174a', 'x-compute-request-id': 'req-d0700186-beac-45ce-8b84-76c93e52174a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:42:26,591 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:42:26,591 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5653be29-e15d-4d7d-921d-af8db4473211', 'x-compute-request-id': 'req-5653be29-e15d-4d7d-921d-af8db4473211', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:42:27,638 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:42:27,638 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bda4ef1a-d10f-4050-a308-e4ccfe81ee60', 'x-compute-request-id': 'req-bda4ef1a-d10f-4050-a308-e4ccfe81ee60', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:42:28,687 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.046s 2021-10-27 01:42:28,687 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1cfc8825-d9eb-4dc5-8597-e83d300f9c5c', 'x-compute-request-id': 'req-1cfc8825-d9eb-4dc5-8597-e83d300f9c5c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:42:29,734 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.043s 2021-10-27 01:42:29,735 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-529bde70-63f4-4fb7-a070-e1fc37925553', 'x-compute-request-id': 'req-529bde70-63f4-4fb7-a070-e1fc37925553', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:42:30,785 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.047s 2021-10-27 01:42:30,785 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0f230e6a-0c76-44fa-a252-e1b7dcfbb42d', 'x-compute-request-id': 'req-0f230e6a-0c76-44fa-a252-e1b7dcfbb42d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:42:31,833 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:42:31,834 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-02cbb267-d67b-4996-ab82-f741ab4552ca', 'x-compute-request-id': 'req-02cbb267-d67b-4996-ab82-f741ab4552ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:42:32,881 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:42:32,881 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d68da67c-74c2-4f60-8fc4-e4bb51518ac8', 'x-compute-request-id': 'req-d68da67c-74c2-4f60-8fc4-e4bb51518ac8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:42:33,929 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:42:33,930 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-56abf08c-a608-411a-b1df-86c399fa177d', 'x-compute-request-id': 'req-56abf08c-a608-411a-b1df-86c399fa177d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:42:34,978 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:42:34,978 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0f75e9eb-4e0f-4a4a-864e-49a49e8a388e', 'x-compute-request-id': 'req-0f75e9eb-4e0f-4a4a-864e-49a49e8a388e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:42:36,025 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:42:36,026 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1fb85ecf-7d94-4124-b422-63fc795c87b1', 'x-compute-request-id': 'req-1fb85ecf-7d94-4124-b422-63fc795c87b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:42:37,075 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:42:37,075 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6921ec4a-44a9-4d6e-90f2-a9d0fe0a15db', 'x-compute-request-id': 'req-6921ec4a-44a9-4d6e-90f2-a9d0fe0a15db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:42:38,121 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:42:38,122 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d7fbf032-94d2-47d7-ba96-87202c904a15', 'x-compute-request-id': 'req-d7fbf032-94d2-47d7-ba96-87202c904a15', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:42:39,169 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:42:39,169 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3f5d060f-731e-4b07-993d-4f16bad2e114', 'x-compute-request-id': 'req-3f5d060f-731e-4b07-993d-4f16bad2e114', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:42:40,218 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.046s 2021-10-27 01:42:40,219 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-70a1ede1-6e85-411d-abe3-9902df26fd04', 'x-compute-request-id': 'req-70a1ede1-6e85-411d-abe3-9902df26fd04', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:42:41,266 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:42:41,267 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-32462b96-8be6-4bed-a9b6-45171f784cef', 'x-compute-request-id': 'req-32462b96-8be6-4bed-a9b6-45171f784cef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:42:42,315 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:42:42,315 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c8a47441-83bd-47f5-9eb1-faecfdff7bc2', 'x-compute-request-id': 'req-c8a47441-83bd-47f5-9eb1-faecfdff7bc2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:42:43,362 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:42:43,362 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-44ac9da3-a77d-441a-8b43-f56af6283ea1', 'x-compute-request-id': 'req-44ac9da3-a77d-441a-8b43-f56af6283ea1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:42:44,409 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:42:44,410 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-69dab00f-4dfe-4d84-bb0e-f06be5b24519', 'x-compute-request-id': 'req-69dab00f-4dfe-4d84-bb0e-f06be5b24519', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:42:45,458 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:42:45,459 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-deea60ad-7633-489d-8188-f1505b7c4c73', 'x-compute-request-id': 'req-deea60ad-7633-489d-8188-f1505b7c4c73', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:42:46,508 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.046s 2021-10-27 01:42:46,508 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-88e71cdf-6345-4848-a6e7-6e06e2ff91c4', 'x-compute-request-id': 'req-88e71cdf-6345-4848-a6e7-6e06e2ff91c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:42:47,556 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:42:47,556 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8c8c705b-a865-402b-8f27-59fe90da835c', 'x-compute-request-id': 'req-8c8c705b-a865-402b-8f27-59fe90da835c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:42:48,606 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.047s 2021-10-27 01:42:48,606 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f8a7a85e-9936-4ba6-bd63-13f4ad7cbce9', 'x-compute-request-id': 'req-f8a7a85e-9936-4ba6-bd63-13f4ad7cbce9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:42:49,658 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.049s 2021-10-27 01:42:49,659 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-11e3fa5b-6b32-4494-b34c-927f0ab15b59', 'x-compute-request-id': 'req-11e3fa5b-6b32-4494-b34c-927f0ab15b59', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:42:50,706 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:42:50,707 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8659be78-8e7d-4348-89be-bd3be80d1919', 'x-compute-request-id': 'req-8659be78-8e7d-4348-89be-bd3be80d1919', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:42:51,755 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.046s 2021-10-27 01:42:51,756 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-34768380-2086-4283-8116-34009852aac2', 'x-compute-request-id': 'req-34768380-2086-4283-8116-34009852aac2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:42:52,806 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.047s 2021-10-27 01:42:52,807 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-75326f24-b8f2-448b-a155-cdec3a8bb577', 'x-compute-request-id': 'req-75326f24-b8f2-448b-a155-cdec3a8bb577', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:42:53,854 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:42:53,854 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a3a0075d-7907-4c3d-94a9-945c576e4ee4', 'x-compute-request-id': 'req-a3a0075d-7907-4c3d-94a9-945c576e4ee4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:42:54,911 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.053s 2021-10-27 01:42:54,911 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b1688645-e848-4633-a9ff-6f1b7305b30e', 'x-compute-request-id': 'req-b1688645-e848-4633-a9ff-6f1b7305b30e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:42:55,959 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.046s 2021-10-27 01:42:55,960 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-34388ad0-5549-4e36-9daa-fe78a73b922c', 'x-compute-request-id': 'req-34388ad0-5549-4e36-9daa-fe78a73b922c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:42:57,013 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.050s 2021-10-27 01:42:57,013 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b1626d95-ee1f-4f56-aaaa-760cd9c2dec4', 'x-compute-request-id': 'req-b1626d95-ee1f-4f56-aaaa-760cd9c2dec4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:42:58,066 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.050s 2021-10-27 01:42:58,066 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-343b1552-58b2-4c1b-ba0f-ac64b901f850', 'x-compute-request-id': 'req-343b1552-58b2-4c1b-ba0f-ac64b901f850', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:42:59,114 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:42:59,114 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:42:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4f8ed2d9-a83b-48e1-a473-525c97366a17', 'x-compute-request-id': 'req-4f8ed2d9-a83b-48e1-a473-525c97366a17', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:43:00,167 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.049s 2021-10-27 01:43:00,167 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c0ae1ddd-482d-4958-b71c-2ea8dc91595b', 'x-compute-request-id': 'req-c0ae1ddd-482d-4958-b71c-2ea8dc91595b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:43:01,213 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:43:01,214 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-922050b4-5f2e-4a69-8ec2-63888eaffc38', 'x-compute-request-id': 'req-922050b4-5f2e-4a69-8ec2-63888eaffc38', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:43:02,262 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:43:02,262 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3e135990-c123-4491-85b8-3ae04e845ace', 'x-compute-request-id': 'req-3e135990-c123-4491-85b8-3ae04e845ace', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:43:03,310 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:43:03,310 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-23686e8d-2b09-4cb3-b249-a093272815a7', 'x-compute-request-id': 'req-23686e8d-2b09-4cb3-b249-a093272815a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:43:04,358 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:43:04,358 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9da40497-a643-456a-9664-2fb547f99277', 'x-compute-request-id': 'req-9da40497-a643-456a-9664-2fb547f99277', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:43:05,405 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:43:05,406 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1de7ba40-76d2-4bfb-8293-744b0be9f833', 'x-compute-request-id': 'req-1de7ba40-76d2-4bfb-8293-744b0be9f833', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:43:06,454 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:43:06,455 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-00163913-2873-4321-918a-60612b50e47d', 'x-compute-request-id': 'req-00163913-2873-4321-918a-60612b50e47d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:43:07,503 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:43:07,503 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7b369a29-ea09-417e-8294-f63902b0d23c', 'x-compute-request-id': 'req-7b369a29-ea09-417e-8294-f63902b0d23c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:43:08,551 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:43:08,551 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-897ae9df-0292-4496-b706-62bde1250740', 'x-compute-request-id': 'req-897ae9df-0292-4496-b706-62bde1250740', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:43:09,599 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:43:09,600 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d28662ca-8184-4940-aa28-caaae79ff86f', 'x-compute-request-id': 'req-d28662ca-8184-4940-aa28-caaae79ff86f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:43:10,648 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:43:10,648 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e4644d52-9abd-40ff-b0bf-156d4ffa706d', 'x-compute-request-id': 'req-e4644d52-9abd-40ff-b0bf-156d4ffa706d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:43:11,696 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.045s 2021-10-27 01:43:11,697 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-86404100-bda9-49fe-8749-5f650c3427ec', 'x-compute-request-id': 'req-86404100-bda9-49fe-8749-5f650c3427ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:43:12,744 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.044s 2021-10-27 01:43:12,744 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-453be0cf-cd71-48bb-9f6f-2746933f4832', 'x-compute-request-id': 'req-453be0cf-cd71-48bb-9f6f-2746933f4832', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:43:13,791 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.043s 2021-10-27 01:43:13,791 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b92762c8-1466-4584-b6ab-42ee94c29def', 'x-compute-request-id': 'req-b92762c8-1466-4584-b6ab-42ee94c29def', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:43:14,840 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments 0.046s 2021-10-27 01:43:14,840 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-22e0f464-6ad2-42ee-b6f5-d05e75fe8025', 'x-compute-request-id': 'req-22e0f464-6ad2-42ee-b6f5-d05e75fe8025', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "volumeId": "1c0a8663-8b79-4eb8-b837-6257794066a7", "serverId": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "device": "/dev/sdb"}]}' 2021-10-27 01:43:15,952 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 POST http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/action 0.109s 2021-10-27 01:43:15,953 122961 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, 27 Oct 2021 01:43:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '82598', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-108029ec-07e5-4798-a700-d06116b53bb2', 'x-compute-request-id': 'req-108029ec-07e5-4798-a700-d06116b53bb2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/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-10-27 01:43:15,955 122961 DEBUG [tempest.common.waiters] Console output for 92ab564f-067f-4158-a9b3-4e6bfab8fa04 body= [ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: x87 FPU will use FXSAVE [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable [ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data [ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.3 present. [ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016 [ 0.000000] Hypervisor detected: Microsoft Hyper-V [ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c [ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035 [ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500 [ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V [ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush [ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT [ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM) [ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026) [ 0.000000] ACPI: FACS 0x000000003FFFF000 000040 [ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001) [ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug [ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug [ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug [ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff] [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffeffff] [ 0.000000] Reserved but unavailable: 98 pages [ 0.000000] ACPI: PM-Timer IO Port: 0x408 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] e820: [mem 0x40000000-0xffffffff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on bare hardware [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] random: get_random_bytes called from start_kernel+0x99/0x51b with crng_init=0 [ 0.000000] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:1 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] percpu: Embedded 45 pages/cpu @ (ptrval) s147456 r8192 d28672 u2097152 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 257913 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0 [ 0.000000] Memory: 926704K/1048120K available (12300K kernel code, 2283K rwdata, 3972K rodata, 2248K init, 2372K bss, 121416K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] ftrace: allocating 37806 entries in 148 pages [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=1. [ 0.000000] Tasks RCU enabled. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1 [ 0.000000] NR_IRQS: 524544, nr_irqs: 256, preallocated irqs: 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] ACPI: Core revision 20170831 [ 0.000000] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.000000] APIC: Switch to symmetric I/O mode setup [ 0.004000] clocksource: hyperv_clocksource_tsc_page: mask: 0xffffffffffffffff max_cycles: 0x24e6a1710, max_idle_ns: 440795202120 ns [ 0.172000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.176000] tsc: Detected 1995.190 MHz processor [ 0.180000] Calibrating delay loop (skipped), value calculated using timer frequency.. 3990.38 BogoMIPS (lpj=7980760) [ 0.184006] pid_max: default: 32768 minimum: 301 [ 0.188060] Security Framework initialized [ 0.192007] Yama: becoming mindful. [ 0.196054] AppArmor: AppArmor initialized [ 0.200000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.200110] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.204038] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.208022] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.212600] CPU: Physical Processor ID: 0 [ 0.216636] mce: CPU supports 1 MCE banks [ 0.220135] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8 [ 0.224008] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0 [ 0.228010] Spectre V2 : Mitigation: Full generic retpoline [ 0.232008] Speculative Store Bypass: Vulnerable [ 0.304430] Freeing SMP alternatives memory: 36K [ 0.330051] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2430L 0 @ 2.00GHz (family: 0x6, model: 0x2d, stepping: 0x7) [ 0.332146] Performance Events: unsupported p6 CPU model 45 no PMU driver, software events only. [ 0.336094] Hierarchical SRCU implementation. [ 0.340784] NMI watchdog: Perf event create on CPU 0 failed with -2 [ 0.344034] NMI watchdog: Perf NMI watchdog permanently disabled [ 0.348117] smp: Bringing up secondary CPUs ... [ 0.352009] smp: Brought up 1 node, 1 CPU [ 0.356007] smpboot: Max logical packages: 1 [ 0.360009] smpboot: Total of 1 processors activated (3990.38 BogoMIPS) [ 0.364806] devtmpfs: initialized [ 0.368173] x86/mm: Memory block size: 128MB [ 0.372289] evm: security.selinux [ 0.376013] evm: security.SMACK64 [ 0.380007] evm: security.SMACK64EXEC [ 0.384006] evm: security.SMACK64TRANSMUTE [ 0.388005] evm: security.SMACK64MMAP [ 0.392006] evm: security.apparmor [ 0.396005] evm: security.ima [ 0.400037] evm: security.capability [ 0.404232] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.408021] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.412121] pinctrl core: initialized pinctrl subsystem [ 0.416317] NET: Registered protocol family 16 [ 0.420451] audit: initializing netlink subsys (disabled) [ 0.424434] cpuidle: using governor ladder [ 0.428013] audit: type=2000 audit(1635298483.424:1): state=initialized audit_enabled=0 res=1 [ 0.432050] cpuidle: using governor menu [ 0.436100] ACPI: bus type PCI registered [ 0.440005] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.448854] PCI: Using configuration type 1 for base access [ 0.456797] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages [ 0.460387] ACPI: Added _OSI(Module Device) [ 0.464015] ACPI: Added _OSI(Processor Device) [ 0.468007] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.472034] ACPI: Added _OSI(Processor Aggregator Device) [ 0.476030] ACPI: Added _OSI(Linux-Dell-Video) [ 0.489959] ACPI: Interpreter enabled [ 0.492015] ACPI: (supports S0 S5) [ 0.496005] ACPI: Using IOAPIC for interrupt routing [ 0.500076] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.504627] ACPI: Enabled 1 GPEs in block 00 to 0F [ 0.559755] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.560022] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.564017] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.568025] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.573568] PCI host bridge to bus 0000:00 [ 0.576012] pci_bus 0000:00: root bus resource [mem 0xfe0000000-0xfffffffff window] [ 0.580009] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.584009] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.588037] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.592018] pci_bus 0000:00: root bus resource [mem 0xf8000000-0xfffbffff window] [ 0.596051] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.669821] pci 0000:00:07.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.672014] pci 0000:00:07.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.676016] pci 0000:00:07.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.680045] pci 0000:00:07.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.688186] * Found PM-Timer Bug on the chipset. Due to workarounds for a bug, [ 0.688186] * this clock source is slow. Consider trying other clock sources [ 0.706279] pci 0000:00:07.3: quirk: [io 0x0400-0x043f] claimed by PIIX4 ACPI [ 0.771099] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 9 10 *11 12 14 15) [ 0.776031] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. [ 0.785900] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. [ 0.790143] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. [ 0.792828] SCSI subsystem initialized [ 0.796345] pci 0000:00:08.0: vgaarb: setting as boot VGA device [ 0.800000] pci 0000:00:08.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none [ 0.800042] pci 0000:00:08.0: vgaarb: bridge control possible [ 0.804013] vgaarb: loaded [ 0.808087] pps_core: LinuxPPS API ver. 1 registered [ 0.812006] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.816031] PTP clock support registered [ 0.820124] EDAC MC: Ver: 3.0.0 [ 0.830304] hv_vmbus: Vmbus version:4.0 [ 0.832128] PCI: Using ACPI for IRQ routing [ 0.836202] NetLabel: Initializing [ 0.840022] NetLabel: domain hash size = 128 [ 0.844030] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO [ 0.848700] NetLabel: unlabeled traffic allowed by default [ 0.852248] clocksource: Switched to clocksource hyperv_clocksource_tsc_page [ 0.873683] VFS: Disk quotas dquot_6.6.0 [ 0.879494] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.885233] AppArmor: AppArmor Filesystem Enabled [ 0.890807] pnp: PnP ACPI init [ 0.905227] system 00:06: [io 0x01e0-0x01ef] has been reserved [ 0.913782] system 00:06: [io 0x0160-0x016f] has been reserved [ 0.923195] system 00:06: [io 0x0278-0x027f] has been reserved [ 0.928624] system 00:06: [io 0x0378-0x037f] has been reserved [ 0.934358] system 00:06: [io 0x0678-0x067f] has been reserved [ 0.939812] system 00:06: [io 0x0778-0x077f] has been reserved [ 0.946438] system 00:06: [io 0x04d0-0x04d1] has been reserved [ 0.959694] system 00:07: [io 0x0400-0x043f] has been reserved [ 0.968623] system 00:07: [io 0x0370-0x0371] has been reserved [ 0.977695] system 00:07: [io 0x0440-0x044f] has been reserved [ 0.984514] system 00:07: [mem 0xfec00000-0xfec00fff] could not be reserved [ 0.992531] system 00:07: [mem 0xfee00000-0xfee00fff] has been reserved [ 1.001120] system 00:08: [mem 0x00000000-0x0009ffff] could not be reserved [ 1.010565] system 00:08: [mem 0x000c0000-0x000dffff] could not be reserved [ 1.017353] system 00:08: [mem 0x000e0000-0x000fffff] could not be reserved [ 1.024397] system 00:08: [mem 0x00100000-0xf7ffffff] could not be reserved [ 1.031270] system 00:08: [mem 0xfffc0000-0xffffffff] has been reserved [ 1.037391] pnp: PnP ACPI: found 9 devices [ 1.053345] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.062893] NET: Registered protocol family 2 [ 1.068602] TCP established hash table entries: 8192 (order: 4, 65536 bytes) [ 1.074329] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.079532] TCP: Hash tables configured (established 8192 bind 8192) [ 1.084508] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.090013] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.097025] NET: Registered protocol family 1 [ 1.104320] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.112338] pci 0000:00:08.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] [ 1.121369] Unpacking initramfs... [ 1.418147] Freeing initrd memory: 13088K [ 1.423454] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.430006] software IO TLB [mem 0x3a600000-0x3e600000] (64MB) mapped at [ (ptrval)- (ptrval)] [ 1.521485] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3984dcddca4, max_idle_ns: 881590726873 ns [ 1.535311] Scanning for low memory corruption every 60 seconds [ 1.542358] Initialise system trusted keyrings [ 1.550229] Key type blacklist registered [ 1.556750] workingset: timestamp_bits=36 max_order=18 bucket_order=0 [ 1.564899] random: fast init done [ 1.583866] zbud: loaded [ 1.641125] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.652424] fuse init (API version 7.26) [ 1.658340] Key type asymmetric registered [ 1.664787] Asymmetric key parser 'x509' registered [ 1.672160] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244) [ 1.680456] io scheduler noop registered (default) [ 1.685723] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.695571] ACPI: Power Button [PWRF] [ 1.706442] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.738440] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.769417] 00:04: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A [ 1.781232] Linux agpgart interface v0.103 [ 1.788082] loop: module loaded [ 1.797389] hv_vmbus: registering driver hv_storvsc [ 1.817834] scsi host0: storvsc_host_t [ 1.833211] scsi 0:0:0:0: Direct-Access Msft Virtual Disk 1.0 PQ: 0 ANSI: 5 [ 1.874218] scsi host1: storvsc_host_t [ 1.895776] sd 0:0:0:0: Attached scsi generic sg0 type 0 [ 1.913583] ata_piix 0000:00:07.1: Hyper-V Virtual Machine detected, ATA device ignore set [ 1.931873] scsi 1:0:0:0: Direct-Access MSFT Virtual HD 10.0 PQ: 0 ANSI: 5 [ 1.956508] sd 0:0:0:0: [sda] 2080768 512-byte logical blocks: (1.07 GB/1016 MiB) [ 1.978905] scsi host2: ata_piix [ 1.987790] scsi host3: ata_piix [ 2.004734] ata1: PATA max UDMA/33 cmd 0x1f0 ctl 0x3f6 bmdma 0xffa0 irq 14 [ 2.015736] ata2: PATA max UDMA/33 cmd 0x170 ctl 0x376 bmdma 0xffa8 irq 15 [ 2.039097] sd 0:0:0:0: [sda] Write Protect is off [ 2.078169] libphy: Fixed MDIO Bus: probed [ 2.097151] tun: Universal TUN/TAP device driver, 1.6 [ 2.105511] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 2.118322] PPP generic driver version 2.4.2 [ 2.125018] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12 [ 4.224725] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 4.240453] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 4.250438] mousedev: PS/2 mouse device common for all mice [ 4.260017] rtc_cmos 00:00: RTC can wake from S4 [ 4.289065] sda: sda1 [ 4.297540] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 4.315123] rtc_cmos 00:00: alarms up to one month, 114 bytes nvram [ 4.324662] device-mapper: uevent: version 1.0.3 [ 4.331259] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@redhat.com [ 4.348487] NET: Registered protocol family 10 [ 4.506101] sd 1:0:0:0: Attached scsi generic sg1 type 0 [ 4.514688] sd 0:0:0:0: [sda] Attached SCSI disk [ 4.521560] sd 1:0:0:0: [sdb] 2097152 512-byte logical blocks: (1.07 GB/1.00 GiB) [ 4.535740] sd 1:0:0:0: [sdb] 4096-byte physical blocks [ 4.557006] Segment Routing with IPv6 [ 4.567788] NET: Registered protocol family 17 [ 4.591522] Key type dns_resolver registered [ 4.609187] RAS: Correctable Errors collector initialized. [ 4.613987] sd 1:0:0:0: [sdb] Write Protect is off [ 4.630451] registered taskstats version 1 [ 4.649852] Loading compiled-in X.509 certificates [ 4.671796] Loaded X.509 cert 'Build time autogenerated kernel key: aff4079af16f4619e3b7b2cd46b8d3777d9de144' [ 4.688253] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, supports DPO and FUA [ 4.704656] zswap: loaded using pool lzo/zbud [ 4.719897] Key type big_key registered [ 4.736134] Key type trusted registered [ 4.834174] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 4.854891] Key type encrypted registered [ 4.893751] AppArmor: AppArmor sha1 policy hashing enabled [ 4.908244] ima: No TPM chip found, activating TPM-bypass! (rc=-19) [ 4.921951] evm: HMAC attrs: 0x1 [ 4.947099] rtc_cmos 00:00: setting system clock to 2021-10-27 01:34:49 UTC (1635298489) [ 4.971006] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.986906] EDD information not available. [ 5.742886] ata2.00: ATAPI: Virtual CD, , max MWDMA2 [ 5.765411] sd 1:0:0:0: [sdb] Attached SCSI disk [ 5.779529] ata2.00: configured for MWDMA2 [ 5.819248] scsi 3:0:0:0: CD-ROM Msft Virtual CD/ROM 1.0 PQ: 0 ANSI: 5 [ 5.845857] sr 3:0:0:0: [sr0] scsi3-mmc drive: 0x/0x tray [ 5.855044] cdrom: Uniform CD-ROM driver Revision: 3.20 [ 5.886820] sr 3:0:0:0: Attached scsi generic sg2 type 5 [ 5.902607] Freeing unused kernel memory: 2248K [ 5.924143] Write protecting the kernel read-only data: 18432k [ 5.941102] Freeing unused kernel memory: 2008K [ 5.951438] Freeing unused kernel memory: 124K [ 5.979912] x86/mm: Checked W+X mappings: passed, no W+X pages found. [ 5.992903] x86/mm: Checking user space page tables [ 6.016114] x86/mm: Checked W+X mappings: passed, no W+X pages found. Loading, pleasewait... starting version 229 [ 6.165585] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 6.198087] random: udevadm: uninitialized urandom read (16 bytes read) [ 6.207816] random: udevadm: uninitialized urandom read (16 bytes read) [ 6.224267] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 6.267557] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 6.281536] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 6.292812] random: udevadm: uninitialized urandom read (16 bytes read) [ 6.316501] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 6.333993] random: udevadm: uninitialized urandom read (16 bytes read) [ 6.349775] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 6.655117] hv_utils: Registering HyperV Utility Driver [ 6.671232] hv_vmbus: registering driver hv_util [ 6.698801] hidraw: raw HID events driver (C) Jiri Kosina [ 6.720034] hv_vmbus: registering driver hyperv_keyboard [ 6.742013] hv_vmbus: registering driver hv_netvsc [ 6.782226] hv_vmbus: registering driver hid_hyperv [ 6.965779] input: AT Translated Set 2 keyboard as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/device:07/VMBUS:01/d34b2567-b9b6-42b9-8778-0a4ec0b955bf/serio2/input/input4 [ 7.024088] hv_utils: Heartbeat IC version 3.0 [ 7.120854] input: Microsoft Vmbus HID-compliant Mouse as /devices/0006:045E:0621.0001/input/input5 [ 7.268432] hid 0006:045E:0621.0001: input: <UNKNOWN> HID v0.01 Mouse [Microsoft Vmbus HID-compliant Mouse] on [ 7.299521] hv_utils: Shutdown IC version 3.0 [ 7.318717] hv_utils: TimeSync IC version 4.0 [ 7.345982] hv_utils: VSS IC version 5.0 Begin: Loading essential drivers ... [ 7.676034] raid6: sse2x1 gen() 3652 MB/s [ 7.728039] raid6: sse2x1 xor() 3385 MB/s [ 7.784232] raid6: sse2x2 gen() 3601 MB/s [ 7.844039] raid6: sse2x2 xor() 4336 MB/s [ 7.896186] raid6: sse2x4 gen() 6036 MB/s [ 7.960041] raid6: sse2x4 xor() 4894 MB/s [ 7.965448] raid6: using algorithm sse2x4 gen() 6036 MB/s [ 7.970136] raid6: .... xor() 4894 MB/s, rmw enabled [ 7.975017] raid6: using intx1 recovery algorithm [ 7.995608] xor: measuring software checksum speed [ 8.048034] prefetch64-sse: 10001.000 MB/sec [ 8.092032] generic_sse: 9051.000 MB/sec [ 8.097654] xor: using function: prefetch64-sse (10001.000 MB/sec) [ 8.108605] async_tx: api initialized (async) done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... [ 8.334857] Btrfs loaded, crc32c=crc32c-generic Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 8.625369] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null) done. Begin: Running /scripts/local-bottom ... done. Begin: Running /scripts/init-bottom ... done. [ 9.150494] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN) [ 9.159718] systemd[1]: Detected virtualization microsoft. [ 9.165391] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 9.226494] systemd[1]: Set hostname to <ubuntu>. [ 9.240597] systemd[1]: Initializing machine ID from random generator. [ 9.246808] systemd[1]: Installed transient /etc/machine-id file. [ 10.013968] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 10.076989] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 10.165579] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch. [ 10.227850] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [[0;32m OK [0m] Listening on Journal Socket. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on LV2 metadata daemon socket. [[0;32m OK [0m] Listening on /dv/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Created slice System Slice. Mounting POSIX Message Queue File System... [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. Mounting Huge Pages File System... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... Starting Remount Root and Kernel File Systems... Starting Create list of required st... nodes for the current kernel... [[0;32m OK [0m] Created slice system-getty.slice. Starting Journal Service... [[0;32m OK [0m] Set up automount Arbitrary Exectab...ats File System Automount Point. Starting Load Kernel Modules... [ 11.916638] Loading iSCSI transport class v2.0-870. [[0;32m OK [0m] Created slice User and Session Slice.[ 11.999545] iscsi: registered transport (tcp) [[0;32m OK [0m[ 12.066643] iscsi: registered transport (iser) [ 12.077132] EXT4-fs (sda1): re-mounted. Opts: (null) ] Reached target Slices. Mounting Debug File System... [[0;32m OK [0m] Listening on udev Control Socket. [[0;32m OK [0m] Mounted Debug File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted Huge Pages File System. [[0;32m OK [0m] Started Journal Service. [[0;32m OK [0m] Started Remount Root and Kernel File Systems. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[0;32m OK [0m] Started Load Kernel Modules. [[0;32m OK [m] Started LVM2 metadata daemon. Starting Apply Kernel Variables... Mounting FUSE Control File System... Mounting Configuration File System... Starting Create Static Device Nodes in /dev... Starting Initial cloud-init job (pre-networking)... Starting udev Coldplug all Devices... Starting Load/Save Random Seed... Starting Flush Journal to Persistent Storage... [[0;32m OK [0m] Mounted FUSE Control File Syste. [[0;32m OK [0m] Mounted Configuration File System. [[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling. [[0;32m OK [0m] Started Apply Kernel Variables. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. Starting udev Kernel Device Manager... [[0;32m OK [0m] Reached target Local File Systems (Pre). [[0;32m OK [m] Reached targt Local File Systems. Starting Commit a transient machine-id on disk... Starting LSB: AppArmor initialiation... [[0;32m OK [m] Started Load/Save Random Seed. [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[0;32m OK [0m] Started udev Coldplug all Devices. [[0;32m OK [0m] Started udev Kernel Device Manager. Starting Create Volatile Files nd Directories... [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Found device /dv/ttyS0. [[0;32m OK [0m] Started LSB: AppArmor initialization. [[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [[0;32m OK [0m] Started Create Volatile Files ad Directories. Starting Networ Time Synchronization... Starting Update UTMP about System Boot/Shutdown... [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Reached target ystem Time Synchronized. [ 35.098220] cloud-init[325]: Cloud-init v. 1.2 running 'init-local' at Wed, 27 Oct 2021 01:35:07 +0000. Up 22.49 seconds.[[0;32m OK [0m] Started Initial cloud-init job (pre-networking). [[0;32m OK [0m] Reached target etwork (Pre). Starting Raise network interfaces... [[0;32m OK [0m] Started Raise network interfaces. [[0;32m OK [m] Reached target Network. Starting Initial cloud-init job (metadata service crawler)... [ 46.855539] cloud-init[664]: Cloud-init v. 18.2 running 'ini' at Wed, 27 Oct 2021 01:35:26 +0000. Up 41.11 seconds. [ 47.089225] [cloud-init[0;32m OK [0m[664]: ] ci-info: +++++++++++++++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++++++++++++++Started Initial cloud-init job metadata servic crawler). [ [0;32m OK [0m] Reached target Network is Onlin.[ 47.638311] cloud-init[664]: ci-info: +--------+------+-----------------------------+-----------------+-------+-------------------+ Starting iSCSI nitiator daemon (iscsid)... [[0;32m OK [0m] [ 48.074242] cloud-initReached target System Initialization.[664]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |[[0;32m OK [0m] Started Daily apt download activities. [ 48.481609] [cloud-init[0;32m OK [0m] Started Daily apt upgrade and clean activities. [664]: ci-info: +--------+------+------------------------------+-----------------+-------+-------------------+[[0;32m OK [0m [ 48.800637] ] Started ACPI Events Check.cloud-init[664]: ci-info: | eth0 | True | 172.20.0.9 | 255.255.255.240 | . | fa:16:3e:93:93:81 |[[0;32m OK [0m ] [ 49.023488] Reached target Paths.cloud-init[664]: [ci-info: | eth0 | True | fe80::f816:3eff:fe93:9381/64 | . | link | fa:16:3e:93:93:81 |[0;32m OK [m [ 49.247063] ] cloud-initListening on D-Bus System Message Bus Socket.[664]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . | [[ 49.497647] [0;32m OK [0m] cloud-init[664]: Started Daily Cleanup of Temporary Directories.ci-info: | lo | True | ::1/128 | . | host | . | [[0;32m OK [0m [ 49.641039] ] Reached target Timers.cloud-init[664]: ci-info: +--------+------+------------------------------+-----------------+-------+-------------------+[[0;32m OK [0m] Listening on ACPID Listen Socket.[ 49.834554] cloud-init[[664]: [0;32m OK [0mci-info: ++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++] Reached target Sockets. [ 50.124441] cloud-init[[664]: [0;32m OK [0m] ci-info: +-------+----------------+------------+----------------+-----------+------+Reached target asic System. Starting LSB: Rcord successful boot for GRUB...[ 50.593608] cloud-init [664]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |[ [ 50.725299] [0;32m OK [m] cloud-init[664]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+Started Regular background program processing daemon. [ 50.948753] cloud-init[664]: [ci-info: | 0 | 0.0.0.0 | 172.20.0.1 | 0.0.0.0 | eth0 | UG |[0;32m OK [0m] Started Deferred execution scheduler. [ 51.215882] Starting /etc/rc.local Compatibility...cloud-init[664]: ci-info: | 1 | 169.254.169.254 | 172.20.0.1 | 255.255.255.255 | eth0 | UGH | Starting LSB: MD monitoring daemon...[ 51.369198] cloud-init[664]: ci-info: | 2 | 172.20.0. | 0.0.0.0 | 255.255.255.240 | eth0 | U | Starting OpenBSD Secure Shell server...[ 51.701774] cloud-init[664]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+[[0;32m OK [0m] Started Unattended Upgrades Shutdown. [ 52.153577] cloud-init[664]: [Generating public/private rsa key pair. [0;32m OK [0m[ 52.364649] cloud-init] [664]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.Started ACPI event daemon. [[ 52.576659] [0;32m OK [mcloud-init] [664]: Started D-Bus System Message Bus.Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. [ 52.731417] cloud-init[664]: The key fingerprint is: [ 52.843408] cloud-init[664]: SHA256:gl4S5U+ZwuaMzPCWicQlIbvPsMFABR8D7LHH54Q9Wnk root@tempest-testminimumbasicscenario-server-1738641622 [ 52.985118] cloud-init[664]: The key's randomart image is: [ 53.084197] cloud-init[664]: +---[RSA 2048]----+ Starting Login ervice...[ 53.226546] cloud-init [664]: [|o+*=. . |[0;32m OK [m [ 53.372570] ] Reached target Cloud-config availability.cloud-init [664]: |.*.oo+ o |Starting Apply the settings specified in cloud-config... [ 53.647919] cloud-init[[0;32m OK [0m[664]: ] |+ B.+ * + |Started OpenBSD Secure Shell server. [ 53.972241] cloud-init[[0;32m OK [m[664]: |o= X ^ E |] Started /etc/rc.local Compatibility.[ 54.188588] cloud-init[[664]: [0;32m OK [0m|+.o ^ B S |] Started iSCSI initiator daemon (iscsid).[ 54.398397] cloud-init[664]: [| * + + . |[0;32m OK [0m ] [ 54.761678] Started Login Service.cloud-init [664]: [[0;32m OK [0m|. o . |] Started LSB: Record successful boot for GRUB. [ 55.080235] cloud-init[[0;32m OK [0m[664]: | |] Started LSB: MD monitoring daemon.[ 55.348226] cloud-init[664]: | |Starting Login to default iSCSI targets... [ 55.576324] cloud-init[[664]: [0;32m OK [0m+----[SHA256]-----+] Started Login to default iSCSI targets.[ 55.828727] cloud-init[664]: [Generating public/private dsa key pair.[0;32m OK [0m] Reached target Remote File Systems (Pre).[ 56.032731] cloud-init[664]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.[ [0;32m OK [0m] [ 56.193062] Reached target Remote File Systems.cloud-init [664]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. Starting Permit User Sessions... [ 56.466289] cloud-init[664]: Starting LSB: automatic crash report generation...The key fingerprint is: [ 56.682841] Starting LSB: Set the CPU Frequency Scaling governor to "ondemand"...cloud-init[664]: SHA256:2erCxVAEJc8Y1yH8/iN5gFerk6eBAtsEWh2Od83iGUE root@tempest-testminimumbasicscenario-server-1738641622 [[ 56.968846] cloud-init[0;32m OK [0m[664]: ] Started Permit User Sessions.The key's randomart image is: [ 57.123562] cloud-init[664]: [[0;32m OK [0m+---[DSA 1024]----+] Started LSB: Se the CPU Frequency Scaling governor to "ondemand". [ 57.386080] cloud-init[[664]: | =*E... |[0;32m OK [0m ] [ 57.536862] Started LSB: automatic crash report generation.cloud-init[664]: | + Oo=. |[ [0;32m OK [0m[ 57.705085] ] cloud-initStarted Serial Getty on ttyS0.[664]: | + =.*.o | [[ 57.793937] [0;32m OK [0mcloud-init] Started Getty on tty1. [664]: [| o o.o *. . |[0;32m OK [0m ] [ 57.946271] cloud-initReached target Login Prompts.[664]: | . . .oSo.. . |[[0;32m OK [0m ] [ 58.118067] Reached target Multi-User System.cloud-init[664]: | = +o+ . |[[0;32m OK [0m [ 58.251856] ] Reached target Graphical Interface.cloud-init [664]: | ..o.o..* | Starting Update UTMP about System Runlevel Changes...[ 58.410299] cloud-init[664]: | oo *.= | [ 58.504224] cloud-init[[664]: [0;32m OK [0m| .. .* . |] Started Update UTMP about System Runlevel Changes.[ 58.632605] cloud-init [664]: +----[SHA256]-----+ [ 58.731056] cloud-init[664]: Generating public/private ecdsa key pair. [ 58.801016] cloud-init[664]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. [ 58.907410] cloud-init[664]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. [ 58.997315] cloud-init[664]: The key fingerprint is: [ 59.070105] cloud-init[664]: SHA256:kHxK6evFm8/R2tlaX/92W25wn5MQM/EzDhYLPNhxAto root@tempest-testminimumbasicscenario-server-1738641622 [ 59.162100] cloud-init[664]: The key's randomart image is: [ 59.229313] cloud-init[664]: +---[ECDSA 256]---+ [ 59.298863] cloud-init[664]: | .=o.. | [ 59.375984] cloud-init[664]: | . oo. =oo | [ 59.455268] cloud-init[664]: | *..E o = | [ 59.521074] cloud-init[664]: | o + B + | [ 59.639073] cloud-init[664]: | o S . * o| [ 59.743299] cloud-init[664]: | o . ....| [ 59.827611] cloud-init[664]: | . o . . oo*| [ 59.939517] cloud-init[664]: | . . + + + *O| [ 60.013490] cloud-init[664]: | . o.+ +..+X| [ 60.071526] cloud-init[664]: +----[SHA256]----+ [ 60.118610] cloud-init[664]: Generating public/private ed25519 key pair. [ 60.198022] cloud-init[664]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. [ 60.285843] cloud-init[664]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. [ 60.347583] cloud-init[664]: The key fingerprint is: [ 60.414962] cloud-init[664]: SHA256:NnmpPvsKsdVw2ZkX0XIaLbeQrpAjhAqlpnwWsfABjM root@tempest-testminimumbasicscenario-server1738641622 [ 60.501601] cloud-init[664]: The key's randomart image is: [ 60.578504] cloud-init[664]: +--[ED25519 256]--+ [ 60.689287] cloud-init[664]: |oEo+ . + | [ 60.820240] cloud-init[664]: |..* +. . o =+.=| [ 60.956677] cloud-init[664]: | o.+. . . + = oB.| [ 61.130298] cloud-init[664]: |+ .. . O . o.. | [ 61.203111] cloud-init[664]: |.. o . S * . | [ 61.273621] cloud-init[664]: | o = + . | [ 61.352062] cloud-init[664]: | o . | [ 61.458625] cloud-init[664]: | o. | [ 61.553438] cloud-init[664]: | +=. | [ 61.634742] cloud-init[664]: +----[SHA256]-----+ Ubuntu 16.04.4 LTS tempest-testminimumbasicscenario-server-1738641622 ttyS0 tempest-testminimumbasicscenario-server-1738641622 login: Stopping ACPI event daemon... [[0;32m OK [0m] Stopped Daily apt upgrade and clean activities. [[0;32m OK [0m] Stopped target Cloud-init target. [[0;32m OK [0m] Stopped Daily apt download activities. [[0;32m OK [0m] Closed Load/Save RF Kill Switch Status /dev/rfkll Watch. [[0;32m OK [0m] Stopped target Graphical Interface. [[0;32m OK [0m] Stopped target Timers. Stopping User Manager for UID 1000... [[0;32m OK [0m] Stopped Execute cloud user/final scripts. [[0;32m OK [0m] Stopped target Multi-User System. Stopping Unattended Upgrades Shutdown... Stopping LSB: automatic crash report generation... [[0;32m OK [0m] Stopped target Login Prompts. Stopping Getty on tty1... Stopping Serial Getty on ttyS0... Stopping OpenBSD Secure Shell server... Stopping LSB: Record successful boot for GRUB... Stopping LSB: MD monitoring daemon... Stopping Deferred execution scheduler... Stopping LSB: Set the CPU Frequency Scaling governor to "ondemand"... Stopping D-Bus System Message Bus... Stopping Session 1 of user ubuntu. Stopping Regular background proram processing daemon... [[0;32m OK [0m] Stopped Daily apt upgrade and clean activities. [[0;32m OK [0m] Stopped Daily apt download actiities. [[0;32m OK [0m] Stopped target System Time Synchronized. [[0;32m OK [0m] Stopped Daily Cleanup of Temporary Directories. [[0;32m OK [m] Stopped Regularbackground progam processing demon. [[0;32m OK [0m] Stopped Deferred execution scheduler. [[0;32m OK [0m] Stopped OpenBSD Secure Shell server. [[0;32m OK [0m] Stopped ACPI event daemon. [[0;32m OK [0m] Stopped Serial Getty on ttyS0. [[0;32m OK [0m] Stopped Getty on tty1. [[0;32m OK [0m] Stopped User Manager for UID 1000. [[0;32m OK [0m] Stopped Session 1 of user ubunt. [[0;32m OK [0m] Stopped Unattended Upgrades Shutdown. [[0;32m OK [0m] Stopped D-Bus System Message Bus. [[0;32m OK [0m] Stopped LSB: automatic crash report generation. [[0;32m OK [0m] Stopped LSB: Record successful boot for GRUB. [[0;32m OK [0m] Stopped LSB: MD monitoring daemon. [[0;32m OK [0m] Stopped LSB: Se the CPU Frequency Scaling governor to "ondemand". [[0;32m OK [0m] Stopped User Manager for UID 1000. [[0;32m OK [0m] Removed slice User Slice of ubuntu. Stopping Login Service... [[0;32m OK [0m] Removed slice system-getty.slic. [[0;32m OK [m] Removed slice system-serial\x2dgetty.slice. Stopping Permit User Sessions... [[0;32m OK [0m] Stopped /etc/rc.local Compatibility. [[0;32m OK [0m] Stopped Login Srvice. [[0;32m OK [0m] Stopped Permit User Sessions. [[0;32m OK [0m] Stopped target Remote File Systems. [[0;32m OK [0m] Stopped target emote File Systems (Pre). Stopping Login to default iSCSI targets... [[0;32m OK [0m] Stopped Login to default iSCSI targets. Stopping iSCSI initiator daemon (iscsid)... [[0;32m OK [0m] Stopped iSCSI initiator daemon (iscsid). Cloud-init 18.2 received SIGTERM, exiting... Filename: /usr/lib/python3/dist-packages/clouinit/util.py Function: is_reolvable Line number: 1121 Filename: /usr/lib/python3/dist-packages/cloudinit/util.py Function: is_resolvable_url Line number: 1157 Filename: /usr/lib/python3/dist-packages/cloudinit/util.py Function: search_for_mirror Line number: 167 [[0;32m OK [0m] Stopped Apply the settings specfied in cloud-config. [[0;32m OK [0m] Stopped target Network is Online. [[0;32m OK [0m] Stopped target Network. [[0;32m OK [m] Stopped target Basic System. [[0;32m OK [0m] Stopped target Sockets. [[0;32m OK [0m] Closed D-Bus System Message Bus Socket. [[0;32m OK [0m] Closed ACPID Listen Socket. [[0;32m OK [0m] Stopped target Paths. [[0;32m OK [0m] Stopped ACPI Events Check. [[0;32m OK [0m] Stopped Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Stopped Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] Stopped target Slices. [[0;32m OK [0m] Removed slice User and Session Slice. [[0;32m OK [0m] Stopped target System Initialization. Stopping Update UTMP about System Boot/Shutdown... Stopping Network Time Synchronization... [[0;32m OK [0m] Stopped target Swap. [[0;32m OK [0m] Stopped target Encrypted Volumes. [[0;32m OK [0m] Stopped Commit a transient machine-id on disk. Stopping Load/Save Random Seed... [[0;32m OK [0m] Stopped target Cloud-config availability. [[0;32m OK [0m] Stopped Initial cloud-init job (metadata service crawler). Stopping Raise network interfacs... [[0;32m OK [0m] Stopped Load/Save Random Seed. [[0;32m OK [0m] Stopped Update UTMP about System Boot/Shutdown. [[0;32m OK [0m] Stopped Network Time Synchronization. [[0;32m OK [0m] Stopped Create Volatile Files and Directories. [[0;32m OK [0m] Stopped Raise network interfaces. [[0;32m OK [0m] Stopped target Local File Systems. Unmounting /run/user/1000... [[0;32m OK [0m] Stopped target Network (Pre). [[0;32m OK [0m] Stopped Initial cloud-init job (pre-networking). [[0;32m OK [0m] Stopped Apply Kernel Variables. [[0;32m OK [0m] Stopped Load Kernel Modules. [[0;32m OK [0m] Unmounted /run/user/1000. [[0;32m OK [0m] Reached target Unmount All Filesystems. [[0;32m OK [0m] Stopped target Local File Systems (Pre). Stopping Monitoring of LVM2 mirrors... dmeventd or progress polling... [[0;32m OK [0m] Stopped Create Static Device Nodes in /dev. [[0;32m OK [0m] Stopped Remount Root and Kernel File Systems. [[0;32m OK [0m] Reached target Shutdown. [[0;32m OK [0m] Reached target Final Step. Starting Power-Off... [[0;32m OK [0m] Stopped Monitoring of LVM2 mirrors,...ng dmeventd or progress polling. [ 90.835639] EXT4-fs (sda1): Unrecognized mount option "sync" or missing value [ 90.849035] EXT4-fs (sda1): Unrecognized mount option "sync" or missing value [ 90.926774] reboot: Power down [ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: x87 FPU will use FXSAVE [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable [ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data [ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.3 present. [ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016 [ 0.000000] Hypervisor detected: Microsoft Hyper-V [ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c [ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035 [ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500 [ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V [ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush [ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT [ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM) [ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026) [ 0.000000] ACPI: FACS 0x000000003FFFF000 000040 [ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001) [ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug [ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug [ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug [ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff] [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffeffff] [ 0.000000] Reserved but unavailable: 98 pages [ 0.000000] ACPI: PM-Timer IO Port: 0x408 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] e820: [mem 0x40000000-0xffffffff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on bare hardware [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] random: get_random_bytes called from start_kernel+0x99/0x51b with crng_init=0 [ 0.000000] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:1 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] percpu: Embedded 45 pages/cpu @ (ptrval) s147456 r8192 d28672 u2097152 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 257913 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0 [ 0.000000] Memory: 926704K/1048120K available (12300K kernel code, 2283K rwdata, 3972K rodata, 2248K init, 2372K bss, 121416K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] ftrace: allocating 37806 entries in 148 pages [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=1. [ 0.000000] Tasks RCU enabled. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1 [ 0.000000] NR_IRQS: 524544, nr_irqs: 256, preallocated irqs: 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] ACPI: Core revision 20170831 [ 0.000000] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.000000] APIC: Switch to symmetric I/O mode setup [ 0.004000] clocksource: hyperv_clocksource_tsc_page: mask: 0xffffffffffffffff max_cycles: 0x24e6a1710, max_idle_ns: 440795202120 ns [ 0.200000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204000] tsc: Detected 1995.190 MHz processor [ 0.208000] Calibrating delay loop (skipped), value calculated using timer frequency.. 3990.38 BogoMIPS (lpj=7980760) [ 0.212007] pid_max: default: 32768 minimum: 301 [ 0.216059] Security Framework initialized [ 0.220006] Yama: becoming mindful. [ 0.224045] AppArmor: AppArmor initialized [ 0.228272] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.236109] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.240033] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.244014] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.252119] CPU: Physical Processor ID: 0 [ 0.256608] mce: CPU supports 1 MCE banks [ 0.260145] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8 [ 0.264006] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0 [ 0.268006] Spectre V2 : Mitigation: Full generic retpoline [ 0.272000] Speculative Store Bypass: Vulnerable [ 0.315360] Freeing SMP alternatives memory: 36K [ 0.329166] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2430L 0 @ 2.00GHz (family: 0x6, model: 0x2d, stepping: 0x7) [ 0.336116] Performance Events: unsupported p6 CPU model 45 no PMU driver, software events only. [ 0.340099] Hierarchical SRCU implementation. [ 0.344786] NMI watchdog: Perf event create on CPU 0 failed with -2 [ 0.348006] NMI watchdog: Perf NMI watchdog permanently disabled [ 0.352096] smp: Bringing up secondary CPUs ... [ 0.356006] smp: Brought up 1 node, 1 CPU [ 0.360005] smpboot: Max logical packages: 1 [ 0.364008] smpboot: Total of 1 processors activated (3990.38 BogoMIPS) [ 0.368537] devtmpfs: initialized [ 0.372091] x86/mm: Memory block size: 128MB [ 0.376284] evm: security.selinux [ 0.380008] evm: security.SMACK64 [ 0.384005] evm: security.SMACK64EXEC [ 0.388006] evm: security.SMACK64TRANSMUTE [ 0.392005] evm: security.SMACK64MMAP [ 0.396032] evm: security.apparmor [ 0.400004] evm: security.ima [ 0.404006] evm: security.capability [ 0.408229] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.412030] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.416110] pinctrl core: initialized pinctrl subsystem [ 0.420341] NET: Registered protocol family 16 [ 0.424129] audit: initializing netlink subsys (disabled) [ 0.428221] cpuidle: using governor ladder [ 0.432012] audit: type=2000 audit(1635298601.428:1): state=initialized audit_enabled=0 res=1 [ 0.436016] cpuidle: using governor menu [ 0.444060] ACPI: bus type PCI registered [ 0.448005] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.453027] PCI: Using configuration type 1 for base access [ 0.457699] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages [ 0.464176] ACPI: Added _OSI(Module Device) [ 0.467797] ACPI: Added _OSI(Processor Device) [ 0.468016] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.472006] ACPI: Added _OSI(Processor Aggregator Device) [ 0.476038] ACPI: Added _OSI(Linux-Dell-Video) [ 0.490039] ACPI: Interpreter enabled [ 0.492020] ACPI: (supports S0 S5) [ 0.496007] ACPI: Using IOAPIC for interrupt routing [ 0.500128] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.505050] ACPI: Enabled 1 GPEs in block 00 to 0F [ 0.562037] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.564019] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.568026] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.576049] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.584431] PCI host bridge to bus 0000:00 [ 0.588012] pci_bus 0000:00: root bus resource [mem 0xfe0000000-0xfffffffff window] [ 0.592050] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.596016] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.600011] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.604015] pci_bus 0000:00: root bus resource [mem 0xf8000000-0xfffbffff window] [ 0.608040] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.695343] pci 0000:00:07.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.700019] pci 0000:00:07.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.704015] pci 0000:00:07.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.708038] pci 0000:00:07.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.720008] * Found PM-Timer Bug on the chipset. Due to workarounds for a bug, [ 0.720008] * this clock source is slow. Consider trying other clock sources [ 0.735428] pci 0000:00:07.3: quirk: [io 0x0400-0x043f] claimed by PIIX4 ACPI [ 0.780193] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 9 10 *11 12 14 15) [ 0.785253] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. [ 0.793635] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. [ 0.797076] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. [ 0.804618] SCSI subsystem initialized [ 0.808343] pci 0000:00:08.0: vgaarb: setting as boot VGA device [ 0.812000] pci 0000:00:08.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none [ 0.812007] pci 0000:00:08.0: vgaarb: bridge control possible [ 0.816005] vgaarb: loaded [ 0.820064] pps_core: LinuxPPS API ver. 1 registered [ 0.824031] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.828021] PTP clock support registered [ 0.832088] EDAC MC: Ver: 3.0.0 [ 0.841513] hv_vmbus: Vmbus version:4.0 [ 0.844813] PCI: Using ACPI for IRQ routing [ 0.851170] NetLabel: Initializing [ 0.852016] NetLabel: domain hash size = 128 [ 0.856046] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO [ 0.860076] NetLabel: unlabeled traffic allowed by default [ 0.864311] clocksource: Switched to clocksource hyperv_clocksource_tsc_page [ 0.886897] VFS: Disk quotas dquot_6.6.0 [ 0.891808] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.897576] AppArmor: AppArmor Filesystem Enabled [ 0.902340] pnp: PnP ACPI init [ 0.918146] system 00:06: [io 0x01e0-0x01ef] has been reserved [ 0.927450] system 00:06: [io 0x0160-0x016f] has been reserved [ 0.933214] system 00:06: [io 0x0278-0x027f] has been reserved [ 0.939900] system 00:06: [io 0x0378-0x037f] has been reserved [ 0.946866] system 00:06: [io 0x0678-0x067f] has been reserved [ 0.953575] system 00:06: [io 0x0778-0x077f] has been reserved [ 0.958256] system 00:06: [io 0x04d0-0x04d1] has been reserved [ 0.962987] system 00:07: [io 0x0400-0x043f] has been reserved [ 0.967238] system 00:07: [io 0x0370-0x0371] has been reserved [ 0.971758] system 00:07: [io 0x0440-0x044f] has been reserved [ 0.976359] system 00:07: [mem 0xfec00000-0xfec00fff] could not be reserved [ 0.982594] system 00:07: [mem 0xfee00000-0xfee00fff] has been reserved [ 0.988369] system 00:08: [mem 0x00000000-0x0009ffff] could not be reserved [ 0.993850] system 00:08: [mem 0x000c0000-0x000dffff] could not be reserved [ 0.999257] system 00:08: [mem 0x000e0000-0x000fffff] could not be reserved [ 1.005061] system 00:08: [mem 0x00100000-0xf7ffffff] could not be reserved [ 1.013622] system 00:08: [mem 0xfffc0000-0xffffffff] has been reserved [ 1.020875] pnp: PnP ACPI: found 9 devices [ 1.035214] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.046716] NET: Registered protocol family 2 [ 1.053054] TCP established hash table entries: 8192 (order: 4, 65536 bytes) [ 1.062506] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.071758] TCP: Hash tables configured (established 8192 bind 8192) [ 1.078853] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.083882] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.091014] NET: Registered protocol family 1 [ 1.096404] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.105066] pci 0000:00:08.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] [ 1.117655] Unpacking initramfs... [ 1.427494] Freeing initrd memory: 13088K [ 1.432577] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.439406] software IO TLB [mem 0x3a600000-0x3e600000] (64MB) mapped at [ (ptrval)- (ptrval)] [ 1.447552] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3984dcddca4, max_idle_ns: 881590726873 ns [ 1.455512] Scanning for low memory corruption every 60 seconds [ 1.462514] Initialise system trusted keyrings [ 1.470255] Key type blacklist registered [ 1.476766] random: fast init done [ 1.482946] workingset: timestamp_bits=36 max_order=18 bucket_order=0 [ 1.489609] zbud: loaded [ 1.494913] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.500284] fuse init (API version 7.26) [ 1.506245] Key type asymmetric registered [ 1.516684] Asymmetric key parser 'x509' registered [ 1.524768] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244) [ 1.532079] io scheduler noop registered (default) [ 1.537756] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.544295] ACPI: Power Button [PWRF] [ 1.550655] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.583068] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.615225] 00:04: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A [ 1.627131] Linux agpgart interface v0.103 [ 1.634114] loop: module loaded [ 1.639283] hv_vmbus: registering driver hv_storvsc [ 1.652684] scsi host0: storvsc_host_t [ 1.662457] scsi 0:0:0:0: Direct-Access Msft Virtual Disk 1.0 PQ: 0 ANSI: 5 [ 1.673359] scsi host1: storvsc_host_t [ 1.682849] sd 0:0:0:0: Attached scsi generic sg0 type 0 [ 1.690898] ata_piix 0000:00:07.1: Hyper-V Virtual Machine detected, ATA device ignore set [ 1.695476] scsi 1:0:0:0: Direct-Access MSFT Virtual HD 10.0 PQ: 0 ANSI: 5 [ 1.718092] sd 0:0:0:0: [sda] 2080768 512-byte logical blocks: (1.07 GB/1016 MiB) [ 1.728470] scsi host2: ata_piix [ 1.734866] sd 0:0:0:0: [sda] Write Protect is off [ 1.741796] scsi host3: ata_piix [ 1.748701] ata1: PATA max UDMA/33 cmd 0x1f0 ctl 0x3f6 bmdma 0xffa0 irq 14 [ 1.754254] ata2: PATA max UDMA/33 cmd 0x170 ctl 0x376 bmdma 0xffa8 irq 15 [ 1.762545] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 1.782500] libphy: Fixed MDIO Bus: probed [ 1.787209] tun: Universal TUN/TAP device driver, 1.6 [ 1.794578] PPP generic driver version 2.4.2 [ 1.801088] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12 [ 1.842558] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.850296] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.854901] sda: sda1 [ 1.862452] mousedev: PS/2 mouse device common for all mice [ 1.880958] rtc_cmos 00:00: RTC can wake from S4 [ 1.917607] sd 1:0:0:0: Attached scsi generic sg1 type 0 [ 1.932585] sd 0:0:0:0: [sda] Attached SCSI disk [ 3.046192] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.057286] sd 1:0:0:0: [sdb] 2097152 512-byte logical blocks: (1.07 GB/1.00 GiB) [ 3.068627] sd 1:0:0:0: [sdb] 4096-byte physical blocks [ 3.246814] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.254450] sd 1:0:0:0: [sdb] Write Protect is off [ 3.268435] rtc_cmos 00:00: alarms up to one month, 114 bytes nvram [ 3.275872] device-mapper: uevent: version 1.0.3 [ 3.281990] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@redhat.com [ 3.290510] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, supports DPO and FUA [ 3.297598] NET: Registered protocol family 10 [ 3.306784] Segment Routing with IPv6 [ 3.312090] NET: Registered protocol family 17 [ 3.319078] Key type dns_resolver registered [ 3.324291] RAS: Correctable Errors collector initialized. [ 3.331750] registered taskstats version 1 [ 3.336673] Loading compiled-in X.509 certificates [ 3.349794] Loaded X.509 cert 'Build time autogenerated kernel key: aff4079af16f4619e3b7b2cd46b8d3777d9de144' [ 3.499682] zswap: loaded using pool lzo/zbud [ 3.511543] Key type big_key registered [ 3.517582] sd 1:0:0:0: [sdb] Attached SCSI disk [ 3.523086] Key type trusted registered [ 3.537291] Key type encrypted registered [ 3.544696] AppArmor: AppArmor sha1 policy hashing enabled [ 3.552916] ima: No TPM chip found, activating TPM-bypass! (rc=-19) [ 3.561733] evm: HMAC attrs: 0x1 [ 3.572892] rtc_cmos 00:00: setting system clock to 2021-10-27 01:36:46 UTC (1635298606) [ 3.583010] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 3.589660] EDD information not available. [ 4.071012] ata2.00: ATAPI: Virtual CD, , max MWDMA2 [ 4.084634] ata2.00: configured for MWDMA2 [ 4.121795] scsi 3:0:0:0: CD-ROM Msft Virtual CD/ROM 1.0 PQ: 0 ANSI: 5 [ 4.160601] sr 3:0:0:0: [sr0] scsi3-mmc drive: 0x/0x tray [ 4.175525] cdrom: Uniform CD-ROM driver Revision: 3.20 [ 4.191005] sr 3:0:0:0: Attached scsi generic sg2 type 5 [ 4.202828] Freeing unused kernel memory: 2248K [ 4.212065] Write protecting the kernel read-only data: 18432k [ 4.217948] Freeing unused kernel memory: 2008K [ 4.223768] Freeing unused kernel memory: 124K [ 4.250217] x86/mm: Checked W+X mappings: passed, no W+X pages found. [ 4.256514] x86/mm: Checking user space page tables [ 4.273818] x86/mm: Checked W+X mappings: passed, no W+X pages found. Loading, please wait... starting version 229 [ 4.343769] random: udevadm: uninitialized urandom read (16 bytes read) [ 4.351398] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 4.358016] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 4.365400] random: udevadm: uninitialized urandom read (16 bytes read) [ 4.372064] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 4.384081] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 4.397515] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 4.408888] random: udevadm: uninitialized urandom read (16 bytes read) [ 4.415453] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 4.426578] random: udevadm: uninitialized urandom read (16 bytes read) [ 4.594343] hv_utils: Registering HyperV Utility Driver [ 4.607661] hv_vmbus: registering driver hv_util [ 4.625665] hidraw: raw HID events driver (C) Jiri Kosina [ 4.646465] hv_vmbus: registering driver hyperv_keyboard [ 4.655588] hv_vmbus: registering driver hv_netvsc [ 4.676977] hv_vmbus: registering driver hid_hyperv [ 4.773672] input: AT Translated Set 2 keyboard as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/device:07/VMBUS:01/d34b2567-b9b6-42b9-8778-0a4ec0b955bf/serio2/input/input3 [ 4.789542] input: Microsoft Vmbus HID-compliant Mouse as /devices/0006:045E:0621.0001/input/input4 [ 4.834053] hid 0006:045E:0621.0001: input: <UNKNOWN> HID v0.01 Mouse [Microsoft Vmbus HID-compliant Mouse] on [ 4.880957] hv_utils: Heartbeat IC version 3.0 [ 4.890854] hv_utils: Shutdown IC version 3.0 [ 4.896094] hv_utils: TimeSync IC version 4.0 [ 4.918932] hv_utils: VSS IC version 5.0 Begin: Loading essential drivers ... [ 5.108047] raid6: sse2x1 gen() 4355 MB/s [ 5.160042] raid6: sse2x1 xor() 3236 MB/s [ 5.212049] raid6: sse2x2 gen() 5493 MB/s [ 5.264044] raid6: sse2x2 xor() 4260 MB/s [ 5.316045] raid6: sse2x4 gen() 6634 MB/s [ 5.368042] raid6: sse2x4 xor() 5246 MB/s [ 5.373409] raid6: using algorithm sse2x4 gen() 6634 MB/s [ 5.384491] raid6: .... xor() 5246 MB/s, rmw enabled [ 5.389754] raid6: using intx1 recovery algorithm [ 5.397931] xor: measuring software checksum speed [ 5.440051] prefetch64-sse: 10138.000 MB/sec [ 5.484044] generic_sse: 9336.000 MB/sec [ 5.489995] xor: using function: prefetch64-sse (10138.000 MB/sec) [ 5.499058] async_tx: api initialized (async) done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... [ 5.696076] Btrfs loaded, crc32c=crc32c-generic Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 5.894725] EXT4-fs (sda1): INFO: recovery required on readonly filesystem [ 5.902274] EXT4-fs (sda1): write access will be enabled during recovery [ 6.114416] EXT4-fs (sda1): recovery complete [ 6.135387] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null) done. Begin: Running /scripts/local-bottom ... done. Begin: Running /scripts/init-bottom ... done. [ 6.699992] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN) [ 6.709010] systemd[1]: Detected virtualization microsoft. [ 6.715353] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 6.772212] systemd[1]: Set hostname to <tempest-testminimumbasicscenario-server-1738641622>. [ 7.252473] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 7.348712] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 7.453779] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [m] Listening on Device-mapper even daemon FIFOs. [ 7.511057] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch. [ 7.607349] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 7.677794] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Reached target Encrypted Volumes. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [[0;32m OK [0m] Created slice System Slice. Mounting Huge Pages File System... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. Starting Journal Service... Mounting Debug File System... Starting Load Kernel Modules... Starting Remount Root and Kernel File Systems...[ 8.649787] Loading iSCSI transport class v2.0-870. [ 8.674927] EXT4-fs (sda1): re-mounted. Opts: (null) Starting Create list of required st... nodes for the current kernel... [ 8.739057] iscsi: registered transport (tcp) [[0;32m OK [0m[ 8.780587] iscsi: registered transport (iser) ] Created slice system-getty.slice. Mounting POSIX Message Queue File System... [[0;32m OK [0m] Reached target Swap. [[0;32m OK [0m] Reached target Slices. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[0;32m OK [0m] Mounted Debug File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted Huge Pages File System. [[0;32m OK [0m] Started Journal Service. [[0;32m OK [0m] Started Load Kernel Modules. [[0;32m OK [0m] Started Remount Root and Kernel File Systems. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[0;32m OK [0m] Started LVM2 metadata daemon. Starting Create Static Device Nodes in /dev... Starting Initial cloud-init job (pre-networking)... Starting udev Coldplug all Devices... Starting Load/Save Random Seed... Starting Apply Kernel Variables... Mounting Configuration File System... Mounting FUSE Control File System... Starting Flush Journal to Persistent Storage... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Mounted Configuration File System. [[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. [[0;32m OK [0m] Started Load/Save Random Seed. [[0;32m OK [0m] Started Apply Krnel Variables. [[0;32m OK [0m] Started udev Coldplug all Devices. Starting udev Kernel Device Manager... [[0;32m OK [0m] Reached target Local File Systems (Pre). [[0;32m OK [0m] Reached target Local File Systems. Starting LSB: AppArmor initialization... [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[0;32m OK [0m] Started udev Kernel Device Manager. Starting Create Volatile Files and Directories... [[0;32m OK [0m] Started Create Volatile Files and Directories. Starting Network Time Synchronization... Starting Update UTMP about System Boot/Shutdown... [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Started LSB: AppArmor initialization. [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[0;32m OK [0m] Found device /dev/ttyS0. [[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [[0;32m OK [0m] Reached target System Time Synchronized. [[0;32m OK [0m] Found device /sys/subsystem/net/devices/eth0. [ 15.106518] cloud-init[330]: Cloud-init v. 18.2 running 'init-local' at Wed,27 Oct 2021 01:36:56 +0000. Up 13.32 seconds. [[0;32m OK [0m] Started Initial cloud-init job (pre-networking). [[0;32m OK [0m] Reached target Network (Pre). [[0;32m OK [0m] Started ifup for eth0. Starting Raise network interfaces... [[0;32m OK [0m] Started Raise network interfaces. [[0;32m OK [0m] Reached target Network. Starting Initial cloud-init job (metadata service crawler)... [ 19.331048] cloud-init[676]: Cloud-init v. 18.2 running 'init' at Wed, 27 Oc 2021 01:37:00 +0000. Up 17.06 seconds. [[0;32m OK [0m[ 19.494043] cloud-init] [676]: Started Initial cloud-init job (metadata service crawler).ci-info: +++++++++++++++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++++++++++++++ [ [0;32m OK [0m[ 19.651067] ] cloud-initReached target Cloud-config availability.[676]: ci-info: +--------+------+------------------------------+-----------------+-------+-------------------+ [ [0;32m OK [0m] [ 19.759061] cloud-initReached target System Initialization.[676]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | [[0;32m OK [0m[ 19.853834] cloud-init] [676]: Started Daily apt download activities.ci-info: +--------+------+------------------------------+-----------------+-------+-------------------+ [ [0;32m OK [0m[ 19.957611] ] cloud-initStarted Daily Cleanup of Temporary Directories.[676]: ci-info: | eth0 | True | 172.20.0.9 | 255.255.255.240 | . | fa:16:3e:93:93:81 |[[0;32m OK [0m ] [ 20.077896] Started Daily apt upgrade and cean activities.cloud-init[676]: ci-info: | eth0 | True | fe80::f816:3eff:fe93:9381/64 | . | link | fa:16:3e:93:93:81 |[[0;32m OK [0m] Reached target Timers. [ 20.216753] [cloud-init[0;32m OK [0m[676]: ] ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |Listening on D-Bus System Message Bus Socket. [ 20.357699] [[0;32m OK [0mcloud-init[676]: ] ci-info: | lo | True | ::1/128 | . | host | . |Started ACPI Events Check. [[ 20.494540] [0;32m OK [0mcloud-init[676]: ] ci-info: +--------+------+------------------------------+-----------------+-------+-------------------+Reached target Paths. [[ 20.620974] [0;32m OK [0mcloud-init] [676]: Listening on ACPID Listen Socket.ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++ [[0;32m OK [0m[ 20.728301] cloud-init] [676]: Reached target Sockets.ci-info: +-------+-----------------+------------+-----------------+-----------+-------+ [ 20.816725] [cloud-init[0;32m OK [0m[676]: ] ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |Reached target Basic System. [[0;32m OK [0m[ 20.940530] cloud-init] [676]: Started D-Bus System Message Bus.ci-info: +-------+-----------------+------------+-----------------+-----------+-------+ [ 21.034788] cloud-init[676]: ci-info: | 0 | 0.0.0.0 | 172.20.0.1 | 0.0.0.0 | eth0 | UG | [ 21.094582] cloud-init[676]: ci-info: | 1 | 169.254.169.254 | 172.20.0.1 | 255.255.255.255 | eth0 | UGH | [ 21.155271] cloud-init[676]: ci-info: | 2 | 172.20.0.0 | 0.0.0.0 | 255.255.255.240 | eth0 | U | [ 21.209377] cloud-init[676]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+ [[0;32m OK [0m] Started Unattended Upgrades Shudown. [[0;32m OK [0m] Started Deferred execution scheduler. [[0;32m OK [0m] Started Regular background program processing daemon. Starting LSB: Record successful boot for GRUB... Starting LSB: MD monitoring daemon... Starting Login Service... [[0;32m OK [0m] Started ACPI event daemon. [[0;32m OK [0m] Reached target Network is Online. Starting iSCSI initiator daemon (iscsid)... Starting OpenBSD Secure Shell server... Starting /etc/rc.local Compatibility... Starting Apply the settings specified in cloud-config... [[0;32m OK [0m] Started /etc/rc.local Compatibility. [[0;32m OK [0m] Started iSCSI initiator daemon (iscsid). [[0;32m OK [0m] Started OpenBSD Secure Shell server. [[0;32m OK [0m] Started LSB: Record successful boot for GRUB. [[0;32m OK [0m] Started LSB: MD monitoring daemon. [[0;32m OK [0m] Started Login Service. Starting Login to default iSCSI targets... [[0;32m OK [0m] Started Login to default iSCSI targets. [[0;32m OK [0m] Reached target Remote File Systems (Pre). [[0;32m OK [0m] Reached target Remote File Systems. Starting LSB: Set the CPU Frequency Scaling governor to "ondemand"... Starting LSB: automatic crash report generation... Starting Permit User Sessions... [[0;32m OK [0m] Started Permit User Sessions. [[0;32m OK [0m] Started LSB: Set the CPU Frequency Scaling governor to "ondemand". [[0;32m OK [0m] Started LSB: automatic crash report generation. [[0;32m OK [0m] Started Getty on tty1. [[0;32m OK [0m] Started Serial Getty on ttyS0. [[0;32m OK [0m] Reached target Login Prompts. [[0;32m OK [0m] Reached target Multi-User System. [[0;32m OK [0m] Reached target Graphical Interface. Starting Update UTMP about System Runlevel Changes... [[0;32m OK [0m] Started Update UTMP about System Runlevel Changes. [ 24.584068] cloud-init[738]: Cloud-init v. 18.2 running 'modules:config' at Wed, 27 Oct 2021 01:37:06 +0000. Up 23.17 seconds. [[0;32m OK [0m] Started Apply the settings specified in cloud-config. Starting Execut cloud user/final scripts... ci-info: ++++++++++Authorized keys from /home/ubuntu/.ssh/authorized_keys for user ubuntu+++++++++++ ci-info: +---------+-------------------------------------------------+---------+-------------------+ ci-info: | Keytype | Fingerprint (md5) | Options | Comment | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ci-info: | ssh-rsa | 76:5e:6f:06:f6:2a:fb:95:19:30:77:08:93:1d:3e:d0 | - | Generated-by-Nova | ci-info: +---------+-------------------------------------------------+---------+-------------------+ <14>Oct 27 01:37:09 ec2: <14>Oct 27 01:37:09 ec2: ############################################################# <14>Oct 27 01:37:09 ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- <14>Oct 27 01:37:09 ec2: 1024 SHA256:2erCxVAEJc8Y1yH8/iN5gFerk6eBAtsEWh2Od83iGUE root@tempest-testminimumbasicscenario-server-1738641622 (DSA) <14>Oct 27 01:37:09 ec2: 256 SHA256:kHxK6evFm8/R2tlaX/92W25wn5MQM/EzDhYLPNhxAto root@tempest-testminimumbasicscenario-server-1738641622 (ECDSA) <14>Oct 27 01:37:09 ec2: 256 SHA256:NnmpPvsKsdVw2ZkX0XIaLbeQrpAjhAqlpnwWsfABQjM root@tempest-testminimumbasicscenario-server-1738641622 (ED25519) <14>Oct 27 01:37:09 ec2: 2048 SHA256:gl4S5U+ZwuaMzPCWicQlIbvPsMFABR8D7LHH54Q9Wnk root@tempest-testminimumbasicscenario-server-1738641622 (RSA) <14>Oct 27 01:37:09 ec2: -----END SSH HOST KEY FINGERPRINTS----- <14>Oct 27 01:37:09 ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS---- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAtUQBNqUqcnQcewbLyJI1HySBRi2kVm23zKyuuCUmYrpIn+Iyo/0OAX9g5/SL6/nGxqr9Fp9dL/Yd9Q2Ij4o6M= root@tempest-testminimumbasicscenario-server-1738641622 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJCc21UWcF4Ace5MfpZzAWPwozPyziLyLnTjmnxKoq9i root@tempest-testminimumbasicscenario-server-1738641622 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDcNL2ATLUdbzvxXMvNjcLa7dYlyCsBgnxI9xN7Or7YEHksX2Hag2A0NLTU0rmEqrh4Wsypqj9u8aQYqWeipYH9ehKz3xqF3NYIYCy4sltlZHg82jQ2uwy8HCFKjK+CVE0hpW37OEbldnte0w00R1wINHJTe1yG/e04kpleuoDL5FlLmVYOJe5V7L57760P8bVvRU4c5Qloxf5rsOwRmkHJzs3aV7YNlBp8DEapbmDcFk14IcndbYC2cVjjO0kOlv+72Wmv9823z0Bs3Ann0AIysHQAop69to1KbLYDi/oCmlpVkIEvlLhOTV7aZkxm9kSLSF3oid2L3T6khx15lQzl root@tempest-testminimumbasicscenario-server-1738641622 -----END SSH HOST KEY KEYS----- [ 26.948266] cloud-init[805]: Cloud-init v. 18.2 running 'modules:final' at Wed, 27 Oct 2021 01:37:08 +0000. Up 25.38 seconds. [ 27.061037] [cloud-init[0;32m OK [0m[805]: ] Cloud-init v. 18.2 finished at Wed, 27 Oct 2021 01:37:09 +0000. Datasource DataSourceConfigDrive [net,ver=2][source=/dev/sr0]. Up 26.82 secondsStarted Execute cloud user/final scripts. [[0;32m OK [0m] Reached target Cloud-init target. Ubuntu 16.04.4 LTS tempest-testminimumbasicscenario-server-1738641622 ttyS0 tempest-testminimumbasicscenario-server-1738641622 login: 2021-10-27 01:43:16,111 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 400 DELETE http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments/1c0a8663-8b79-4eb8-b837-6257794066a7 0.146s 2021-10-27 01:43:16,111 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:15 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-7c808a05-619c-45ee-88a8-148100822cb6', 'x-compute-request-id': 'req-7c808a05-619c-45ee-88a8-148100822cb6', 'connection': 'close', 'status': '400', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04/os-volume_attachments/1c0a8663-8b79-4eb8-b837-6257794066a7'} 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-c8d9824d-1bbd-472d-8457-0d7d906a7648)"}}' 2021-10-27 01:43:16,157 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 400 DELETE http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.039s 2021-10-27 01:43:16,158 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:16 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-b86f973b-155b-419f-918a-497f9f93f5f1', 'x-openstack-request-id': 'req-b86f973b-155b-419f-918a-497f9f93f5f1', 'connection': 'close', 'status': '400', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} 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-10-27 01:43:16,207 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.039s 2021-10-27 01:43:16,207 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0bf0aac9-8f70-4154-be28-8332458e7a2e', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0bf0aac9-8f70-4154-be28-8332458e7a2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:43:17,256 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.039s 2021-10-27 01:43:17,256 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-392b4172-f850-4eb2-8f1d-72cefc752458', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-392b4172-f850-4eb2-8f1d-72cefc752458', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:43:18,306 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:43:18,306 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc9759b3-cb66-410e-8402-a85d93a9ee35', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc9759b3-cb66-410e-8402-a85d93a9ee35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:43:19,355 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:43:19,356 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dce5d45d-db06-4987-a356-e6f6c6fd3051', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dce5d45d-db06-4987-a356-e6f6c6fd3051', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:43:20,404 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:43:20,404 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96a13107-c28f-4b6f-a0b1-edf733a0843c', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96a13107-c28f-4b6f-a0b1-edf733a0843c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:43:21,454 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:43:21,454 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9bdbb16-b05c-447e-91fe-04ef37b4ab1c', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9bdbb16-b05c-447e-91fe-04ef37b4ab1c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:43:22,503 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:43:22,504 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e9b1c909-8f94-4dbc-9b38-7c33a5771c0b', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e9b1c909-8f94-4dbc-9b38-7c33a5771c0b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:43:23,552 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:43:23,552 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-152d6364-bf84-4fcb-98b6-84254c39c632', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-152d6364-bf84-4fcb-98b6-84254c39c632', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:43:24,601 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:43:24,602 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c74dbb92-ecdb-4f3e-92fd-e18f16423ab8', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c74dbb92-ecdb-4f3e-92fd-e18f16423ab8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:43:25,650 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:43:25,651 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac1a6e6a-3e6e-4e84-be6a-d41426c1e05b', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac1a6e6a-3e6e-4e84-be6a-d41426c1e05b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:43:26,700 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:43:26,701 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-760de5f4-9b3f-4774-ba13-a65542397ee5', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-760de5f4-9b3f-4774-ba13-a65542397ee5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:43:27,749 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:43:27,750 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a48c012f-0d65-4bea-964b-2fca1bb31369', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a48c012f-0d65-4bea-964b-2fca1bb31369', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:43:28,797 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:43:28,798 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a301775-b8ad-4242-91e5-fb5580e81d9a', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a301775-b8ad-4242-91e5-fb5580e81d9a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:43:29,846 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:43:29,846 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-000f310d-ac54-4687-b964-f55e305d17b3', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-000f310d-ac54-4687-b964-f55e305d17b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:43:30,896 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:43:30,896 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9ead4d8-d5fa-40d4-b154-b57aef287f82', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9ead4d8-d5fa-40d4-b154-b57aef287f82', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:43:31,945 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:43:31,945 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-455ac5da-7b65-4b7a-8459-295461e69043', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-455ac5da-7b65-4b7a-8459-295461e69043', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:43:32,995 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:43:32,995 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac0a9b88-c715-473e-b534-615cad8bf5c6', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac0a9b88-c715-473e-b534-615cad8bf5c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:43:34,044 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:43:34,045 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a990519-df78-402a-a817-516ef615ab9c', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a990519-df78-402a-a817-516ef615ab9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:43:35,093 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:43:35,094 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2e2a2ab-9237-425b-89c5-22396661e13c', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2e2a2ab-9237-425b-89c5-22396661e13c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:43:36,143 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.042s 2021-10-27 01:43:36,144 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed6ca00b-3b67-47bb-bde3-65701e63ca3c', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed6ca00b-3b67-47bb-bde3-65701e63ca3c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:43:37,192 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:43:37,193 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c31dc60b-40a7-4344-9c6f-505a0394c282', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c31dc60b-40a7-4344-9c6f-505a0394c282', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:43:38,242 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:43:38,242 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c611558e-697f-4a95-ad9d-0ef6bdb7183f', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c611558e-697f-4a95-ad9d-0ef6bdb7183f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:43:39,291 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:43:39,291 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ad67cf8-2da1-4bcf-9765-b498881a6ad7', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ad67cf8-2da1-4bcf-9765-b498881a6ad7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:43:40,341 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:43:40,342 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-38ed4000-5f8c-4c9b-bd55-c26a7959167f', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38ed4000-5f8c-4c9b-bd55-c26a7959167f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:43:41,390 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:43:41,391 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bd5de74d-61f0-4d1f-bdae-5ea7c24e61e7', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bd5de74d-61f0-4d1f-bdae-5ea7c24e61e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:43:42,439 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:43:42,440 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64bbdf70-b75a-4549-b972-d58206ff3d5b', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64bbdf70-b75a-4549-b972-d58206ff3d5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:43:43,488 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:43:43,489 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-286541ed-fa9c-49e4-881c-2dc52f7f564e', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-286541ed-fa9c-49e4-881c-2dc52f7f564e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:43:44,537 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:43:44,538 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eec6c101-a578-4898-a776-3764a26eb361', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eec6c101-a578-4898-a776-3764a26eb361', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:43:45,647 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.101s 2021-10-27 01:43:45,648 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2faed7d6-be3a-44a1-8313-430a9dec90fe', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2faed7d6-be3a-44a1-8313-430a9dec90fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:43:46,697 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:43:46,697 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-acb464d4-4bee-4860-bdeb-82420f943790', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-acb464d4-4bee-4860-bdeb-82420f943790', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:43:47,751 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.045s 2021-10-27 01:43:47,751 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1dc9131b-b7df-4a24-9140-06f54320b6d0', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1dc9131b-b7df-4a24-9140-06f54320b6d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:43:48,799 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:43:48,800 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5fab5b0-4eaf-436a-a219-ceb3ad4c3673', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5fab5b0-4eaf-436a-a219-ceb3ad4c3673', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:43:49,849 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:43:49,849 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-54f798ea-f6cd-4b25-bad8-f1abc7f3bcc0', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54f798ea-f6cd-4b25-bad8-f1abc7f3bcc0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:43:50,898 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:43:50,898 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a937d2eb-7a89-4027-8950-43415e254745', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a937d2eb-7a89-4027-8950-43415e254745', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:43:51,947 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:43:51,947 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c758d28a-4442-4528-9274-38fa8309c317', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c758d28a-4442-4528-9274-38fa8309c317', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:43:52,995 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:43:52,996 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83c25302-8c17-4b3c-9022-5399a4b474ca', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83c25302-8c17-4b3c-9022-5399a4b474ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:43:54,044 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:43:54,045 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55c9c080-ad63-48cc-aed6-65a69b442f6f', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55c9c080-ad63-48cc-aed6-65a69b442f6f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:43:55,096 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.043s 2021-10-27 01:43:55,096 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a9fbd76-c53e-451c-a4ea-246bc283a789', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a9fbd76-c53e-451c-a4ea-246bc283a789', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:43:56,146 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.042s 2021-10-27 01:43:56,146 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3aa8a5ab-75ee-4ee1-b1c0-2acaa393b9f3', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3aa8a5ab-75ee-4ee1-b1c0-2acaa393b9f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:43:57,199 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.044s 2021-10-27 01:43:57,199 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-206285f1-2059-480a-b2be-5584a2c3307f', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-206285f1-2059-480a-b2be-5584a2c3307f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:43:58,248 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:43:58,248 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-132a1cbe-ac43-4a3e-82ac-83ff82a52047', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-132a1cbe-ac43-4a3e-82ac-83ff82a52047', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:43:59,297 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:43:59,298 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:43:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ca36e84-0669-423c-af8a-b4b106f61069', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ca36e84-0669-423c-af8a-b4b106f61069', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:44:00,347 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:44:00,347 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ffc20a4d-391e-4388-aadb-e44421401306', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ffc20a4d-391e-4388-aadb-e44421401306', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:44:01,398 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.043s 2021-10-27 01:44:01,398 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b2ecc719-d909-4680-8b50-8df4576ed60b', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2ecc719-d909-4680-8b50-8df4576ed60b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:44:02,446 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:44:02,446 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-54cc7117-0f9d-4424-afbb-84fea76b1745', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54cc7117-0f9d-4424-afbb-84fea76b1745', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:44:03,496 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.042s 2021-10-27 01:44:03,496 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36e3b219-f24c-44c0-8ce4-54889d1eeeca', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36e3b219-f24c-44c0-8ce4-54889d1eeeca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:44:04,544 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:44:04,545 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0e57146-cba5-4056-a55a-df869170a3a3', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0e57146-cba5-4056-a55a-df869170a3a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:44:05,595 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.042s 2021-10-27 01:44:05,595 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-773399a8-f680-4238-9ec3-f1340a37d5dc', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-773399a8-f680-4238-9ec3-f1340a37d5dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:44:06,644 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:44:06,644 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21205f13-2f18-4839-999d-db73956027b8', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21205f13-2f18-4839-999d-db73956027b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:44:07,704 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.052s 2021-10-27 01:44:07,705 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e402dca-f873-457c-9447-37d8aa7a2dce', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e402dca-f873-457c-9447-37d8aa7a2dce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:44:08,753 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:44:08,754 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3dff4d25-e957-40ef-801b-2039b56d3a4c', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3dff4d25-e957-40ef-801b-2039b56d3a4c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:44:09,802 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:44:09,803 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b4ba141e-ac11-4eac-a1dd-8dae2312ca70', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b4ba141e-ac11-4eac-a1dd-8dae2312ca70', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:44:10,852 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:44:10,852 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f11d2697-8de8-4d8e-bb55-654cd3786c74', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f11d2697-8de8-4d8e-bb55-654cd3786c74', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:44:11,902 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:44:11,902 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9624655c-ba5d-454f-a032-4f2f3b7a9f7b', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9624655c-ba5d-454f-a032-4f2f3b7a9f7b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:44:12,951 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:44:12,951 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-daa467d3-d104-42f6-ae1d-def9b21beb85', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-daa467d3-d104-42f6-ae1d-def9b21beb85', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:44:13,999 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:44:14,000 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-19dacb63-f12d-42c9-9d55-c5d3ac1b351e', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-19dacb63-f12d-42c9-9d55-c5d3ac1b351e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:44:15,049 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:44:15,049 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e776b952-619b-4476-983a-db8bdb5ac239', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e776b952-619b-4476-983a-db8bdb5ac239', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:44:16,099 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:44:16,099 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18366272-9911-4dbc-9d88-f3c86376634d', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18366272-9911-4dbc-9d88-f3c86376634d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:44:17,148 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:44:17,148 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3bc05502-ccc8-4b4b-a373-08ff37cf5d0f', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3bc05502-ccc8-4b4b-a373-08ff37cf5d0f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:44:18,197 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:44:18,198 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32cf621b-6d0e-496f-a1cf-0af7e048f068', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32cf621b-6d0e-496f-a1cf-0af7e048f068', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:44:19,250 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.045s 2021-10-27 01:44:19,250 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5699f9d5-06dc-4c71-8fd2-953337b6ad95', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5699f9d5-06dc-4c71-8fd2-953337b6ad95', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:44:20,299 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:44:20,300 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68b1222a-1f9d-47dd-b7cc-f90737bdccd0', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68b1222a-1f9d-47dd-b7cc-f90737bdccd0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:44:21,349 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:44:21,349 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c1d6a1f-ac09-4723-9770-fe402f4e3c76', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c1d6a1f-ac09-4723-9770-fe402f4e3c76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:44:22,397 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.039s 2021-10-27 01:44:22,397 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-97c90a8a-ae28-42ca-a21b-9fd21dddbe9a', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-97c90a8a-ae28-42ca-a21b-9fd21dddbe9a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:44:23,446 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:44:23,446 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3ec280bc-c6fd-46de-8204-4d62804249cc', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ec280bc-c6fd-46de-8204-4d62804249cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:44:24,496 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:44:24,497 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-560e58b9-52cb-4520-9f23-40917d3a9c7f', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-560e58b9-52cb-4520-9f23-40917d3a9c7f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:44:25,546 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:44:25,546 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-821d25f7-46fd-46e8-bb1a-97f4d95cbe36', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-821d25f7-46fd-46e8-bb1a-97f4d95cbe36', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:44:26,595 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.042s 2021-10-27 01:44:26,596 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2cddb7dc-98ec-498e-a34a-66a186ba3995', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2cddb7dc-98ec-498e-a34a-66a186ba3995', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:44:27,644 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:44:27,644 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-57a7826f-be46-4d46-93d8-091934bc9e07', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-57a7826f-be46-4d46-93d8-091934bc9e07', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:44:28,693 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.042s 2021-10-27 01:44:28,694 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-54c66ec8-7b32-4553-a8a7-5fd9da6f6646', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54c66ec8-7b32-4553-a8a7-5fd9da6f6646', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:44:29,741 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:44:29,742 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b561a132-bad5-4790-848f-14c18ba276c9', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b561a132-bad5-4790-848f-14c18ba276c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:44:30,794 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.044s 2021-10-27 01:44:30,794 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b0a487d-a884-4427-84e9-85e10a01a069', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b0a487d-a884-4427-84e9-85e10a01a069', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:44:31,846 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.043s 2021-10-27 01:44:31,846 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-feaae9d9-c0c1-486e-9e1e-6d11bec8b6d7', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-feaae9d9-c0c1-486e-9e1e-6d11bec8b6d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:44:32,895 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:44:32,895 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75423db4-51b7-42d3-8a9f-8c6f2f3b3c05', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75423db4-51b7-42d3-8a9f-8c6f2f3b3c05', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:44:33,946 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.042s 2021-10-27 01:44:33,946 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1408e355-4c4e-4fd4-9563-cb3db59cd40a', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1408e355-4c4e-4fd4-9563-cb3db59cd40a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:44:34,994 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:44:34,994 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f9725167-01d7-4f12-aadf-0fae93b5f34a', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f9725167-01d7-4f12-aadf-0fae93b5f34a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:44:36,043 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:44:36,044 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a1748aff-d7ea-473b-afa6-45293e7950fd', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a1748aff-d7ea-473b-afa6-45293e7950fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:44:37,095 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.043s 2021-10-27 01:44:37,096 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f1fff6b-e93f-45fa-8051-28d4b398a1b0', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f1fff6b-e93f-45fa-8051-28d4b398a1b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:44:38,146 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.042s 2021-10-27 01:44:38,146 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ece1979-e842-4d6f-be37-dc985ea8a31e', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ece1979-e842-4d6f-be37-dc985ea8a31e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:44:39,195 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.042s 2021-10-27 01:44:39,196 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa1c3697-df66-4561-9750-baf43944c76f', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa1c3697-df66-4561-9750-baf43944c76f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:44:40,244 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.039s 2021-10-27 01:44:40,244 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0226ac87-3dc1-4da7-8942-8828667f3bc9', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0226ac87-3dc1-4da7-8942-8828667f3bc9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:44:41,292 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:44:41,293 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f92f6214-fa0f-40a0-b2f5-9d7e5a67269f', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f92f6214-fa0f-40a0-b2f5-9d7e5a67269f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:44:42,343 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.042s 2021-10-27 01:44:42,343 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc77c0e6-1c76-4671-9174-b6243ea91acb', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc77c0e6-1c76-4671-9174-b6243ea91acb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:44:43,393 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:44:43,393 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f09124eb-16af-40be-9001-ae4a09ef150c', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f09124eb-16af-40be-9001-ae4a09ef150c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:44:44,441 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:44:44,441 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ffd10c3a-994d-4b34-ac6c-1dbc4924202d', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ffd10c3a-994d-4b34-ac6c-1dbc4924202d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:44:45,489 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:44:45,490 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9577d1e7-675a-4e8a-b6da-c72056cc5a63', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9577d1e7-675a-4e8a-b6da-c72056cc5a63', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:44:46,540 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.043s 2021-10-27 01:44:46,541 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e2a23585-4cff-4943-bb5c-60b210f82634', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e2a23585-4cff-4943-bb5c-60b210f82634', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:44:47,591 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.042s 2021-10-27 01:44:47,591 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b776544-93f6-47ba-b175-2328f59665c2', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b776544-93f6-47ba-b175-2328f59665c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:44:48,640 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:44:48,640 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e3b5f2e-6279-4d51-96d8-2dd239ed71e5', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e3b5f2e-6279-4d51-96d8-2dd239ed71e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:44:49,689 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:44:49,689 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d531b370-3556-44dd-bd68-5d14a2a38a59', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d531b370-3556-44dd-bd68-5d14a2a38a59', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:44:50,737 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:44:50,738 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-97411980-b2e2-4531-81c1-298f403c0075', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-97411980-b2e2-4531-81c1-298f403c0075', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:44:51,786 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:44:51,787 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-472884f0-d38f-45e0-8099-df10bff1f4c8', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-472884f0-d38f-45e0-8099-df10bff1f4c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:44:52,835 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:44:52,835 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a7eb2ff-2bb0-407d-b657-ad3176d86ea1', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a7eb2ff-2bb0-407d-b657-ad3176d86ea1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:44:53,884 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:44:53,885 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cdfa9527-ea60-43f5-81c3-5a80a57ef680', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cdfa9527-ea60-43f5-81c3-5a80a57ef680', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:44:54,935 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.042s 2021-10-27 01:44:54,935 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a256d089-2626-4627-ad1a-ad27c5a250cf', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a256d089-2626-4627-ad1a-ad27c5a250cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:44:55,985 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:44:55,986 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c463354d-7da4-4e1e-afe1-3dbcff28b3c8', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c463354d-7da4-4e1e-afe1-3dbcff28b3c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:44:57,034 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:44:57,034 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1772ba67-df8a-46f0-93fe-fed8f425bae5', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1772ba67-df8a-46f0-93fe-fed8f425bae5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:44:58,093 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.050s 2021-10-27 01:44:58,094 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-335ec4d1-885d-4c76-9acc-8f3a3de82586', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-335ec4d1-885d-4c76-9acc-8f3a3de82586', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:44:59,143 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:44:59,143 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:44:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f2584f33-f17a-41ab-9989-15d59fa7ad65', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f2584f33-f17a-41ab-9989-15d59fa7ad65', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:45:00,191 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.039s 2021-10-27 01:45:00,192 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-44ec69e1-89ba-404a-9eac-1838207d1d46', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-44ec69e1-89ba-404a-9eac-1838207d1d46', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:45:01,242 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:45:01,242 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b606f628-e85a-48dd-8d81-d5b584fb636e', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b606f628-e85a-48dd-8d81-d5b584fb636e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:45:02,291 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:45:02,291 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf5895a9-7f27-48c7-963f-1937c0cbac5e', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf5895a9-7f27-48c7-963f-1937c0cbac5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:45:03,342 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.042s 2021-10-27 01:45:03,342 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-542012fb-9293-4ba6-8f19-212d772368d8', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-542012fb-9293-4ba6-8f19-212d772368d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:45:04,391 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.042s 2021-10-27 01:45:04,392 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17812134-8ebf-4d5c-a700-c6c017966d02', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17812134-8ebf-4d5c-a700-c6c017966d02', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:45:05,441 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:45:05,441 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-93742442-e5e1-4579-8924-c6e4dbd12782', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-93742442-e5e1-4579-8924-c6e4dbd12782', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:45:06,492 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.043s 2021-10-27 01:45:06,493 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68d5fb47-a7e8-4aa1-b798-14627bb5db05', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68d5fb47-a7e8-4aa1-b798-14627bb5db05', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:45:07,540 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.039s 2021-10-27 01:45:07,540 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1292c669-52ef-477c-820c-fb3e4ae9b11a', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1292c669-52ef-477c-820c-fb3e4ae9b11a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:45:08,590 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:45:08,591 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5b0127e-7d75-4953-9bf5-826e779b289c', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a5b0127e-7d75-4953-9bf5-826e779b289c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:45:09,640 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:45:09,640 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d762d5a4-c403-49c1-914a-2485a7978eb0', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d762d5a4-c403-49c1-914a-2485a7978eb0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:45:10,692 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.044s 2021-10-27 01:45:10,692 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-86cc8aa4-cb2c-4631-bec1-d05190c6399d', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86cc8aa4-cb2c-4631-bec1-d05190c6399d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:45:11,741 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:45:11,742 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-faf8d49c-b417-4eea-bee7-e3cbf040cae9', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-faf8d49c-b417-4eea-bee7-e3cbf040cae9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:45:12,790 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:45:12,791 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-885b7c1b-52f2-4d50-826c-d652e618790e', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-885b7c1b-52f2-4d50-826c-d652e618790e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:45:13,839 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:45:13,839 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a257c4f-3e48-4fa3-b5f6-877c9ebbe104', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a257c4f-3e48-4fa3-b5f6-877c9ebbe104', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:45:14,888 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:45:14,889 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91588b1a-2456-41c7-955a-c923d0520543', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91588b1a-2456-41c7-955a-c923d0520543', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:45:15,937 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:45:15,937 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9de284d5-17fc-4b05-8eb3-7f4813d51f36', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9de284d5-17fc-4b05-8eb3-7f4813d51f36', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:45:16,987 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:45:16,987 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36e20ee8-bb99-4af4-8967-4390f852b5fd', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36e20ee8-bb99-4af4-8967-4390f852b5fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:45:18,036 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:45:18,036 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9513ee07-c020-4329-8ed3-255b2712dcd6', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9513ee07-c020-4329-8ed3-255b2712dcd6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:45:19,085 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:45:19,086 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce7a797b-8f11-4962-b39a-cdc872441efe', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce7a797b-8f11-4962-b39a-cdc872441efe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:45:20,140 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.047s 2021-10-27 01:45:20,141 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-70f5843e-2584-4df2-8914-60768a3113d7', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-70f5843e-2584-4df2-8914-60768a3113d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:45:21,190 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:45:21,190 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed7c1fd6-9486-4d69-9d88-52855df40df0', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed7c1fd6-9486-4d69-9d88-52855df40df0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:45:22,240 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:45:22,240 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15d6d71b-02b4-4052-be03-9e20b3affc44', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15d6d71b-02b4-4052-be03-9e20b3affc44', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:45:23,289 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:45:23,290 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e70dae3-4214-4217-80bf-34fb347c2956', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e70dae3-4214-4217-80bf-34fb347c2956', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:45:24,338 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:45:24,339 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8259618d-8b6d-489b-8df9-975acd970df9', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8259618d-8b6d-489b-8df9-975acd970df9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:45:25,388 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:45:25,388 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9949a178-7ebf-4d7f-a4a1-f7098cb9648b', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9949a178-7ebf-4d7f-a4a1-f7098cb9648b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:45:26,437 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:45:26,437 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc1e8903-bce6-404c-b72a-59ae3ad1d893', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc1e8903-bce6-404c-b72a-59ae3ad1d893', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:45:27,487 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.042s 2021-10-27 01:45:27,488 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e44c4dd-c736-42f3-87fb-13368ab0b235', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e44c4dd-c736-42f3-87fb-13368ab0b235', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:45:28,536 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:45:28,536 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15117a22-82dc-4781-9bf3-18430d9774af', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15117a22-82dc-4781-9bf3-18430d9774af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:45:29,585 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:45:29,586 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68e58e47-a29b-4646-81ed-2f07ea76f17d', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68e58e47-a29b-4646-81ed-2f07ea76f17d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:45:30,635 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:45:30,635 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a6ada1cb-4032-47e6-acb7-d3081a670fe9', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a6ada1cb-4032-47e6-acb7-d3081a670fe9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:45:31,684 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:45:31,685 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac0aba1d-618e-4792-98f4-70baf9c3d7fb', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac0aba1d-618e-4792-98f4-70baf9c3d7fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:45:32,735 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.042s 2021-10-27 01:45:32,736 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc29b1d5-a67c-4ee9-9a43-6b3d2028599a', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc29b1d5-a67c-4ee9-9a43-6b3d2028599a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:45:33,787 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.042s 2021-10-27 01:45:33,787 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53cc3226-7789-464a-b547-642f292bfd4b', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53cc3226-7789-464a-b547-642f292bfd4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:45:34,838 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.042s 2021-10-27 01:45:34,838 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33906d77-0ffd-4b37-8e95-cc8f5e996303', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33906d77-0ffd-4b37-8e95-cc8f5e996303', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:45:35,888 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.042s 2021-10-27 01:45:35,888 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d59bbb8-2604-4317-a1ba-4dc4a83d9f2e', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d59bbb8-2604-4317-a1ba-4dc4a83d9f2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:45:36,936 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:45:36,937 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b36b5b5-8efd-4e67-8fc5-1f69a0bab044', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b36b5b5-8efd-4e67-8fc5-1f69a0bab044', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:45:37,985 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:45:37,986 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4bad6cde-925a-4ba4-9011-c3fa6cf02fdc', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4bad6cde-925a-4ba4-9011-c3fa6cf02fdc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:45:39,033 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:45:39,034 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-22d9996e-feb7-4375-b224-1bcfafc9080c', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-22d9996e-feb7-4375-b224-1bcfafc9080c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:45:40,084 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.042s 2021-10-27 01:45:40,085 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9601c81f-8c43-4dc7-a713-6ddeca0bdc40', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9601c81f-8c43-4dc7-a713-6ddeca0bdc40', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:45:41,135 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:45:41,135 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f4d9e512-69de-40dd-887d-9db2d0631921', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f4d9e512-69de-40dd-887d-9db2d0631921', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:45:42,183 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:45:42,183 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ade65479-38b8-4c83-9483-7d8f277c0a5f', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ade65479-38b8-4c83-9483-7d8f277c0a5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:45:43,233 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:45:43,233 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b29e8e15-a21c-4b8d-a90c-a831fde58bf8', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b29e8e15-a21c-4b8d-a90c-a831fde58bf8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:45:44,282 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:45:44,282 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82f1c3d8-9047-410c-81d3-828dc5c24d29', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82f1c3d8-9047-410c-81d3-828dc5c24d29', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:45:45,331 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:45:45,331 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-593610a5-6c10-40fa-a7d1-a060a50eb336', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-593610a5-6c10-40fa-a7d1-a060a50eb336', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:45:46,380 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:45:46,380 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-de73bac5-0c52-413b-aece-011e2706e0d5', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de73bac5-0c52-413b-aece-011e2706e0d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:45:47,433 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.044s 2021-10-27 01:45:47,433 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d572564-6e7f-475b-9215-34972102d1d5', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d572564-6e7f-475b-9215-34972102d1d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:45:48,482 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:45:48,483 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6f2ec17-912b-4bc1-b39d-b071ca007b0d', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6f2ec17-912b-4bc1-b39d-b071ca007b0d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:45:49,533 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.042s 2021-10-27 01:45:49,533 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b19b7c95-d8b5-4f66-ba72-f81e3152755a', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b19b7c95-d8b5-4f66-ba72-f81e3152755a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:45:50,583 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:45:50,583 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e4d1c4a-175a-4d60-ba7d-89dc92c764fb', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e4d1c4a-175a-4d60-ba7d-89dc92c764fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:45:51,632 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:45:51,632 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0732cad-aa3b-48b6-96e8-88c71c46178c', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0732cad-aa3b-48b6-96e8-88c71c46178c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:45:52,682 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:45:52,682 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6a6b636-4710-47da-b87b-787a2af25c81', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6a6b636-4710-47da-b87b-787a2af25c81', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:45:53,730 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:45:53,731 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a564c73-8d2b-4a74-8af0-a0cefd85ea6d', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a564c73-8d2b-4a74-8af0-a0cefd85ea6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:45:54,788 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.049s 2021-10-27 01:45:54,788 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a107144a-c7ad-4566-869a-28268ba92c02', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a107144a-c7ad-4566-869a-28268ba92c02', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:45:55,838 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:45:55,838 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e10306f-a784-4486-a6f7-449941b94f61', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e10306f-a784-4486-a6f7-449941b94f61', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:45:56,889 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.043s 2021-10-27 01:45:56,890 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ffececd-2246-4057-bb1f-0395c443558e', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ffececd-2246-4057-bb1f-0395c443558e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:45:57,938 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:45:57,938 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-71bfaac3-c112-4662-b592-26fc7e025c12', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-71bfaac3-c112-4662-b592-26fc7e025c12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:45:58,989 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.043s 2021-10-27 01:45:58,989 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-582dde53-c4b8-48e0-84f8-c252d42e06d7', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-582dde53-c4b8-48e0-84f8-c252d42e06d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:46:00,038 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:46:00,039 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:45:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ca54155-1bde-48ac-bb79-012b66e62861', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ca54155-1bde-48ac-bb79-012b66e62861', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:46:01,089 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.042s 2021-10-27 01:46:01,089 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-676ec673-2257-4f16-8c5b-10718857c54c', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-676ec673-2257-4f16-8c5b-10718857c54c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:46:02,138 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:46:02,139 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3468508-ff38-48f0-bde5-53c39f631882', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3468508-ff38-48f0-bde5-53c39f631882', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:46:03,187 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:46:03,187 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69686f5b-9760-49f4-a467-6c6f2491ce6c', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69686f5b-9760-49f4-a467-6c6f2491ce6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:46:04,236 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:46:04,236 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ef30c4da-e9cd-40dc-a009-d01cd4c2bc69', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ef30c4da-e9cd-40dc-a009-d01cd4c2bc69', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:46:05,286 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:46:05,286 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40fabfb2-c8cb-43bb-87ba-3c2b6343a7cf', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40fabfb2-c8cb-43bb-87ba-3c2b6343a7cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:46:06,336 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.042s 2021-10-27 01:46:06,336 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27877817-e5e1-4a2c-867c-f736020157b0', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27877817-e5e1-4a2c-867c-f736020157b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:46:07,385 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:46:07,385 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e1ff8ecf-fb43-4864-82f0-70047298e5ab', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e1ff8ecf-fb43-4864-82f0-70047298e5ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:46:08,436 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.044s 2021-10-27 01:46:08,437 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-955e0c0c-3cc3-4a12-b32d-8c9306407e0a', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-955e0c0c-3cc3-4a12-b32d-8c9306407e0a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:46:09,486 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:46:09,486 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d6b2973-eaf4-4852-89b0-0d1752276c46', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d6b2973-eaf4-4852-89b0-0d1752276c46', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:46:10,533 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:46:10,534 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1fe9326d-18ea-4ef4-a663-3d00d55363ba', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1fe9326d-18ea-4ef4-a663-3d00d55363ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:46:11,582 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:46:11,583 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f4a343e-879b-4e3d-b37c-947b8d7b7ff3', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f4a343e-879b-4e3d-b37c-947b8d7b7ff3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:46:12,632 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:46:12,633 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7900d178-62a4-4cdf-8f34-f77ad12df9e1', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7900d178-62a4-4cdf-8f34-f77ad12df9e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:46:13,682 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:46:13,682 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d884c51-c97c-4f29-bc0f-e0fac5a71a70', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d884c51-c97c-4f29-bc0f-e0fac5a71a70', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:46:14,734 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.044s 2021-10-27 01:46:14,734 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-26d4af27-961d-4748-a04d-25f0a2ae37dd', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-26d4af27-961d-4748-a04d-25f0a2ae37dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:46:15,783 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:46:15,783 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b00dc763-70c4-479f-927a-be12847e984b', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b00dc763-70c4-479f-927a-be12847e984b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:46:16,831 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:46:16,832 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-16245287-55b5-4d72-855d-770280f4334f', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-16245287-55b5-4d72-855d-770280f4334f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:46:17,881 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:46:17,882 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d06b761-a354-4e36-8bc0-c5c5d3044ed6', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d06b761-a354-4e36-8bc0-c5c5d3044ed6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:46:18,930 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:46:18,931 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-294f58c3-1f11-4bd4-a6e3-9a1bcfe13c6b', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-294f58c3-1f11-4bd4-a6e3-9a1bcfe13c6b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:46:19,980 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:46:19,980 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d33a75a-eca5-455e-9740-900cff8986b3', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d33a75a-eca5-455e-9740-900cff8986b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:46:21,029 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:46:21,029 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2e95f37-dc16-4880-b664-33c79fb55703', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2e95f37-dc16-4880-b664-33c79fb55703', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:46:22,078 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:46:22,078 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-045997f9-9764-4739-ad2d-3c9e694b5210', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-045997f9-9764-4739-ad2d-3c9e694b5210', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:46:23,128 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:46:23,128 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65a52384-95c3-44a4-92c6-f6f96869b747', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65a52384-95c3-44a4-92c6-f6f96869b747', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:46:24,177 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:46:24,177 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9a4d9a4-11ff-4554-b9e1-3dcf09aeead3', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9a4d9a4-11ff-4554-b9e1-3dcf09aeead3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:46:25,226 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:46:25,227 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be0beaa6-6da4-4c5a-813c-fd5cc64d2bf1', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be0beaa6-6da4-4c5a-813c-fd5cc64d2bf1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:46:26,275 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:46:26,276 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b8d303f9-b76c-4548-a309-ac6dd4ebbccd', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b8d303f9-b76c-4548-a309-ac6dd4ebbccd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:46:27,324 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:46:27,325 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b2fea0c-3997-42bd-b66b-15d61c0811f7', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b2fea0c-3997-42bd-b66b-15d61c0811f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:46:28,374 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:46:28,374 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a007c829-6cf9-41a1-87fe-db6dd2b63aff', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a007c829-6cf9-41a1-87fe-db6dd2b63aff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:46:29,422 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:46:29,422 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e922c605-fc58-4135-a4b3-ee56271b2643', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e922c605-fc58-4135-a4b3-ee56271b2643', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:46:30,471 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:46:30,471 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8dcefca-0939-408d-8052-515a73446f95', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8dcefca-0939-408d-8052-515a73446f95', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:46:31,519 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:46:31,520 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea6e5399-c9e4-4997-bc36-4cc5327ffec1', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea6e5399-c9e4-4997-bc36-4cc5327ffec1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:46:32,568 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:46:32,568 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82083b57-6077-4c29-b9e4-697f1b795fe7', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82083b57-6077-4c29-b9e4-697f1b795fe7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:46:33,617 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.039s 2021-10-27 01:46:33,617 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5562cd28-8a76-4447-b52b-7dfb6df58756', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5562cd28-8a76-4447-b52b-7dfb6df58756', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:46:34,665 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.039s 2021-10-27 01:46:34,665 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23615d14-1ab4-4917-aef1-c6220854154c', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23615d14-1ab4-4917-aef1-c6220854154c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:46:35,714 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:46:35,714 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99e7eb18-3431-44b5-a779-f643e326a59b', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99e7eb18-3431-44b5-a779-f643e326a59b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:46:36,762 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:46:36,763 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7df6503c-fa93-4680-b0db-67d0c01a3a60', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7df6503c-fa93-4680-b0db-67d0c01a3a60', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:46:37,812 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:46:37,812 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa805167-ba12-4c04-9a34-4e10e6828419', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa805167-ba12-4c04-9a34-4e10e6828419', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:46:38,861 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:46:38,861 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c8f0d680-b726-4149-a0d2-52efa85d71f6', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8f0d680-b726-4149-a0d2-52efa85d71f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:46:39,910 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:46:39,911 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7dbc1eee-8655-40f6-a68d-69fdf177aff1', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7dbc1eee-8655-40f6-a68d-69fdf177aff1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:46:40,960 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:46:40,960 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ba29a57-50ac-4605-872e-ae474f19ecdc', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ba29a57-50ac-4605-872e-ae474f19ecdc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:46:42,009 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:46:42,010 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c840dd2d-be9e-4b95-96da-dacc0fd8331b', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c840dd2d-be9e-4b95-96da-dacc0fd8331b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:46:43,059 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.042s 2021-10-27 01:46:43,060 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf62c27e-57b8-4b14-b02d-004ec44b1c7c', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf62c27e-57b8-4b14-b02d-004ec44b1c7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:46:44,109 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:46:44,109 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e49a1a54-65f3-43c7-b03f-49f042b07d7f', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e49a1a54-65f3-43c7-b03f-49f042b07d7f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:46:45,158 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:46:45,158 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b1cf43dd-1286-4965-b416-7eefaa7b7dba', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b1cf43dd-1286-4965-b416-7eefaa7b7dba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:46:46,208 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:46:46,208 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb4748f0-fbc7-4e0e-b065-94b083ba77e0', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb4748f0-fbc7-4e0e-b065-94b083ba77e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:46:47,256 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.039s 2021-10-27 01:46:47,256 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df99d28c-a3c1-419d-852b-30ec13a9bf0c', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df99d28c-a3c1-419d-852b-30ec13a9bf0c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:46:48,306 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.042s 2021-10-27 01:46:48,307 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-454ad751-9c86-4751-b1ac-63daec1b6b4e', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-454ad751-9c86-4751-b1ac-63daec1b6b4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:46:49,355 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:46:49,356 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0590120b-89e1-4e2d-acff-859baf7b8c47', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0590120b-89e1-4e2d-acff-859baf7b8c47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:46:50,405 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:46:50,405 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-35a34f89-5da2-477d-b721-682b94a5e4db', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-35a34f89-5da2-477d-b721-682b94a5e4db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:46:51,454 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:46:51,454 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0116d8d1-5eb7-4483-b1cb-fc771a9c8350', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0116d8d1-5eb7-4483-b1cb-fc771a9c8350', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:46:52,504 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.042s 2021-10-27 01:46:52,505 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a8b8f22-c65a-4c80-bf53-9ca6ecb0205b', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a8b8f22-c65a-4c80-bf53-9ca6ecb0205b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:46:53,551 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.039s 2021-10-27 01:46:53,552 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28e2d5a3-3d19-48ef-a969-d724644aae99', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28e2d5a3-3d19-48ef-a969-d724644aae99', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:46:54,600 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:46:54,600 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1db56261-3908-4adf-a9f4-5d8b73e2f73d', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1db56261-3908-4adf-a9f4-5d8b73e2f73d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:46:55,649 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:46:55,649 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34b33ba5-5cd0-4f68-9a96-fa4d0edb4a11', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34b33ba5-5cd0-4f68-9a96-fa4d0edb4a11', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:46:56,699 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:46:56,699 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf206a3d-696e-4e6c-92d6-149762409faa', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf206a3d-696e-4e6c-92d6-149762409faa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:46:57,747 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:46:57,747 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-802a42be-0c8d-4957-81b9-acfe798a32c3', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-802a42be-0c8d-4957-81b9-acfe798a32c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:46:58,796 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:46:58,796 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-22c5f4e2-97d4-468d-a88c-7525868d3b18', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-22c5f4e2-97d4-468d-a88c-7525868d3b18', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:46:59,844 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:46:59,845 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:46:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-585d5dac-d753-430e-b3a9-1355838eb9ef', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-585d5dac-d753-430e-b3a9-1355838eb9ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:47:00,896 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.044s 2021-10-27 01:47:00,896 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b00e3c09-ee6c-472e-b3be-31e759b1854e', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b00e3c09-ee6c-472e-b3be-31e759b1854e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:47:01,945 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:47:01,945 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d7a00e7f-ad1f-4c76-a441-d8614ecb73ff', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d7a00e7f-ad1f-4c76-a441-d8614ecb73ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:47:02,994 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:47:02,994 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e672c6e2-524b-4e76-bff1-892f38803c56', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e672c6e2-524b-4e76-bff1-892f38803c56', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:47:04,043 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:47:04,044 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8ffd685-ae35-4a7a-a92d-1bd62aba3710', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8ffd685-ae35-4a7a-a92d-1bd62aba3710', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:47:05,093 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:47:05,093 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58257190-98e7-456f-8246-87d16eafaa4f', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58257190-98e7-456f-8246-87d16eafaa4f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:47:06,143 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:47:06,143 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95343286-6ced-43de-a9a9-ccacc0843d73', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95343286-6ced-43de-a9a9-ccacc0843d73', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:47:07,191 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:47:07,191 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f11dc03e-50a4-4009-a277-2fb87f46a704', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f11dc03e-50a4-4009-a277-2fb87f46a704', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:47:08,240 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:47:08,240 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab1bb6cd-27a1-4a3e-9715-781b21a789e1', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab1bb6cd-27a1-4a3e-9715-781b21a789e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:47:09,288 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:47:09,289 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56935e85-c33e-4056-9893-85f32e054061', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56935e85-c33e-4056-9893-85f32e054061', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:47:10,338 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:47:10,338 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-879c0d70-431b-4cd3-b176-dd334842bf87', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-879c0d70-431b-4cd3-b176-dd334842bf87', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:47:11,387 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:47:11,387 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11058be9-8e50-429a-b845-b048a7676bdb', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11058be9-8e50-429a-b845-b048a7676bdb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:47:12,436 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:47:12,436 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f61601d-b025-49ea-9e91-3f1d8be82745', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f61601d-b025-49ea-9e91-3f1d8be82745', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:47:13,484 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:47:13,485 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e58840a6-1394-4df0-8b3c-7141f18e8e2a', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e58840a6-1394-4df0-8b3c-7141f18e8e2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:47:14,534 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:47:14,534 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29130fab-0b6d-47d7-9906-6aa8dc945c9c', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29130fab-0b6d-47d7-9906-6aa8dc945c9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:47:15,582 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:47:15,582 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be9bf3c5-9e21-452c-8260-e035637f37fd', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be9bf3c5-9e21-452c-8260-e035637f37fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:47:16,631 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:47:16,631 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5fc74f06-6554-4ebd-9ae1-17ec8a604b8f', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5fc74f06-6554-4ebd-9ae1-17ec8a604b8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:47:17,681 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:47:17,681 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56d20a4c-3261-4019-9804-0ffccd64c47d', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56d20a4c-3261-4019-9804-0ffccd64c47d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:47:18,729 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:47:18,730 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1defba27-27ef-44f8-9053-de12cecd3551', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1defba27-27ef-44f8-9053-de12cecd3551', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:47:19,778 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:47:19,778 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-484b6983-d363-4534-abd9-99f0ce5b448e', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-484b6983-d363-4534-abd9-99f0ce5b448e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:47:20,827 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:47:20,827 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4571edd-ac17-48c0-846b-b1d2e35aa782', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4571edd-ac17-48c0-846b-b1d2e35aa782', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:47:21,876 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:47:21,876 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb37b42f-1620-452e-9163-0d5219c2a01c', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb37b42f-1620-452e-9163-0d5219c2a01c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:47:22,923 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:47:22,924 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-268d8c50-db4e-45ff-a266-34434197c7c8', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-268d8c50-db4e-45ff-a266-34434197c7c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:47:23,972 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:47:23,972 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-450e90ec-61c8-4a98-83bd-e954ac241835', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-450e90ec-61c8-4a98-83bd-e954ac241835', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:47:25,019 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.039s 2021-10-27 01:47:25,019 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-93c190f5-2fae-4d81-87ac-0f8a17e43c7c', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-93c190f5-2fae-4d81-87ac-0f8a17e43c7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:47:26,068 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:47:26,068 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f44a0098-c7a0-419e-bc6e-418d87d4a5ad', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f44a0098-c7a0-419e-bc6e-418d87d4a5ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:47:27,118 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:47:27,118 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c42b9f7-de1f-4583-8a56-5c768df8029c', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c42b9f7-de1f-4583-8a56-5c768df8029c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:47:28,168 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:47:28,169 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65b47e87-7388-4977-acd6-e207dc36fdeb', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65b47e87-7388-4977-acd6-e207dc36fdeb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:47:29,223 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.046s 2021-10-27 01:47:29,223 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5530a71c-e2ed-497b-ad26-ea1da0f4a5d3', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5530a71c-e2ed-497b-ad26-ea1da0f4a5d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:47:30,272 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:47:30,273 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8416f347-4f7c-4579-924b-12567fe56461', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8416f347-4f7c-4579-924b-12567fe56461', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:47:31,320 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:47:31,321 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dcf576da-22bb-4bd1-a22f-622949c2c55d', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dcf576da-22bb-4bd1-a22f-622949c2c55d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:47:32,370 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:47:32,370 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-655238f0-69b9-46d5-b06e-ad290ca03a26', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-655238f0-69b9-46d5-b06e-ad290ca03a26', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:47:33,419 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:47:33,419 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f9e5219-7948-4c7a-aa43-2672958a1f45', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f9e5219-7948-4c7a-aa43-2672958a1f45', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:47:34,469 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:47:34,469 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6321253e-5029-4401-b627-9110e8484a98', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6321253e-5029-4401-b627-9110e8484a98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:47:35,521 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.043s 2021-10-27 01:47:35,521 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab01397e-01d3-497b-af54-7bca3cb8ee0c', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab01397e-01d3-497b-af54-7bca3cb8ee0c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:47:36,570 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:47:36,571 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af69b62b-9726-4a6b-bd44-afd04078c868', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af69b62b-9726-4a6b-bd44-afd04078c868', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:47:37,621 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.042s 2021-10-27 01:47:37,621 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a6996cb0-a10b-4e6e-85f3-1d13026014b3', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a6996cb0-a10b-4e6e-85f3-1d13026014b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:47:38,669 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:47:38,669 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75ba8c1b-8126-4376-8c42-4167e249e89f', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75ba8c1b-8126-4376-8c42-4167e249e89f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:47:39,718 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:47:39,718 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-225e4d09-eb75-4cc4-b212-12f9cced794c', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-225e4d09-eb75-4cc4-b212-12f9cced794c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:47:40,765 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:47:40,766 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-10dd3853-5e31-4d4e-abcb-2264f9d2efb7', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10dd3853-5e31-4d4e-abcb-2264f9d2efb7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:47:41,815 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.042s 2021-10-27 01:47:41,816 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8233ebc7-fb8a-48b9-97ef-ca8161015d82', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8233ebc7-fb8a-48b9-97ef-ca8161015d82', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:47:42,864 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:47:42,865 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23ef634d-a10d-49e1-88cf-4a39e4b327f9', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23ef634d-a10d-49e1-88cf-4a39e4b327f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:47:43,912 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.039s 2021-10-27 01:47:43,913 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-760e89ff-af8d-49a7-a3e1-b8ce59be2515', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-760e89ff-af8d-49a7-a3e1-b8ce59be2515', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:47:44,963 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:47:44,963 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d73a7b6-a9da-4562-87f1-f03847cd1c25', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d73a7b6-a9da-4562-87f1-f03847cd1c25', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:47:46,012 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:47:46,012 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-480587da-44b5-483c-9a57-5acfa58f8c60', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-480587da-44b5-483c-9a57-5acfa58f8c60', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:47:47,061 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:47:47,062 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6cdd2e3-cd71-4688-a07b-99dfd371c3cb', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6cdd2e3-cd71-4688-a07b-99dfd371c3cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:47:48,110 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:47:48,111 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2afa5e9c-cbd6-4956-b6b4-d66247e29f6a', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2afa5e9c-cbd6-4956-b6b4-d66247e29f6a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:47:49,160 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:47:49,160 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2bf67ac2-6efa-490a-becb-eafce1585d49', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2bf67ac2-6efa-490a-becb-eafce1585d49', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:47:50,210 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:47:50,210 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-84eee57d-0ec9-491a-9d6b-9cc807afe294', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-84eee57d-0ec9-491a-9d6b-9cc807afe294', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:47:51,258 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:47:51,258 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3eaecbcf-a7b4-4eac-8c5f-a0fbccb9b312', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3eaecbcf-a7b4-4eac-8c5f-a0fbccb9b312', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:47:52,306 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:47:52,307 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30a52cb0-7f3d-46fe-ba75-1cef6a347b85', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30a52cb0-7f3d-46fe-ba75-1cef6a347b85', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:47:53,355 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:47:53,355 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-50f056f0-386f-440e-a2cc-26a0ba5d0fe0', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-50f056f0-386f-440e-a2cc-26a0ba5d0fe0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:47:54,402 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:47:54,403 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-38f1c286-57bd-4ba3-a05f-e314777e3712', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38f1c286-57bd-4ba3-a05f-e314777e3712', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:47:55,452 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:47:55,452 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-742e27bc-6b06-4833-95c5-6ec39c03cef5', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-742e27bc-6b06-4833-95c5-6ec39c03cef5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:47:56,501 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:47:56,501 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-16d47bf3-b8a4-4f13-8d18-6a52ac0d5319', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-16d47bf3-b8a4-4f13-8d18-6a52ac0d5319', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:47:57,550 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:47:57,550 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b5a7a13-e6a1-45da-857f-750f785ea92f', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b5a7a13-e6a1-45da-857f-750f785ea92f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:47:58,598 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:47:58,599 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-20813437-416b-499e-a133-b32c07c091f2', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-20813437-416b-499e-a133-b32c07c091f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:47:59,647 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:47:59,648 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:47:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36820e02-69e7-4eb4-aa6e-f1925f7bc77d', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36820e02-69e7-4eb4-aa6e-f1925f7bc77d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:48:00,697 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:48:00,697 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1bbfecee-bdf3-4757-afd2-3855e82c5f68', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1bbfecee-bdf3-4757-afd2-3855e82c5f68', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:48:01,745 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:48:01,745 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-512d8d19-71a9-4714-9b26-78a824375025', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-512d8d19-71a9-4714-9b26-78a824375025', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:48:02,792 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.039s 2021-10-27 01:48:02,793 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2616f2bd-adf1-4a89-9cdf-cbc591f0b8ae', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2616f2bd-adf1-4a89-9cdf-cbc591f0b8ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:48:03,841 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:48:03,841 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1346d0c4-a4be-4882-a8b2-3fcc1573cf26', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1346d0c4-a4be-4882-a8b2-3fcc1573cf26', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:48:04,888 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:48:04,889 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d667840-5349-4200-8cf5-f3c983d57b80', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d667840-5349-4200-8cf5-f3c983d57b80', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:48:05,938 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:48:05,938 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f7618f0-e57d-4160-b44d-1e81ea7ba8af', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f7618f0-e57d-4160-b44d-1e81ea7ba8af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:48:06,986 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:48:06,986 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74513677-6e67-47b3-a023-fcbee3990432', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74513677-6e67-47b3-a023-fcbee3990432', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:48:08,041 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:48:08,042 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a0427ca-8c5f-404d-91a5-63f4f41f5b51', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a0427ca-8c5f-404d-91a5-63f4f41f5b51', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:48:09,091 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:48:09,091 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41fc648f-95b7-4414-8bcd-69084580b5d0', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41fc648f-95b7-4414-8bcd-69084580b5d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:48:10,140 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:48:10,141 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f4b6cc1a-72c0-4f49-a684-ee86bdd9c2af', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f4b6cc1a-72c0-4f49-a684-ee86bdd9c2af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:48:11,188 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:48:11,189 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7694ad05-4448-465a-ba7d-5b6929cf777c', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7694ad05-4448-465a-ba7d-5b6929cf777c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:48:12,236 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:48:12,237 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-85d96f06-6c40-4f98-b915-9d4ab5f987ef', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-85d96f06-6c40-4f98-b915-9d4ab5f987ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:48:13,284 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.039s 2021-10-27 01:48:13,284 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0cf0eaab-55ea-4a2e-abf5-bbb1917263fc', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0cf0eaab-55ea-4a2e-abf5-bbb1917263fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:48:14,333 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:48:14,333 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-393fd42a-01a6-4a55-991b-b2679b999918', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-393fd42a-01a6-4a55-991b-b2679b999918', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:48:15,382 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:48:15,382 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e2d302f-8e2f-4293-a1d4-5aa5da16ae81', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e2d302f-8e2f-4293-a1d4-5aa5da16ae81', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:48:16,431 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:48:16,431 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40c017a6-dc18-456e-910a-57556fc5f657', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40c017a6-dc18-456e-910a-57556fc5f657', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:48:17,479 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.039s 2021-10-27 01:48:17,479 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ca37af7-329b-42e1-9614-9e88a11b3456', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ca37af7-329b-42e1-9614-9e88a11b3456', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:48:18,528 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:48:18,528 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9af535bf-f85b-4751-bc4a-ff8fafa2546d', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9af535bf-f85b-4751-bc4a-ff8fafa2546d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:48:19,577 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:48:19,577 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e612982-2109-4be3-8426-9349d7716399', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e612982-2109-4be3-8426-9349d7716399', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:48:20,624 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.039s 2021-10-27 01:48:20,625 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f4d2970-fcf2-48d9-bfd0-6749a5b07ac0', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f4d2970-fcf2-48d9-bfd0-6749a5b07ac0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:48:21,673 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:48:21,674 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-814ba753-8227-4703-ae44-bbc71e1c0c82', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-814ba753-8227-4703-ae44-bbc71e1c0c82', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:48:22,722 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:48:22,723 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8473ce0-d9f0-4bc9-98c6-8e30f8d10028', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8473ce0-d9f0-4bc9-98c6-8e30f8d10028', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:48:23,771 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:48:23,772 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c92fae5-0069-4d3d-9a75-86d980f6d160', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c92fae5-0069-4d3d-9a75-86d980f6d160', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:48:24,820 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:48:24,821 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b1285c05-4d8e-4b88-9fc4-4d38e4e800d1', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b1285c05-4d8e-4b88-9fc4-4d38e4e800d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:48:25,868 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.039s 2021-10-27 01:48:25,869 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34bfeb3f-aed2-460d-a1b9-7f4118e2bef2', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34bfeb3f-aed2-460d-a1b9-7f4118e2bef2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:48:26,916 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:48:26,917 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb7c4269-5a2e-4a50-b570-f847c79bf8e4', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb7c4269-5a2e-4a50-b570-f847c79bf8e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:48:27,965 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:48:27,965 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-228f8d6c-86dd-4c2e-9e90-3057a92eca2a', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-228f8d6c-86dd-4c2e-9e90-3057a92eca2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:48:29,014 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:48:29,014 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-57791ded-b477-49b6-94c1-40ddda566595', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-57791ded-b477-49b6-94c1-40ddda566595', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:48:30,062 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:48:30,063 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9224c9cc-a648-4c58-8269-bc842ab63774', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9224c9cc-a648-4c58-8269-bc842ab63774', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:48:31,111 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.039s 2021-10-27 01:48:31,111 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0948a9fb-6ce1-4d45-b818-cab0d410664a', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0948a9fb-6ce1-4d45-b818-cab0d410664a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:48:32,160 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:48:32,160 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7042af2c-a54d-4217-a106-870699d2cfa5', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7042af2c-a54d-4217-a106-870699d2cfa5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:48:33,208 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.039s 2021-10-27 01:48:33,208 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05ff458b-964f-4e7a-891c-c3cfd2ff2202', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05ff458b-964f-4e7a-891c-c3cfd2ff2202', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:48:34,257 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:48:34,257 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a72c6c02-8901-431f-be65-91407f478722', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a72c6c02-8901-431f-be65-91407f478722', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:48:35,307 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:48:35,307 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74546f84-b3a4-4dec-b4c2-1fe59e2393d0', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74546f84-b3a4-4dec-b4c2-1fe59e2393d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:48:36,356 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:48:36,356 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-037acf9c-12df-4514-9173-4de777a72c4b', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-037acf9c-12df-4514-9173-4de777a72c4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:48:37,404 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:48:37,405 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7cc9908d-a35b-479b-9a86-f3f8e37f70a8', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7cc9908d-a35b-479b-9a86-f3f8e37f70a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:48:38,453 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:48:38,454 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c2321a8-aa59-431d-99e4-68bbea78d70d', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c2321a8-aa59-431d-99e4-68bbea78d70d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:48:39,502 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:48:39,503 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b2d39df9-f401-4f04-a2ba-239a17cde431', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2d39df9-f401-4f04-a2ba-239a17cde431', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:48:40,552 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:48:40,553 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6b81b2e-b735-4024-898b-9e6077d10711', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6b81b2e-b735-4024-898b-9e6077d10711', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:48:41,608 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.046s 2021-10-27 01:48:41,608 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-edaa2fd1-9ae4-4eb6-9968-e59c0c18aebc', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-edaa2fd1-9ae4-4eb6-9968-e59c0c18aebc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:48:42,656 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:48:42,657 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a26824f4-f710-4241-84f3-768c9c774c27', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a26824f4-f710-4241-84f3-768c9c774c27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:48:43,706 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:48:43,706 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69b227fb-9fdf-4faa-bc91-ec44b9a48752', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69b227fb-9fdf-4faa-bc91-ec44b9a48752', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:48:44,753 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.039s 2021-10-27 01:48:44,754 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd1c9071-c487-4a1b-8c27-8416f9debd6c', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd1c9071-c487-4a1b-8c27-8416f9debd6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:48:45,964 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.201s 2021-10-27 01:48:45,964 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04bbc53f-7014-4af3-a39e-d4c3e8a2dc93', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04bbc53f-7014-4af3-a39e-d4c3e8a2dc93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:48:47,013 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:48:47,013 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ffbefb69-286b-44d5-91a8-5bcf46e1cd9c', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ffbefb69-286b-44d5-91a8-5bcf46e1cd9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:48:48,062 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:48:48,062 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e9f8e90-3ca8-497c-a3bd-bcab1aa7e489', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e9f8e90-3ca8-497c-a3bd-bcab1aa7e489', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:48:49,111 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:48:49,112 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aae3f961-4d4d-454f-81e1-8cd13d864fbf', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aae3f961-4d4d-454f-81e1-8cd13d864fbf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:48:50,159 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.039s 2021-10-27 01:48:50,160 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f28a8bfa-ce77-461c-8727-5ab31d7960db', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f28a8bfa-ce77-461c-8727-5ab31d7960db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:48:51,209 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:48:51,209 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee82a009-971e-4e9a-a66f-3ca20e911347', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee82a009-971e-4e9a-a66f-3ca20e911347', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:48:52,258 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:48:52,259 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9dbcd7e6-f290-463e-a2c8-521fce4bc4b0', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9dbcd7e6-f290-463e-a2c8-521fce4bc4b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:48:53,310 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.043s 2021-10-27 01:48:53,310 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7693e47c-3e3d-4141-b591-06fc02d7eb49', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7693e47c-3e3d-4141-b591-06fc02d7eb49', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:48:54,357 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:48:54,358 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8485f5ad-dca4-4a30-8dc4-d39895dc493a', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8485f5ad-dca4-4a30-8dc4-d39895dc493a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:48:55,405 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:48:55,406 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6dec981-5138-4944-bfe9-a4f77c645ece', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6dec981-5138-4944-bfe9-a4f77c645ece', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:48:56,455 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:48:56,455 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-524a6468-b87d-49db-8de5-3df4e2b6784a', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-524a6468-b87d-49db-8de5-3df4e2b6784a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:48:57,505 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.042s 2021-10-27 01:48:57,505 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5149d2d-d09b-4cc7-af64-969db5866fcf', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a5149d2d-d09b-4cc7-af64-969db5866fcf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:48:58,552 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.039s 2021-10-27 01:48:58,553 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-72d8b6fb-6912-40e0-9d46-08dd9cc33db6', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-72d8b6fb-6912-40e0-9d46-08dd9cc33db6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:48:59,603 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.042s 2021-10-27 01:48:59,604 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:48:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-01c8d0db-1aa8-4b56-a155-6c0174bfdc0f', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01c8d0db-1aa8-4b56-a155-6c0174bfdc0f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:49:00,652 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:49:00,652 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d1b5e17-a386-4ca1-a8dd-78f608abb42e', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d1b5e17-a386-4ca1-a8dd-78f608abb42e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:49:01,707 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.047s 2021-10-27 01:49:01,707 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9df4bfff-1b80-4841-a47e-32457fd590c8', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9df4bfff-1b80-4841-a47e-32457fd590c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:49:02,760 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.044s 2021-10-27 01:49:02,761 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8f62ca4-e796-4f12-92e9-3036f6c01e5c', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8f62ca4-e796-4f12-92e9-3036f6c01e5c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:49:03,810 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:49:03,810 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-628c0229-3323-4428-bc0c-6af340501840', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-628c0229-3323-4428-bc0c-6af340501840', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:49:04,860 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.043s 2021-10-27 01:49:04,861 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-abdfee3e-ce4a-4cda-8b2b-7a46fda156d2', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-abdfee3e-ce4a-4cda-8b2b-7a46fda156d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:49:05,909 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:49:05,909 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eed1c54e-38ee-4fe2-9471-b9bcf2578fc3', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eed1c54e-38ee-4fe2-9471-b9bcf2578fc3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:49:06,960 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.042s 2021-10-27 01:49:06,960 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-789e5135-ace6-4a44-ba33-4fc2410ec621', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-789e5135-ace6-4a44-ba33-4fc2410ec621', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:49:08,012 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.043s 2021-10-27 01:49:08,012 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc42c24c-b31f-4ead-9c4e-35451db3461c', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc42c24c-b31f-4ead-9c4e-35451db3461c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:49:09,062 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.042s 2021-10-27 01:49:09,062 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-432787eb-a17c-4923-a9c4-70a6edc7ebc1', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-432787eb-a17c-4923-a9c4-70a6edc7ebc1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:49:10,110 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:49:10,110 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dec5324a-81cb-4a20-9f3a-34b26811dcc8', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dec5324a-81cb-4a20-9f3a-34b26811dcc8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:49:11,160 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:49:11,160 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-203d4aa5-7d8a-4ba6-a031-7bf0dfcdd244', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-203d4aa5-7d8a-4ba6-a031-7bf0dfcdd244', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:49:12,208 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:49:12,209 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1079ddda-ab30-4774-8266-a4813bb07795', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1079ddda-ab30-4774-8266-a4813bb07795', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:49:13,258 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:49:13,259 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a8b2131-7dc5-4537-a8f8-6c0ac15157c0', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a8b2131-7dc5-4537-a8f8-6c0ac15157c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:49:14,309 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.042s 2021-10-27 01:49:14,309 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-38427af1-0f7f-468c-ad25-9cd6539f57b1', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38427af1-0f7f-468c-ad25-9cd6539f57b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:49:15,358 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.041s 2021-10-27 01:49:15,358 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1434ee71-e6df-4e9c-86d3-f2d0523334e0', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1434ee71-e6df-4e9c-86d3-f2d0523334e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:49:16,407 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7 0.040s 2021-10-27 01:49:16,407 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5086820c-e9cd-457a-b471-71271e53e956', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5086820c-e9cd-457a-b471-71271e53e956', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7'} Body: b'{"volume": {"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-10-27T01:34:24.000000", "updated_at": "2021-10-27T01:37:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-515150171", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.25/volume/v3/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}, {"rel": "bookmark", "href": "http://10.222.0.25/volume/7b99601dd04044bd8118ad96177e4e1b/volumes/1c0a8663-8b79-4eb8-b837-6257794066a7"}], "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "attachment_id": "39b352eb-6600-4288-9ecf-d5e0cc33cb3f", "volume_id": "1c0a8663-8b79-4eb8-b837-6257794066a7", "server_id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-10-27T01:34:30.000000"}], "os-vol-tenant-attr:tenant_id": "7b99601dd04044bd8118ad96177e4e1b"}}' 2021-10-27 01:49:16,530 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.116s 2021-10-27 01:49:16,530 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:16 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-1f16c014-01b3-46f6-b952-7193e1653765', 'x-compute-request-id': 'req-1f16c014-01b3-46f6-b952-7193e1653765', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'' 2021-10-27 01:49:16,706 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.176s 2021-10-27 01:49:16,707 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-75c25a67-5f52-422c-b6fc-bfc51d9c3432', 'x-compute-request-id': 'req-75c25a67-5f52-422c-b6fc-bfc51d9c3432', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:49:17,902 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.186s 2021-10-27 01:49:17,903 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8a018a2f-fd02-463a-acad-c8f1322ded2a', 'x-compute-request-id': 'req-8a018a2f-fd02-463a-acad-c8f1322ded2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:49:19,107 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.195s 2021-10-27 01:49:19,107 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2e76f59b-e7e7-42e6-898c-0c6db51b0f41', 'x-compute-request-id': 'req-2e76f59b-e7e7-42e6-898c-0c6db51b0f41', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:49:20,319 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.203s 2021-10-27 01:49:20,319 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7228b3fb-ea52-4e5e-a00b-6e9c55daf0b0', 'x-compute-request-id': 'req-7228b3fb-ea52-4e5e-a00b-6e9c55daf0b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:49:21,531 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.202s 2021-10-27 01:49:21,531 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-263b1332-0287-4154-9b20-37c001af308c', 'x-compute-request-id': 'req-263b1332-0287-4154-9b20-37c001af308c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:49:22,740 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.200s 2021-10-27 01:49:22,741 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b90b6bf4-7e89-4194-9f26-5065ded9a055', 'x-compute-request-id': 'req-b90b6bf4-7e89-4194-9f26-5065ded9a055', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:49:23,952 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.203s 2021-10-27 01:49:23,953 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6fa614e5-2e05-49a6-8699-4c984472c94f', 'x-compute-request-id': 'req-6fa614e5-2e05-49a6-8699-4c984472c94f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:49:25,162 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.201s 2021-10-27 01:49:25,163 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8fb21db2-d739-46c1-a47f-2eb6645b07f9', 'x-compute-request-id': 'req-8fb21db2-d739-46c1-a47f-2eb6645b07f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:49:26,371 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.198s 2021-10-27 01:49:26,371 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9f952aaa-1b02-442c-ac4c-187228f32607', 'x-compute-request-id': 'req-9f952aaa-1b02-442c-ac4c-187228f32607', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:49:27,581 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.201s 2021-10-27 01:49:27,581 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f76b1f65-06dd-4491-8f72-0eb648cf4286', 'x-compute-request-id': 'req-f76b1f65-06dd-4491-8f72-0eb648cf4286', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:49:28,792 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.201s 2021-10-27 01:49:28,792 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a5dfa6cf-20c5-40bb-ae0d-c8fbe27c2b34', 'x-compute-request-id': 'req-a5dfa6cf-20c5-40bb-ae0d-c8fbe27c2b34', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:49:30,000 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.199s 2021-10-27 01:49:30,001 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6a996925-49cb-4690-bfe1-80bde6574a5f', 'x-compute-request-id': 'req-6a996925-49cb-4690-bfe1-80bde6574a5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:49:31,210 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.200s 2021-10-27 01:49:31,210 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3e6626fd-3931-4525-a238-2f62c11bf0cf', 'x-compute-request-id': 'req-3e6626fd-3931-4525-a238-2f62c11bf0cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:49:32,411 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.192s 2021-10-27 01:49:32,412 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cbb70878-10c1-45d2-99f8-721e1838649e', 'x-compute-request-id': 'req-cbb70878-10c1-45d2-99f8-721e1838649e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:49:33,614 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.194s 2021-10-27 01:49:33,615 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d7e1c564-e137-44a3-8edc-33a9d9296a20', 'x-compute-request-id': 'req-d7e1c564-e137-44a3-8edc-33a9d9296a20', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:49:34,834 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.211s 2021-10-27 01:49:34,835 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ad9ca1d5-2aa9-449d-b3ac-1543cd89190e', 'x-compute-request-id': 'req-ad9ca1d5-2aa9-449d-b3ac-1543cd89190e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:49:36,047 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.203s 2021-10-27 01:49:36,047 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f23e416f-330a-455d-8210-a84e91628229', 'x-compute-request-id': 'req-f23e416f-330a-455d-8210-a84e91628229', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:49:37,256 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.199s 2021-10-27 01:49:37,257 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5c89b232-6d67-4e50-8e53-4f458d5a3c2d', 'x-compute-request-id': 'req-5c89b232-6d67-4e50-8e53-4f458d5a3c2d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:49:38,466 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.201s 2021-10-27 01:49:38,467 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9f6c1888-7a0a-4d5d-99c2-2937acd4116c', 'x-compute-request-id': 'req-9f6c1888-7a0a-4d5d-99c2-2937acd4116c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:49:39,678 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.202s 2021-10-27 01:49:39,678 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7b68299e-84df-4d4b-a0a7-d60b73112bbc', 'x-compute-request-id': 'req-7b68299e-84df-4d4b-a0a7-d60b73112bbc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:49:40,891 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.204s 2021-10-27 01:49:40,892 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fd3ba450-52e1-4b57-b4ca-be8f1c325314', 'x-compute-request-id': 'req-fd3ba450-52e1-4b57-b4ca-be8f1c325314', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:49:42,103 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.202s 2021-10-27 01:49:42,104 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fe4f0b43-9922-4fb1-854f-e7d05069db55', 'x-compute-request-id': 'req-fe4f0b43-9922-4fb1-854f-e7d05069db55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:49:43,315 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.203s 2021-10-27 01:49:43,315 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b6d2ebd7-5346-4a24-acbc-89d99c0a1487', 'x-compute-request-id': 'req-b6d2ebd7-5346-4a24-acbc-89d99c0a1487', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:49:44,527 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.202s 2021-10-27 01:49:44,527 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c4145ce8-d20a-4c55-94c9-e234cb020efb', 'x-compute-request-id': 'req-c4145ce8-d20a-4c55-94c9-e234cb020efb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:49:45,977 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.442s 2021-10-27 01:49:45,978 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5758f9d3-fb89-4275-8952-3a6a85f3784e', 'x-compute-request-id': 'req-5758f9d3-fb89-4275-8952-3a6a85f3784e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:49:47,186 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.199s 2021-10-27 01:49:47,187 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-25508828-b350-4ca8-8abf-596533080552', 'x-compute-request-id': 'req-25508828-b350-4ca8-8abf-596533080552', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:49:48,395 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.199s 2021-10-27 01:49:48,395 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ae9cd3fc-d0ee-47d1-a195-3aef5d64024e', 'x-compute-request-id': 'req-ae9cd3fc-d0ee-47d1-a195-3aef5d64024e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:49:49,603 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.199s 2021-10-27 01:49:49,603 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d15ae80e-28fa-4ad2-9a17-b31f289a9cd1', 'x-compute-request-id': 'req-d15ae80e-28fa-4ad2-9a17-b31f289a9cd1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:49:50,815 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.203s 2021-10-27 01:49:50,816 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-16558a75-42d2-4a11-aa1b-15cd70e72ec0', 'x-compute-request-id': 'req-16558a75-42d2-4a11-aa1b-15cd70e72ec0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:49:52,027 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.202s 2021-10-27 01:49:52,028 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-10a747ea-7f9a-4941-858a-fae86a00ce61', 'x-compute-request-id': 'req-10a747ea-7f9a-4941-858a-fae86a00ce61', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:49:53,239 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.202s 2021-10-27 01:49:53,239 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3749b7af-7584-42ef-9829-01dc28c19bac', 'x-compute-request-id': 'req-3749b7af-7584-42ef-9829-01dc28c19bac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:49:54,451 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.202s 2021-10-27 01:49:54,451 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-20a1eb0e-8d20-4dc8-a580-a50cd1b3471b', 'x-compute-request-id': 'req-20a1eb0e-8d20-4dc8-a580-a50cd1b3471b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:49:55,676 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.214s 2021-10-27 01:49:55,676 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3628bdca-fd45-4ef8-bda8-28d221ac346a', 'x-compute-request-id': 'req-3628bdca-fd45-4ef8-bda8-28d221ac346a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:49:56,896 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.210s 2021-10-27 01:49:56,897 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dd864051-2d4b-4b0d-aec7-360cc62250b8', 'x-compute-request-id': 'req-dd864051-2d4b-4b0d-aec7-360cc62250b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:49:58,117 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.212s 2021-10-27 01:49:58,118 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-063b3cfa-083b-4cdc-9178-2aff21e106e0', 'x-compute-request-id': 'req-063b3cfa-083b-4cdc-9178-2aff21e106e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:49:59,321 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.196s 2021-10-27 01:49:59,322 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:49:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4410e605-849e-4e19-9f57-47b9f255da1d', 'x-compute-request-id': 'req-4410e605-849e-4e19-9f57-47b9f255da1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:50:00,528 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.197s 2021-10-27 01:50:00,528 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0a7ff967-6979-4d6a-9e8c-0011697ccc69', 'x-compute-request-id': 'req-0a7ff967-6979-4d6a-9e8c-0011697ccc69', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:50:01,751 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.214s 2021-10-27 01:50:01,752 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-752d52f8-4885-4f95-b7d2-d5f7966311da', 'x-compute-request-id': 'req-752d52f8-4885-4f95-b7d2-d5f7966311da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:50:03,108 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.347s 2021-10-27 01:50:03,108 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e4eddb62-673d-4a7b-93e2-d4d8541fb554', 'x-compute-request-id': 'req-e4eddb62-673d-4a7b-93e2-d4d8541fb554', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:50:04,299 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.182s 2021-10-27 01:50:04,299 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8e0a5a1b-b4c4-4342-b201-441fd7a05175', 'x-compute-request-id': 'req-8e0a5a1b-b4c4-4342-b201-441fd7a05175', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:50:05,486 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.177s 2021-10-27 01:50:05,486 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-714db770-8a44-4352-a58d-3bae7c69810b', 'x-compute-request-id': 'req-714db770-8a44-4352-a58d-3bae7c69810b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:50:06,668 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.173s 2021-10-27 01:50:06,669 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3808138b-a403-4afd-94be-e67c1faa4fdc', 'x-compute-request-id': 'req-3808138b-a403-4afd-94be-e67c1faa4fdc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:50:07,858 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.180s 2021-10-27 01:50:07,858 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-be14d7a4-06fb-4265-818e-6fde61c9aba4', 'x-compute-request-id': 'req-be14d7a4-06fb-4265-818e-6fde61c9aba4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:50:09,034 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.167s 2021-10-27 01:50:09,034 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5eac18bb-e27a-4a94-a501-d5db409cb78d', 'x-compute-request-id': 'req-5eac18bb-e27a-4a94-a501-d5db409cb78d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:50:10,223 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.180s 2021-10-27 01:50:10,223 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1faa398f-7c0c-40bd-a0a0-094475022771', 'x-compute-request-id': 'req-1faa398f-7c0c-40bd-a0a0-094475022771', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:50:11,408 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.176s 2021-10-27 01:50:11,408 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9a826815-f89b-44e8-95f3-406aff1b8db1', 'x-compute-request-id': 'req-9a826815-f89b-44e8-95f3-406aff1b8db1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:50:12,592 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.172s 2021-10-27 01:50:12,592 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6bf108b9-7558-465c-acc5-58accdb8d04a', 'x-compute-request-id': 'req-6bf108b9-7558-465c-acc5-58accdb8d04a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:50:13,775 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.174s 2021-10-27 01:50:13,776 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4ade3fb2-aff0-43cd-8f43-18f7af03b829', 'x-compute-request-id': 'req-4ade3fb2-aff0-43cd-8f43-18f7af03b829', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:50:14,956 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.171s 2021-10-27 01:50:14,956 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-12b70abc-6e76-4d93-a2ca-f6a149719578', 'x-compute-request-id': 'req-12b70abc-6e76-4d93-a2ca-f6a149719578', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:50:16,137 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.172s 2021-10-27 01:50:16,137 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a6c7e7ff-d7a8-4e87-9a4c-508a02b70b31', 'x-compute-request-id': 'req-a6c7e7ff-d7a8-4e87-9a4c-508a02b70b31', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:50:17,322 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.177s 2021-10-27 01:50:17,323 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-67a9ec1c-04f0-4d26-8386-59eaf06c3cec', 'x-compute-request-id': 'req-67a9ec1c-04f0-4d26-8386-59eaf06c3cec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:50:18,502 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.170s 2021-10-27 01:50:18,502 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cec99bd9-16ea-4378-9048-81db223f3221', 'x-compute-request-id': 'req-cec99bd9-16ea-4378-9048-81db223f3221', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:50:19,683 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.172s 2021-10-27 01:50:19,683 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6e292a49-ea56-4583-adff-ba2cc246ae79', 'x-compute-request-id': 'req-6e292a49-ea56-4583-adff-ba2cc246ae79', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:50:20,872 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.180s 2021-10-27 01:50:20,872 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8934770f-1bf0-4d05-934e-3d590fd460d5', 'x-compute-request-id': 'req-8934770f-1bf0-4d05-934e-3d590fd460d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:50:22,057 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.175s 2021-10-27 01:50:22,057 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8f505901-8a6f-4742-884c-cfe94f7bd05d', 'x-compute-request-id': 'req-8f505901-8a6f-4742-884c-cfe94f7bd05d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:50:23,233 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.168s 2021-10-27 01:50:23,233 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d403d778-a75e-4b15-8420-ab6326908842', 'x-compute-request-id': 'req-d403d778-a75e-4b15-8420-ab6326908842', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:50:24,426 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.183s 2021-10-27 01:50:24,426 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7b4095c2-54aa-4e86-be83-15bd0b69a86f', 'x-compute-request-id': 'req-7b4095c2-54aa-4e86-be83-15bd0b69a86f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:50:25,614 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.177s 2021-10-27 01:50:25,614 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-acf89341-6da1-4c28-9cda-4adc8d23101c', 'x-compute-request-id': 'req-acf89341-6da1-4c28-9cda-4adc8d23101c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:50:26,798 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.176s 2021-10-27 01:50:26,798 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-89f1ec73-0399-4375-88b8-001946a41635', 'x-compute-request-id': 'req-89f1ec73-0399-4375-88b8-001946a41635', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:50:27,981 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.174s 2021-10-27 01:50:27,982 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-35c537da-387e-4d2e-8346-09611c0da483', 'x-compute-request-id': 'req-35c537da-387e-4d2e-8346-09611c0da483', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:50:29,171 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.182s 2021-10-27 01:50:29,172 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f3b40d7e-95c2-4604-8647-d3467aa315c0', 'x-compute-request-id': 'req-f3b40d7e-95c2-4604-8647-d3467aa315c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:50:30,355 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.174s 2021-10-27 01:50:30,356 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d0ca2912-0620-43fe-9482-1c62a8a6d797', 'x-compute-request-id': 'req-d0ca2912-0620-43fe-9482-1c62a8a6d797', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:50:31,562 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.198s 2021-10-27 01:50:31,563 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-92e72ed1-a81f-4099-80f5-aa6578e01b07', 'x-compute-request-id': 'req-92e72ed1-a81f-4099-80f5-aa6578e01b07', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:50:32,772 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.200s 2021-10-27 01:50:32,772 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-307df405-d563-4add-a47d-d94d918f3eba', 'x-compute-request-id': 'req-307df405-d563-4add-a47d-d94d918f3eba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:50:33,987 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.206s 2021-10-27 01:50:33,987 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-65e61e62-9b1c-490d-9190-fced037ca9ce', 'x-compute-request-id': 'req-65e61e62-9b1c-490d-9190-fced037ca9ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:50:35,199 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.202s 2021-10-27 01:50:35,199 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5fcdb19f-a526-4f02-8689-a832b82e2fd3', 'x-compute-request-id': 'req-5fcdb19f-a526-4f02-8689-a832b82e2fd3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:50:36,412 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.204s 2021-10-27 01:50:36,413 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5cd4350a-ff13-4db2-8985-ce6610259c85', 'x-compute-request-id': 'req-5cd4350a-ff13-4db2-8985-ce6610259c85', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:50:37,625 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.204s 2021-10-27 01:50:37,626 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bb36a4c9-9fbc-4861-8651-488246cd20e6', 'x-compute-request-id': 'req-bb36a4c9-9fbc-4861-8651-488246cd20e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:50:38,840 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.205s 2021-10-27 01:50:38,840 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-95f1432a-b03a-45fa-b882-70ceff756a71', 'x-compute-request-id': 'req-95f1432a-b03a-45fa-b882-70ceff756a71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:50:40,059 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.210s 2021-10-27 01:50:40,060 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4ae6b3aa-0c70-4f0e-9514-500574b02256', 'x-compute-request-id': 'req-4ae6b3aa-0c70-4f0e-9514-500574b02256', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:50:41,271 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.203s 2021-10-27 01:50:41,272 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3313ea43-b1a2-4dd1-9c5a-a37719030007', 'x-compute-request-id': 'req-3313ea43-b1a2-4dd1-9c5a-a37719030007', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:50:42,486 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.205s 2021-10-27 01:50:42,486 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-911cf627-6766-4647-ad9a-8d7356587478', 'x-compute-request-id': 'req-911cf627-6766-4647-ad9a-8d7356587478', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:50:43,698 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.203s 2021-10-27 01:50:43,699 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ae45060a-e6d2-4d55-aed8-31029f9bbafb', 'x-compute-request-id': 'req-ae45060a-e6d2-4d55-aed8-31029f9bbafb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:50:44,908 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.201s 2021-10-27 01:50:44,909 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5734f1ce-8b19-4cc1-a395-897e2d4fe739', 'x-compute-request-id': 'req-5734f1ce-8b19-4cc1-a395-897e2d4fe739', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:50:46,121 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.203s 2021-10-27 01:50:46,121 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-336b7768-3830-4938-ad45-3c6a233a4ff7', 'x-compute-request-id': 'req-336b7768-3830-4938-ad45-3c6a233a4ff7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:50:47,338 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.208s 2021-10-27 01:50:47,338 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-21da4be1-2643-4b7f-8485-5563de33078d', 'x-compute-request-id': 'req-21da4be1-2643-4b7f-8485-5563de33078d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:50:48,557 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.210s 2021-10-27 01:50:48,557 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-00b275c3-5be9-444b-b6ac-2c1104ba4abb', 'x-compute-request-id': 'req-00b275c3-5be9-444b-b6ac-2c1104ba4abb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:50:49,766 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.200s 2021-10-27 01:50:49,766 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c6ee03cb-bb02-4149-b2de-f6359d4f24ac', 'x-compute-request-id': 'req-c6ee03cb-bb02-4149-b2de-f6359d4f24ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:50:50,980 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.205s 2021-10-27 01:50:50,980 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cced966e-da7f-4c94-a9e2-f36e06fd6383', 'x-compute-request-id': 'req-cced966e-da7f-4c94-a9e2-f36e06fd6383', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:50:52,200 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.211s 2021-10-27 01:50:52,200 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c40fdf1f-3f82-4c2b-95ac-f8f7dd68489a', 'x-compute-request-id': 'req-c40fdf1f-3f82-4c2b-95ac-f8f7dd68489a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:50:53,410 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.201s 2021-10-27 01:50:53,411 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-22bb364d-c108-44d5-b2fd-31d75303040e', 'x-compute-request-id': 'req-22bb364d-c108-44d5-b2fd-31d75303040e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:50:54,618 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.198s 2021-10-27 01:50:54,619 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a6258640-4edf-4bc9-a9ae-9df2649868ea', 'x-compute-request-id': 'req-a6258640-4edf-4bc9-a9ae-9df2649868ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:50:55,823 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.196s 2021-10-27 01:50:55,823 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eec8caa2-1cb1-4588-86e7-4f5980cc5d3c', 'x-compute-request-id': 'req-eec8caa2-1cb1-4588-86e7-4f5980cc5d3c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:50:57,040 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.208s 2021-10-27 01:50:57,040 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8cf3d22f-6658-4cd7-b477-5e5e6e7c1bbf', 'x-compute-request-id': 'req-8cf3d22f-6658-4cd7-b477-5e5e6e7c1bbf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:50:58,250 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.202s 2021-10-27 01:50:58,250 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-06072845-a208-464d-b5d5-52acf8bc99db', 'x-compute-request-id': 'req-06072845-a208-464d-b5d5-52acf8bc99db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:50:59,461 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.202s 2021-10-27 01:50:59,461 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:50:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2298f6d3-b0de-48fd-8c64-11c793532c45', 'x-compute-request-id': 'req-2298f6d3-b0de-48fd-8c64-11c793532c45', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:51:00,908 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.438s 2021-10-27 01:51:00,908 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ffb0a55c-2bb4-4ccb-af48-102e4b352c28', 'x-compute-request-id': 'req-ffb0a55c-2bb4-4ccb-af48-102e4b352c28', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:51:02,114 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.197s 2021-10-27 01:51:02,114 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3d4028ca-121c-4aab-8d91-82b60cb71a6a', 'x-compute-request-id': 'req-3d4028ca-121c-4aab-8d91-82b60cb71a6a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:51:03,324 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.201s 2021-10-27 01:51:03,324 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6d4b2f48-bb25-444e-8311-12d77b8d7c87', 'x-compute-request-id': 'req-6d4b2f48-bb25-444e-8311-12d77b8d7c87', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:51:04,533 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.200s 2021-10-27 01:51:04,534 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eb0b7055-592c-4966-be7c-7de498a7824a', 'x-compute-request-id': 'req-eb0b7055-592c-4966-be7c-7de498a7824a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:51:05,735 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.192s 2021-10-27 01:51:05,736 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5ae7a6cc-cf6b-4952-9307-fe0d4c7d89f9', 'x-compute-request-id': 'req-5ae7a6cc-cf6b-4952-9307-fe0d4c7d89f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:51:06,961 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.216s 2021-10-27 01:51:06,961 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-207f9a6a-86f9-4cc3-a9a7-e0b170275729', 'x-compute-request-id': 'req-207f9a6a-86f9-4cc3-a9a7-e0b170275729', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:51:08,172 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.203s 2021-10-27 01:51:08,172 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3f5db333-2c89-42d7-926c-c91638da4f2b', 'x-compute-request-id': 'req-3f5db333-2c89-42d7-926c-c91638da4f2b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:51:09,379 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.197s 2021-10-27 01:51:09,379 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cc8d5cbd-54f5-445e-aa66-a9ef21423661', 'x-compute-request-id': 'req-cc8d5cbd-54f5-445e-aa66-a9ef21423661', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:51:10,597 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.208s 2021-10-27 01:51:10,598 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d6739f01-8d75-4492-86ae-d4d8e6855e41', 'x-compute-request-id': 'req-d6739f01-8d75-4492-86ae-d4d8e6855e41', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:51:11,805 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.199s 2021-10-27 01:51:11,805 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d804b8a2-a7d4-4b9a-8a00-7e23a36606df', 'x-compute-request-id': 'req-d804b8a2-a7d4-4b9a-8a00-7e23a36606df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:51:13,022 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.209s 2021-10-27 01:51:13,023 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bc452abe-447d-40c5-9c85-f6314dfe0544', 'x-compute-request-id': 'req-bc452abe-447d-40c5-9c85-f6314dfe0544', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:51:14,240 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.209s 2021-10-27 01:51:14,240 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aebd91f5-cd93-4b90-aa0c-80a6dec04d93', 'x-compute-request-id': 'req-aebd91f5-cd93-4b90-aa0c-80a6dec04d93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:51:15,449 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.200s 2021-10-27 01:51:15,450 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-57e188d8-bd9b-4b15-bec7-0e01360874a9', 'x-compute-request-id': 'req-57e188d8-bd9b-4b15-bec7-0e01360874a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:51:16,663 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.206s 2021-10-27 01:51:16,664 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fb2d9a51-617e-430d-9055-c32529d8319e', 'x-compute-request-id': 'req-fb2d9a51-617e-430d-9055-c32529d8319e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:51:17,873 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.201s 2021-10-27 01:51:17,873 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dfdaa23c-c706-46cb-94d6-0f92f9848a1b', 'x-compute-request-id': 'req-dfdaa23c-c706-46cb-94d6-0f92f9848a1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:51:19,089 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.206s 2021-10-27 01:51:19,089 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-434f99ec-e597-4ea8-b03a-5cac01beb4ad', 'x-compute-request-id': 'req-434f99ec-e597-4ea8-b03a-5cac01beb4ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:51:20,298 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.201s 2021-10-27 01:51:20,299 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7ee9c256-8383-46c1-994f-df0ee9a7cc26', 'x-compute-request-id': 'req-7ee9c256-8383-46c1-994f-df0ee9a7cc26', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:51:21,512 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.204s 2021-10-27 01:51:21,512 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e22efe5a-e434-4e59-869a-7847823db777', 'x-compute-request-id': 'req-e22efe5a-e434-4e59-869a-7847823db777', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:51:22,716 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.195s 2021-10-27 01:51:22,716 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a9b8273a-aebe-40f9-b5a8-cd9c43afee9f', 'x-compute-request-id': 'req-a9b8273a-aebe-40f9-b5a8-cd9c43afee9f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:51:23,923 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.198s 2021-10-27 01:51:23,923 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e2b5d04a-8cc3-4c7b-995e-a979b9369d52', 'x-compute-request-id': 'req-e2b5d04a-8cc3-4c7b-995e-a979b9369d52', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:51:25,138 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.206s 2021-10-27 01:51:25,138 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5f7f692b-cb65-46bc-a864-a83ab37a86cc', 'x-compute-request-id': 'req-5f7f692b-cb65-46bc-a864-a83ab37a86cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:51:26,349 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.202s 2021-10-27 01:51:26,350 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-471e6ac8-9a93-45a5-99c8-45a08737cb94', 'x-compute-request-id': 'req-471e6ac8-9a93-45a5-99c8-45a08737cb94', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:51:27,558 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.200s 2021-10-27 01:51:27,559 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a14c2a1c-6e02-4e3e-9b02-67bc10c36e37', 'x-compute-request-id': 'req-a14c2a1c-6e02-4e3e-9b02-67bc10c36e37', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:51:28,767 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.199s 2021-10-27 01:51:28,767 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-091068b9-7b16-4632-8821-b3ebcf3a042f', 'x-compute-request-id': 'req-091068b9-7b16-4632-8821-b3ebcf3a042f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:51:29,982 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.206s 2021-10-27 01:51:29,982 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-34c97dd9-404c-43b2-b5ec-dc5f8c59a66a', 'x-compute-request-id': 'req-34c97dd9-404c-43b2-b5ec-dc5f8c59a66a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:51:31,199 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.209s 2021-10-27 01:51:31,200 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6255e4f2-85f6-49d2-813e-5daeca5fd14b', 'x-compute-request-id': 'req-6255e4f2-85f6-49d2-813e-5daeca5fd14b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:51:32,415 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.206s 2021-10-27 01:51:32,415 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fb3c3ffb-6fdc-4a4e-a405-f5f0e4838b90', 'x-compute-request-id': 'req-fb3c3ffb-6fdc-4a4e-a405-f5f0e4838b90', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:51:33,855 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.431s 2021-10-27 01:51:33,855 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e6a71169-3b58-48bf-95ce-328173f19d41', 'x-compute-request-id': 'req-e6a71169-3b58-48bf-95ce-328173f19d41', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:51:35,068 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.204s 2021-10-27 01:51:35,068 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-841119a7-7397-4b54-8fc9-588bac5d3698', 'x-compute-request-id': 'req-841119a7-7397-4b54-8fc9-588bac5d3698', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:51:36,274 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.197s 2021-10-27 01:51:36,274 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-44499bd9-cde6-4c3b-9b72-c4ae53f94839', 'x-compute-request-id': 'req-44499bd9-cde6-4c3b-9b72-c4ae53f94839', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:51:37,481 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.198s 2021-10-27 01:51:37,482 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-908e7dac-7a5e-45c2-9654-0c5a48aae708', 'x-compute-request-id': 'req-908e7dac-7a5e-45c2-9654-0c5a48aae708', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:51:38,695 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.204s 2021-10-27 01:51:38,695 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1a6cdba7-d195-4053-acd7-3622f6f1a9f7', 'x-compute-request-id': 'req-1a6cdba7-d195-4053-acd7-3622f6f1a9f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:51:39,906 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.202s 2021-10-27 01:51:39,907 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f75c01fc-f727-4944-94a4-5e477696ccb5', 'x-compute-request-id': 'req-f75c01fc-f727-4944-94a4-5e477696ccb5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:51:41,120 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.204s 2021-10-27 01:51:41,120 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f9151448-2486-4b1c-881c-7cc4210e6b5b', 'x-compute-request-id': 'req-f9151448-2486-4b1c-881c-7cc4210e6b5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:51:42,331 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.202s 2021-10-27 01:51:42,331 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6607dfc2-c495-4a97-a120-ee032ce12796', 'x-compute-request-id': 'req-6607dfc2-c495-4a97-a120-ee032ce12796', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:51:43,542 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.202s 2021-10-27 01:51:43,543 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3856b251-1d55-44fe-adc1-877b6d5ca585', 'x-compute-request-id': 'req-3856b251-1d55-44fe-adc1-877b6d5ca585', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:51:44,759 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.207s 2021-10-27 01:51:44,760 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7252e27e-d841-411b-adf9-820e03897d59', 'x-compute-request-id': 'req-7252e27e-d841-411b-adf9-820e03897d59', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:51:45,969 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.201s 2021-10-27 01:51:45,970 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3d03a63e-9a36-4803-b46f-45f72152723e', 'x-compute-request-id': 'req-3d03a63e-9a36-4803-b46f-45f72152723e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:51:47,183 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.205s 2021-10-27 01:51:47,184 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c1562ad2-8bfc-44b7-97dc-62a3295159a2', 'x-compute-request-id': 'req-c1562ad2-8bfc-44b7-97dc-62a3295159a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:51:48,404 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.211s 2021-10-27 01:51:48,404 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-572f1457-04f8-4a89-864e-7133268cde0c', 'x-compute-request-id': 'req-572f1457-04f8-4a89-864e-7133268cde0c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:51:49,618 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.205s 2021-10-27 01:51:49,619 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6ee24983-c162-4efd-94b3-938e4ece8cf0', 'x-compute-request-id': 'req-6ee24983-c162-4efd-94b3-938e4ece8cf0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:51:50,821 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.193s 2021-10-27 01:51:50,822 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aebc8b5f-88b3-42e5-9933-e6d1181436fd', 'x-compute-request-id': 'req-aebc8b5f-88b3-42e5-9933-e6d1181436fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:51:52,029 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.199s 2021-10-27 01:51:52,030 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-543bbd6a-f860-4693-ae1e-9729394dbdd0', 'x-compute-request-id': 'req-543bbd6a-f860-4693-ae1e-9729394dbdd0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:51:53,234 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.197s 2021-10-27 01:51:53,235 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9594ed35-6b63-4283-a5f3-6ab0a499841d', 'x-compute-request-id': 'req-9594ed35-6b63-4283-a5f3-6ab0a499841d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:51:54,459 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.215s 2021-10-27 01:51:54,460 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-616f19da-600d-4071-a37e-ab0d76b741a7', 'x-compute-request-id': 'req-616f19da-600d-4071-a37e-ab0d76b741a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:51:55,671 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.202s 2021-10-27 01:51:55,671 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9bd088dc-22a5-4812-a5be-44543391893e', 'x-compute-request-id': 'req-9bd088dc-22a5-4812-a5be-44543391893e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:51:56,882 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.202s 2021-10-27 01:51:56,882 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b77882a6-d332-4556-8fd5-0bc6039277cb', 'x-compute-request-id': 'req-b77882a6-d332-4556-8fd5-0bc6039277cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:51:58,095 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.204s 2021-10-27 01:51:58,095 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4c77c3f4-e35d-432a-8e38-210fa359b621', 'x-compute-request-id': 'req-4c77c3f4-e35d-432a-8e38-210fa359b621', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:51:59,299 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.194s 2021-10-27 01:51:59,299 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:51:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3048e39a-8d92-4e16-9e40-fb67fe753ee7', 'x-compute-request-id': 'req-3048e39a-8d92-4e16-9e40-fb67fe753ee7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:52:00,514 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.206s 2021-10-27 01:52:00,514 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ce78118f-1c82-40b1-b369-6d7669666229', 'x-compute-request-id': 'req-ce78118f-1c82-40b1-b369-6d7669666229', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:52:01,737 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.204s 2021-10-27 01:52:01,737 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9ec74834-ea22-4a53-b1d2-0fcc734693c8', 'x-compute-request-id': 'req-9ec74834-ea22-4a53-b1d2-0fcc734693c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:52:02,947 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.200s 2021-10-27 01:52:02,947 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c7d6c5ed-e733-4b7a-a517-9521cbe543a2', 'x-compute-request-id': 'req-c7d6c5ed-e733-4b7a-a517-9521cbe543a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:52:04,160 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.204s 2021-10-27 01:52:04,160 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eebe14a3-d4c8-447f-979a-80c8c4124e66', 'x-compute-request-id': 'req-eebe14a3-d4c8-447f-979a-80c8c4124e66', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:52:05,376 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.206s 2021-10-27 01:52:05,376 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4d540d4d-2fc4-4de2-a9da-b0770a168c1f', 'x-compute-request-id': 'req-4d540d4d-2fc4-4de2-a9da-b0770a168c1f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:52:06,579 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.194s 2021-10-27 01:52:06,579 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c2e7c3af-facf-4d7c-9af3-a08ea42c1503', 'x-compute-request-id': 'req-c2e7c3af-facf-4d7c-9af3-a08ea42c1503', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:52:07,794 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.205s 2021-10-27 01:52:07,794 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-57823776-f107-4ed8-bbfc-c3fd92749799', 'x-compute-request-id': 'req-57823776-f107-4ed8-bbfc-c3fd92749799', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:52:09,010 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.206s 2021-10-27 01:52:09,010 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ef91afd4-4978-4cd2-8ecd-67c3f9b5a04c', 'x-compute-request-id': 'req-ef91afd4-4978-4cd2-8ecd-67c3f9b5a04c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:52:10,227 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.207s 2021-10-27 01:52:10,227 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b79b9378-0376-47a2-af88-b45ebb4af868', 'x-compute-request-id': 'req-b79b9378-0376-47a2-af88-b45ebb4af868', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:52:11,440 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.204s 2021-10-27 01:52:11,440 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dcfaeecc-7287-4d48-8c4f-234d341df4b6', 'x-compute-request-id': 'req-dcfaeecc-7287-4d48-8c4f-234d341df4b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:52:12,653 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.204s 2021-10-27 01:52:12,653 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0ca95df2-8cce-454a-b10e-9afa41c6dc55', 'x-compute-request-id': 'req-0ca95df2-8cce-454a-b10e-9afa41c6dc55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:52:13,858 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.197s 2021-10-27 01:52:13,859 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f2f1710d-4bc3-43e9-8604-cce0d67d8e86', 'x-compute-request-id': 'req-f2f1710d-4bc3-43e9-8604-cce0d67d8e86', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:52:15,068 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.200s 2021-10-27 01:52:15,069 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a1ffe920-21b8-483c-b104-832a3e868ee9', 'x-compute-request-id': 'req-a1ffe920-21b8-483c-b104-832a3e868ee9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:52:16,284 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.206s 2021-10-27 01:52:16,284 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a97de15f-04ba-4daa-a187-e7dec5e67354', 'x-compute-request-id': 'req-a97de15f-04ba-4daa-a187-e7dec5e67354', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:52:17,496 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.203s 2021-10-27 01:52:17,496 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bdb694ed-6986-4733-8a91-f12ca70745bc', 'x-compute-request-id': 'req-bdb694ed-6986-4733-8a91-f12ca70745bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:52:18,699 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.193s 2021-10-27 01:52:18,699 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f791c6f2-abbd-40cd-9318-ea169c1b5e8f', 'x-compute-request-id': 'req-f791c6f2-abbd-40cd-9318-ea169c1b5e8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:52:19,926 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.218s 2021-10-27 01:52:19,927 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1352be10-17a7-4117-8191-232c0cb12caa', 'x-compute-request-id': 'req-1352be10-17a7-4117-8191-232c0cb12caa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:52:21,133 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.197s 2021-10-27 01:52:21,134 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d9685380-f2ab-452f-9fe4-cde9928625fa', 'x-compute-request-id': 'req-d9685380-f2ab-452f-9fe4-cde9928625fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:52:22,342 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.199s 2021-10-27 01:52:22,342 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5a26d8f2-00db-42cc-a4dc-a90321cf98fc', 'x-compute-request-id': 'req-5a26d8f2-00db-42cc-a4dc-a90321cf98fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:52:23,549 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.198s 2021-10-27 01:52:23,550 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bbf84c8b-7e92-4055-bc34-d09d9685af2c', 'x-compute-request-id': 'req-bbf84c8b-7e92-4055-bc34-d09d9685af2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:52:24,757 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.199s 2021-10-27 01:52:24,758 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4b5e7b1c-719b-4191-a067-380c030447dc', 'x-compute-request-id': 'req-4b5e7b1c-719b-4191-a067-380c030447dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:52:25,972 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.206s 2021-10-27 01:52:25,972 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7fe92b39-2199-497a-8de9-c8b12183bf98', 'x-compute-request-id': 'req-7fe92b39-2199-497a-8de9-c8b12183bf98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:52:27,187 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.206s 2021-10-27 01:52:27,187 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2520d778-03ae-496b-810d-c9d69f6010c6', 'x-compute-request-id': 'req-2520d778-03ae-496b-810d-c9d69f6010c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:52:28,408 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.212s 2021-10-27 01:52:28,408 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-15ff4562-9d38-46d2-bfe6-56b1008804af', 'x-compute-request-id': 'req-15ff4562-9d38-46d2-bfe6-56b1008804af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:52:29,626 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.208s 2021-10-27 01:52:29,626 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f6d9f4e6-a194-42c8-b6ca-60638072e32b', 'x-compute-request-id': 'req-f6d9f4e6-a194-42c8-b6ca-60638072e32b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:52:30,841 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.205s 2021-10-27 01:52:30,842 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f120f7af-5dbb-4b1c-b931-22f47b52ff3e', 'x-compute-request-id': 'req-f120f7af-5dbb-4b1c-b931-22f47b52ff3e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:52:32,051 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.201s 2021-10-27 01:52:32,051 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-25bf4f0c-41b1-413d-b513-e9121fb97eb3', 'x-compute-request-id': 'req-25bf4f0c-41b1-413d-b513-e9121fb97eb3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:52:33,255 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.195s 2021-10-27 01:52:33,256 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-35b6550d-c441-4836-b01f-7d64db1111b7', 'x-compute-request-id': 'req-35b6550d-c441-4836-b01f-7d64db1111b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:52:34,468 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.203s 2021-10-27 01:52:34,468 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-80139f2a-9805-4b9b-8987-45c9b88be3c2', 'x-compute-request-id': 'req-80139f2a-9805-4b9b-8987-45c9b88be3c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:52:35,675 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.197s 2021-10-27 01:52:35,675 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ff46fe87-3f27-4fb9-b290-1a8f163fd5e9', 'x-compute-request-id': 'req-ff46fe87-3f27-4fb9-b290-1a8f163fd5e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:52:37,117 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.432s 2021-10-27 01:52:37,117 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-648f2bc0-ac28-4cfb-a6fc-6f66f4c703ae', 'x-compute-request-id': 'req-648f2bc0-ac28-4cfb-a6fc-6f66f4c703ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:52:38,334 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.208s 2021-10-27 01:52:38,334 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f0fee404-8e71-4dd0-a246-c91bdb63ec04', 'x-compute-request-id': 'req-f0fee404-8e71-4dd0-a246-c91bdb63ec04', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:52:39,541 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.198s 2021-10-27 01:52:39,542 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9d963f18-062b-4529-aec1-a3ed6418b417', 'x-compute-request-id': 'req-9d963f18-062b-4529-aec1-a3ed6418b417', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:52:40,748 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.197s 2021-10-27 01:52:40,748 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a1692207-d618-4aa6-a7bd-39e158a5e8ee', 'x-compute-request-id': 'req-a1692207-d618-4aa6-a7bd-39e158a5e8ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:52:41,958 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.200s 2021-10-27 01:52:41,959 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2aebea18-7031-43ad-92d2-a2a87cd780bb', 'x-compute-request-id': 'req-2aebea18-7031-43ad-92d2-a2a87cd780bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:52:43,164 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.197s 2021-10-27 01:52:43,164 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1ccc4a4b-d2d1-4c90-9552-a0ea6bb7dae1', 'x-compute-request-id': 'req-1ccc4a4b-d2d1-4c90-9552-a0ea6bb7dae1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:52:44,403 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.230s 2021-10-27 01:52:44,404 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a484b812-3d03-4acb-8141-cf8e1c39a5f3', 'x-compute-request-id': 'req-a484b812-3d03-4acb-8141-cf8e1c39a5f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:52:45,621 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.208s 2021-10-27 01:52:45,621 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-df27a61b-1417-4007-9778-3f5cbaa6cb2c', 'x-compute-request-id': 'req-df27a61b-1417-4007-9778-3f5cbaa6cb2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:52:46,832 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.203s 2021-10-27 01:52:46,833 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7995c6ec-f31a-49e4-974a-abb2f57c647d', 'x-compute-request-id': 'req-7995c6ec-f31a-49e4-974a-abb2f57c647d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:52:48,045 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.204s 2021-10-27 01:52:48,046 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ee94cfc3-5ebd-4c1a-a7b3-67cf72bad7f1', 'x-compute-request-id': 'req-ee94cfc3-5ebd-4c1a-a7b3-67cf72bad7f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:52:49,256 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.201s 2021-10-27 01:52:49,257 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-105c1d27-4356-4fb9-920b-dd80686bdb1f', 'x-compute-request-id': 'req-105c1d27-4356-4fb9-920b-dd80686bdb1f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:52:50,470 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.204s 2021-10-27 01:52:50,470 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-098c4be3-8a07-4e5a-b18f-6c373788e2e0', 'x-compute-request-id': 'req-098c4be3-8a07-4e5a-b18f-6c373788e2e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:52:51,687 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.208s 2021-10-27 01:52:51,687 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f0a685f9-feb9-49cc-89b9-4a63a0dacaa3', 'x-compute-request-id': 'req-f0a685f9-feb9-49cc-89b9-4a63a0dacaa3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:52:52,898 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.201s 2021-10-27 01:52:52,898 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-481cf007-48cc-4cad-8963-384eda6a3018', 'x-compute-request-id': 'req-481cf007-48cc-4cad-8963-384eda6a3018', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:52:54,107 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.200s 2021-10-27 01:52:54,107 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-68334979-e042-472c-b4be-e17725cdb248', 'x-compute-request-id': 'req-68334979-e042-472c-b4be-e17725cdb248', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:52:55,316 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.199s 2021-10-27 01:52:55,316 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0feca9a7-7f13-4fbc-aa2f-0b0955da4e5e', 'x-compute-request-id': 'req-0feca9a7-7f13-4fbc-aa2f-0b0955da4e5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:52:56,527 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.201s 2021-10-27 01:52:56,527 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-45e5dca1-0630-4c6c-88b2-d2643dd5e76b', 'x-compute-request-id': 'req-45e5dca1-0630-4c6c-88b2-d2643dd5e76b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:52:57,741 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.205s 2021-10-27 01:52:57,741 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-60cadddf-4e93-415b-9d89-7efc80d660a8', 'x-compute-request-id': 'req-60cadddf-4e93-415b-9d89-7efc80d660a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:52:58,964 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.215s 2021-10-27 01:52:58,965 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d983e3f7-9d3b-4912-83b7-6f084019486a', 'x-compute-request-id': 'req-d983e3f7-9d3b-4912-83b7-6f084019486a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:53:00,172 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.198s 2021-10-27 01:53:00,172 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:52:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a65239ce-ccec-4c84-98d7-834baa4b5d7f', 'x-compute-request-id': 'req-a65239ce-ccec-4c84-98d7-834baa4b5d7f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:53:01,383 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.202s 2021-10-27 01:53:01,384 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6aee05b7-d521-4f79-bb6e-268e05f09597', 'x-compute-request-id': 'req-6aee05b7-d521-4f79-bb6e-268e05f09597', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:53:02,600 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.207s 2021-10-27 01:53:02,601 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-76b64759-2cec-4f45-ac65-78fcec27907f', 'x-compute-request-id': 'req-76b64759-2cec-4f45-ac65-78fcec27907f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:53:03,811 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.202s 2021-10-27 01:53:03,812 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b6682cd0-60eb-4f6d-8b74-cab051df5e51', 'x-compute-request-id': 'req-b6682cd0-60eb-4f6d-8b74-cab051df5e51', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:53:05,015 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.194s 2021-10-27 01:53:05,016 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d4722e66-11a2-439f-9e1b-14fc29afd9c4', 'x-compute-request-id': 'req-d4722e66-11a2-439f-9e1b-14fc29afd9c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:53:06,238 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.213s 2021-10-27 01:53:06,238 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a407c076-e8e4-4882-9510-1b5ee323e9b4', 'x-compute-request-id': 'req-a407c076-e8e4-4882-9510-1b5ee323e9b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:53:07,444 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.197s 2021-10-27 01:53:07,444 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-32255c48-2caa-4e49-809d-5adb8fdbd28c', 'x-compute-request-id': 'req-32255c48-2caa-4e49-809d-5adb8fdbd28c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:53:08,657 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.203s 2021-10-27 01:53:08,657 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bb5ccff8-600a-42a6-b12a-96bd23fbe213', 'x-compute-request-id': 'req-bb5ccff8-600a-42a6-b12a-96bd23fbe213', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:53:09,866 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.200s 2021-10-27 01:53:09,866 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d54476a9-695c-4afc-bd24-f8ffa0bfc115', 'x-compute-request-id': 'req-d54476a9-695c-4afc-bd24-f8ffa0bfc115', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:53:11,309 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.434s 2021-10-27 01:53:11,309 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-34b816f9-2edb-495b-93a5-80b2055da034', 'x-compute-request-id': 'req-34b816f9-2edb-495b-93a5-80b2055da034', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:53:12,527 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.208s 2021-10-27 01:53:12,528 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aee36d23-8b5a-4dfa-8666-741b29316540', 'x-compute-request-id': 'req-aee36d23-8b5a-4dfa-8666-741b29316540', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:53:13,736 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.199s 2021-10-27 01:53:13,737 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-12110c27-2273-4f95-88cd-e075f946dd19', 'x-compute-request-id': 'req-12110c27-2273-4f95-88cd-e075f946dd19', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:53:14,948 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.202s 2021-10-27 01:53:14,948 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3ad878ff-d127-4552-923c-9ab4152ad9c4', 'x-compute-request-id': 'req-3ad878ff-d127-4552-923c-9ab4152ad9c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:53:16,151 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.194s 2021-10-27 01:53:16,151 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6c2436a7-9006-4d91-a879-514cc715cbb4', 'x-compute-request-id': 'req-6c2436a7-9006-4d91-a879-514cc715cbb4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:53:17,368 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.207s 2021-10-27 01:53:17,368 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ee574f8f-1bc7-4b19-b721-15a4e6491527', 'x-compute-request-id': 'req-ee574f8f-1bc7-4b19-b721-15a4e6491527', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:53:18,573 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.196s 2021-10-27 01:53:18,574 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0253c96b-ef4c-489b-bde2-2fc795a38027', 'x-compute-request-id': 'req-0253c96b-ef4c-489b-bde2-2fc795a38027', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:53:19,779 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.197s 2021-10-27 01:53:19,779 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aa9ea413-8930-4b69-b550-b0f0de3b635d', 'x-compute-request-id': 'req-aa9ea413-8930-4b69-b550-b0f0de3b635d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:53:20,989 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.201s 2021-10-27 01:53:20,990 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-592a6f59-c1cc-42f1-94d3-d978ebc2b22a', 'x-compute-request-id': 'req-592a6f59-c1cc-42f1-94d3-d978ebc2b22a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:53:22,201 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.203s 2021-10-27 01:53:22,201 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-de1bb47d-86cc-4cbb-be65-fe2462020134', 'x-compute-request-id': 'req-de1bb47d-86cc-4cbb-be65-fe2462020134', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:53:23,419 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.210s 2021-10-27 01:53:23,420 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2c8fff6d-ca76-4d8e-ba49-88f5c76b72b1', 'x-compute-request-id': 'req-2c8fff6d-ca76-4d8e-ba49-88f5c76b72b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:53:24,639 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.209s 2021-10-27 01:53:24,639 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f8c94cb9-1822-47c3-bb81-ba41afe0ab2a', 'x-compute-request-id': 'req-f8c94cb9-1822-47c3-bb81-ba41afe0ab2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:53:25,844 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.197s 2021-10-27 01:53:25,845 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8b9d018b-c7b0-4c6a-9225-3eae22560bfb', 'x-compute-request-id': 'req-8b9d018b-c7b0-4c6a-9225-3eae22560bfb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:53:27,058 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.205s 2021-10-27 01:53:27,059 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f1b46971-7469-4218-b5e4-a863172bcc27', 'x-compute-request-id': 'req-f1b46971-7469-4218-b5e4-a863172bcc27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:53:28,262 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.195s 2021-10-27 01:53:28,262 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-86194658-1162-4464-9315-338b12d397a7', 'x-compute-request-id': 'req-86194658-1162-4464-9315-338b12d397a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:53:29,470 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.199s 2021-10-27 01:53:29,471 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5d6348c4-8750-45ac-82dd-a961e32c9ca6', 'x-compute-request-id': 'req-5d6348c4-8750-45ac-82dd-a961e32c9ca6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:53:30,679 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.199s 2021-10-27 01:53:30,680 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-01b307b9-32ca-4d94-ac7b-08144e5ab29f', 'x-compute-request-id': 'req-01b307b9-32ca-4d94-ac7b-08144e5ab29f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:53:31,903 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.214s 2021-10-27 01:53:31,903 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-34f96329-1bc0-4630-8d43-5c3954c8d9c6', 'x-compute-request-id': 'req-34f96329-1bc0-4630-8d43-5c3954c8d9c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:53:33,102 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.190s 2021-10-27 01:53:33,102 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-18f8dbfc-f51f-4c0d-9285-f0d54d951704', 'x-compute-request-id': 'req-18f8dbfc-f51f-4c0d-9285-f0d54d951704', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:53:34,304 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.193s 2021-10-27 01:53:34,305 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b61d5624-66f1-4c62-8f18-80a95dd7d736', 'x-compute-request-id': 'req-b61d5624-66f1-4c62-8f18-80a95dd7d736', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:53:35,512 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.198s 2021-10-27 01:53:35,512 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-89c1ec8b-14f6-4f67-bb55-e1f1f1304099', 'x-compute-request-id': 'req-89c1ec8b-14f6-4f67-bb55-e1f1f1304099', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:53:36,729 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.207s 2021-10-27 01:53:36,729 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-291607c6-c73f-4afa-8c96-d7063484626c', 'x-compute-request-id': 'req-291607c6-c73f-4afa-8c96-d7063484626c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:53:37,938 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.201s 2021-10-27 01:53:37,939 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0ec7166d-ad70-4c2c-8181-2ada9fc0842b', 'x-compute-request-id': 'req-0ec7166d-ad70-4c2c-8181-2ada9fc0842b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:53:39,162 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.214s 2021-10-27 01:53:39,163 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-96ed5c1e-06c7-4311-9f3e-da60660ab9bd', 'x-compute-request-id': 'req-96ed5c1e-06c7-4311-9f3e-da60660ab9bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:53:40,350 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.178s 2021-10-27 01:53:40,350 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-43efc38c-c5c2-45fc-a69c-016b4ec9e209', 'x-compute-request-id': 'req-43efc38c-c5c2-45fc-a69c-016b4ec9e209', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:53:41,510 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.152s 2021-10-27 01:53:41,510 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-893fa7ba-183f-48d9-9d6b-f345278983d1', 'x-compute-request-id': 'req-893fa7ba-183f-48d9-9d6b-f345278983d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:53:42,663 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.144s 2021-10-27 01:53:42,663 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-26e6519f-28fa-4ba9-b3c2-22f308acaccf', 'x-compute-request-id': 'req-26e6519f-28fa-4ba9-b3c2-22f308acaccf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:53:43,814 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.143s 2021-10-27 01:53:43,815 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b39b79cf-064c-408e-9a03-d0f7d9ea63b7', 'x-compute-request-id': 'req-b39b79cf-064c-408e-9a03-d0f7d9ea63b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:53:44,966 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.143s 2021-10-27 01:53:44,967 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0caed172-04c6-4b2c-aa34-735af19acc94', 'x-compute-request-id': 'req-0caed172-04c6-4b2c-aa34-735af19acc94', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:53:46,182 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.206s 2021-10-27 01:53:46,182 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-120652a3-4c5f-404c-8869-2fc7b50cebb1', 'x-compute-request-id': 'req-120652a3-4c5f-404c-8869-2fc7b50cebb1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:53:47,332 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.141s 2021-10-27 01:53:47,332 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5a96765a-617f-425e-ab4d-28383f11ff19', 'x-compute-request-id': 'req-5a96765a-617f-425e-ab4d-28383f11ff19', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:53:48,483 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.143s 2021-10-27 01:53:48,484 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-27fa3b74-9217-4d3f-9d28-5890ea381031', 'x-compute-request-id': 'req-27fa3b74-9217-4d3f-9d28-5890ea381031', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:53:49,637 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.145s 2021-10-27 01:53:49,638 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-813c2635-ffa4-4480-8181-48169433ebbe', 'x-compute-request-id': 'req-813c2635-ffa4-4480-8181-48169433ebbe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:53:50,796 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.149s 2021-10-27 01:53:50,796 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-542bb5d3-d047-4999-b31d-02b8fea95157', 'x-compute-request-id': 'req-542bb5d3-d047-4999-b31d-02b8fea95157', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:53:51,945 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.140s 2021-10-27 01:53:51,946 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9601c323-ce1b-41e9-8d67-9e1a4f933391', 'x-compute-request-id': 'req-9601c323-ce1b-41e9-8d67-9e1a4f933391', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:53:53,094 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.141s 2021-10-27 01:53:53,095 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d44d06df-5e56-4304-963d-459ac04d03be', 'x-compute-request-id': 'req-d44d06df-5e56-4304-963d-459ac04d03be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:53:54,243 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.140s 2021-10-27 01:53:54,243 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5900ebf8-08e4-4dcd-9200-29ecc043fb47', 'x-compute-request-id': 'req-5900ebf8-08e4-4dcd-9200-29ecc043fb47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:53:55,410 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.158s 2021-10-27 01:53:55,411 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-31f57ff6-9166-4ded-89c8-270ed081310c', 'x-compute-request-id': 'req-31f57ff6-9166-4ded-89c8-270ed081310c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:53:56,633 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.213s 2021-10-27 01:53:56,633 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6a09b0bf-805a-4a2f-8a78-41e7181234b1', 'x-compute-request-id': 'req-6a09b0bf-805a-4a2f-8a78-41e7181234b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:53:57,849 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.207s 2021-10-27 01:53:57,849 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9f4aa6f8-015b-47f2-bbf6-d10613f22307', 'x-compute-request-id': 'req-9f4aa6f8-015b-47f2-bbf6-d10613f22307', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:53:59,063 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.206s 2021-10-27 01:53:59,063 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:53:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fb0e25f4-a583-4e71-9d58-09a3147480a6', 'x-compute-request-id': 'req-fb0e25f4-a583-4e71-9d58-09a3147480a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:54:00,283 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.211s 2021-10-27 01:54:00,284 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f441c7b2-891f-4458-a3dd-8158e00f1d83', 'x-compute-request-id': 'req-f441c7b2-891f-4458-a3dd-8158e00f1d83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:54:01,493 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.201s 2021-10-27 01:54:01,494 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6fe40cef-0e71-4ab9-bb3c-2a0673edffcf', 'x-compute-request-id': 'req-6fe40cef-0e71-4ab9-bb3c-2a0673edffcf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:54:02,715 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.212s 2021-10-27 01:54:02,715 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-68a780ca-9726-42e8-9c67-44953e0cdc3b', 'x-compute-request-id': 'req-68a780ca-9726-42e8-9c67-44953e0cdc3b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:54:03,923 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.200s 2021-10-27 01:54:03,924 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bbe0b136-3d01-4c38-9a78-1f08b48cce4f', 'x-compute-request-id': 'req-bbe0b136-3d01-4c38-9a78-1f08b48cce4f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:54:05,135 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.202s 2021-10-27 01:54:05,135 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8efd81c3-0307-4943-a3dc-c7004ebcc628', 'x-compute-request-id': 'req-8efd81c3-0307-4943-a3dc-c7004ebcc628', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:54:06,354 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.209s 2021-10-27 01:54:06,354 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c729a16f-41f8-4b8e-8f7e-d702f2b0446d', 'x-compute-request-id': 'req-c729a16f-41f8-4b8e-8f7e-d702f2b0446d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:54:07,562 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.199s 2021-10-27 01:54:07,563 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3e983468-6683-4000-b35e-f93d4da69b13', 'x-compute-request-id': 'req-3e983468-6683-4000-b35e-f93d4da69b13', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:54:08,945 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.372s 2021-10-27 01:54:08,945 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-23774441-6592-4346-b4be-18c79be77257', 'x-compute-request-id': 'req-23774441-6592-4346-b4be-18c79be77257', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:54:10,092 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.139s 2021-10-27 01:54:10,093 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-430f4515-4400-4c11-b981-7e2b741fa59b', 'x-compute-request-id': 'req-430f4515-4400-4c11-b981-7e2b741fa59b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:54:11,276 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.175s 2021-10-27 01:54:11,277 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3e06ab76-7376-49b7-8c32-f36ec835d82b', 'x-compute-request-id': 'req-3e06ab76-7376-49b7-8c32-f36ec835d82b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:54:12,488 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.202s 2021-10-27 01:54:12,488 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-37b245ec-e071-400e-b3f3-38ddd8168b6a', 'x-compute-request-id': 'req-37b245ec-e071-400e-b3f3-38ddd8168b6a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:54:13,697 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.200s 2021-10-27 01:54:13,697 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3674b604-4f1e-4a10-a5d8-37506df0a600', 'x-compute-request-id': 'req-3674b604-4f1e-4a10-a5d8-37506df0a600', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:54:14,917 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.211s 2021-10-27 01:54:14,917 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5c718bbb-507d-436c-a3cc-0cc8ba5a7321', 'x-compute-request-id': 'req-5c718bbb-507d-436c-a3cc-0cc8ba5a7321', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:54:16,124 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.197s 2021-10-27 01:54:16,125 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-29011802-35f8-4081-ab9e-986f95d91c8d', 'x-compute-request-id': 'req-29011802-35f8-4081-ab9e-986f95d91c8d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:54:17,332 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.199s 2021-10-27 01:54:17,332 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c8bd9c78-b062-48b8-b578-c648f4fc245d', 'x-compute-request-id': 'req-c8bd9c78-b062-48b8-b578-c648f4fc245d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:54:18,775 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.434s 2021-10-27 01:54:18,776 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9a40ba91-562f-4bed-acc0-7cc32da45b23', 'x-compute-request-id': 'req-9a40ba91-562f-4bed-acc0-7cc32da45b23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:54:19,923 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.138s 2021-10-27 01:54:19,923 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-23912e16-9036-4c25-b1cb-f0fdd140b44b', 'x-compute-request-id': 'req-23912e16-9036-4c25-b1cb-f0fdd140b44b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:54:21,078 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.145s 2021-10-27 01:54:21,078 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c56b99e4-79f0-4b98-8ecd-e110b2057457', 'x-compute-request-id': 'req-c56b99e4-79f0-4b98-8ecd-e110b2057457', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:54:22,228 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.141s 2021-10-27 01:54:22,228 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a3854819-6734-4406-997d-fa54d4fae964', 'x-compute-request-id': 'req-a3854819-6734-4406-997d-fa54d4fae964', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:54:23,394 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.156s 2021-10-27 01:54:23,395 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-364ea719-0e89-4f58-bbe0-39cbd1da498d', 'x-compute-request-id': 'req-364ea719-0e89-4f58-bbe0-39cbd1da498d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:54:24,607 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.204s 2021-10-27 01:54:24,608 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3bf834dc-9844-40c1-9a7c-24cfc0369c8f', 'x-compute-request-id': 'req-3bf834dc-9844-40c1-9a7c-24cfc0369c8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:54:25,812 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.196s 2021-10-27 01:54:25,812 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9b517f5f-7c38-4f04-bb5c-1888c36b24c5', 'x-compute-request-id': 'req-9b517f5f-7c38-4f04-bb5c-1888c36b24c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:54:27,028 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.206s 2021-10-27 01:54:27,028 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cd2fd9f4-ed34-4486-9158-030233158f07', 'x-compute-request-id': 'req-cd2fd9f4-ed34-4486-9158-030233158f07', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:54:28,242 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.205s 2021-10-27 01:54:28,243 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-315da0d2-6b80-47fd-b176-776a1d837e55', 'x-compute-request-id': 'req-315da0d2-6b80-47fd-b176-776a1d837e55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:54:29,457 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.206s 2021-10-27 01:54:29,458 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b39ba025-07c8-40c5-84da-eca8c505e1f9', 'x-compute-request-id': 'req-b39ba025-07c8-40c5-84da-eca8c505e1f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:54:30,673 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.207s 2021-10-27 01:54:30,673 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d5528d69-1484-4bed-b3dc-4aa6982f3d70', 'x-compute-request-id': 'req-d5528d69-1484-4bed-b3dc-4aa6982f3d70', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:54:31,890 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.207s 2021-10-27 01:54:31,890 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-71035ef5-9863-476b-86f0-814a988a3739', 'x-compute-request-id': 'req-71035ef5-9863-476b-86f0-814a988a3739', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:54:33,102 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.203s 2021-10-27 01:54:33,102 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-47aa8b34-3cfe-4b81-be46-5fef8f49a447', 'x-compute-request-id': 'req-47aa8b34-3cfe-4b81-be46-5fef8f49a447', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:54:34,322 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.211s 2021-10-27 01:54:34,322 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-96350392-d1e9-4bf2-a0c8-09106f5b5834', 'x-compute-request-id': 'req-96350392-d1e9-4bf2-a0c8-09106f5b5834', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:54:35,532 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.200s 2021-10-27 01:54:35,532 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-951d005c-7948-44bb-ac85-49d37e9c9778', 'x-compute-request-id': 'req-951d005c-7948-44bb-ac85-49d37e9c9778', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:54:36,744 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.203s 2021-10-27 01:54:36,745 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-98b99bdb-ae62-40a7-848a-60ce2543f8f2', 'x-compute-request-id': 'req-98b99bdb-ae62-40a7-848a-60ce2543f8f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:54:37,958 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.204s 2021-10-27 01:54:37,959 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-02e30199-13cf-455a-973d-4611c330e819', 'x-compute-request-id': 'req-02e30199-13cf-455a-973d-4611c330e819', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:54:39,188 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.220s 2021-10-27 01:54:39,188 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f511008b-a194-47c6-b3fc-c7001bdfab3a', 'x-compute-request-id': 'req-f511008b-a194-47c6-b3fc-c7001bdfab3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:54:40,410 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.213s 2021-10-27 01:54:40,410 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-84888950-7d7a-4b95-b5e5-5e4787706dc0', 'x-compute-request-id': 'req-84888950-7d7a-4b95-b5e5-5e4787706dc0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:54:41,792 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.373s 2021-10-27 01:54:41,792 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f87f096a-ce21-413b-bd8c-558d4648415b', 'x-compute-request-id': 'req-f87f096a-ce21-413b-bd8c-558d4648415b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:54:42,966 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.164s 2021-10-27 01:54:42,966 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ca194f1a-f4b1-43d9-9644-60487d4e36dc', 'x-compute-request-id': 'req-ca194f1a-f4b1-43d9-9644-60487d4e36dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:54:44,132 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.156s 2021-10-27 01:54:44,132 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3bf46c99-5def-4db7-bd6c-0d3c29f25af9', 'x-compute-request-id': 'req-3bf46c99-5def-4db7-bd6c-0d3c29f25af9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:54:45,396 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.254s 2021-10-27 01:54:45,396 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7f65f5e2-b899-4881-bb8d-5579bbe7c17e', 'x-compute-request-id': 'req-7f65f5e2-b899-4881-bb8d-5579bbe7c17e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:54:46,580 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.175s 2021-10-27 01:54:46,581 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2f578c16-f53b-4218-8892-8e894c936ef1', 'x-compute-request-id': 'req-2f578c16-f53b-4218-8892-8e894c936ef1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:54:47,893 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.304s 2021-10-27 01:54:47,894 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fa4263ed-eaf9-417d-af3c-bc1b01d4db29', 'x-compute-request-id': 'req-fa4263ed-eaf9-417d-af3c-bc1b01d4db29', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:54:49,048 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.146s 2021-10-27 01:54:49,049 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-053bc5a4-abd9-4350-a1fe-e1ae35098d8c', 'x-compute-request-id': 'req-053bc5a4-abd9-4350-a1fe-e1ae35098d8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:54:50,200 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.143s 2021-10-27 01:54:50,201 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-60117068-858a-45a8-964a-b17749a0fb82', 'x-compute-request-id': 'req-60117068-858a-45a8-964a-b17749a0fb82', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:54:51,355 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.146s 2021-10-27 01:54:51,355 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-daac27b7-efdf-43c5-b2ec-87becb0cb3ad', 'x-compute-request-id': 'req-daac27b7-efdf-43c5-b2ec-87becb0cb3ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:54:52,515 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.150s 2021-10-27 01:54:52,515 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8b6cae74-3d31-44c6-ae40-c9f456ed785e', 'x-compute-request-id': 'req-8b6cae74-3d31-44c6-ae40-c9f456ed785e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:54:53,669 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.144s 2021-10-27 01:54:53,669 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-240d3c4e-c543-47a0-9ca8-ad4ad2b258dc', 'x-compute-request-id': 'req-240d3c4e-c543-47a0-9ca8-ad4ad2b258dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:54:54,824 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.146s 2021-10-27 01:54:54,825 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f4885f89-9c5b-4502-b007-f4acc10c59f6', 'x-compute-request-id': 'req-f4885f89-9c5b-4502-b007-f4acc10c59f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:54:56,003 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.169s 2021-10-27 01:54:56,003 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-79025130-154c-4c38-8bde-3dc87706b932', 'x-compute-request-id': 'req-79025130-154c-4c38-8bde-3dc87706b932', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:54:57,158 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.145s 2021-10-27 01:54:57,158 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-26204139-b911-4c24-ab48-a2f235a371ec', 'x-compute-request-id': 'req-26204139-b911-4c24-ab48-a2f235a371ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:54:58,306 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.140s 2021-10-27 01:54:58,306 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cb48409b-cb5c-4045-99b5-3fd7d77f5d8e', 'x-compute-request-id': 'req-cb48409b-cb5c-4045-99b5-3fd7d77f5d8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:54:59,458 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.142s 2021-10-27 01:54:59,458 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:54:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b1f1f5f3-1a6e-47ad-9f62-31f04205c686', 'x-compute-request-id': 'req-b1f1f5f3-1a6e-47ad-9f62-31f04205c686', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:55:00,606 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.140s 2021-10-27 01:55:00,607 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a4dc9428-89cd-4526-8f5b-cbe4947c7806', 'x-compute-request-id': 'req-a4dc9428-89cd-4526-8f5b-cbe4947c7806', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:55:01,757 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.142s 2021-10-27 01:55:01,758 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a32435a1-08a6-4469-9c90-09193913555f', 'x-compute-request-id': 'req-a32435a1-08a6-4469-9c90-09193913555f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:55:02,908 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.142s 2021-10-27 01:55:02,909 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d40d627e-1434-4cfc-b166-b5c8c1a564e7', 'x-compute-request-id': 'req-d40d627e-1434-4cfc-b166-b5c8c1a564e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:55:04,060 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.143s 2021-10-27 01:55:04,060 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c3eeeb4e-ce9a-449e-b88d-a45164735ad6', 'x-compute-request-id': 'req-c3eeeb4e-ce9a-449e-b88d-a45164735ad6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:55:05,213 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.143s 2021-10-27 01:55:05,213 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-937df638-4659-493b-b87e-07ded2a08c3f', 'x-compute-request-id': 'req-937df638-4659-493b-b87e-07ded2a08c3f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:55:06,372 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.149s 2021-10-27 01:55:06,372 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6e212010-bf1f-4002-92c4-227a2775d9a7', 'x-compute-request-id': 'req-6e212010-bf1f-4002-92c4-227a2775d9a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:55:07,670 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.289s 2021-10-27 01:55:07,671 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6d58aee8-7b9d-4099-b412-dde04f76d5fe', 'x-compute-request-id': 'req-6d58aee8-7b9d-4099-b412-dde04f76d5fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:55:09,019 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.339s 2021-10-27 01:55:09,020 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e8bd4eb9-bfb2-4157-9253-030198f85484', 'x-compute-request-id': 'req-e8bd4eb9-bfb2-4157-9253-030198f85484', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:55:10,226 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.198s 2021-10-27 01:55:10,227 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1d3a99cd-d19d-45f7-ba34-94c9d323f3da', 'x-compute-request-id': 'req-1d3a99cd-d19d-45f7-ba34-94c9d323f3da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:55:11,381 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.146s 2021-10-27 01:55:11,381 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7d0ddcff-4a08-41d8-81cb-f1c9dfc410ff', 'x-compute-request-id': 'req-7d0ddcff-4a08-41d8-81cb-f1c9dfc410ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:55:12,686 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.297s 2021-10-27 01:55:12,687 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4bc0ad15-53ba-4b3a-a103-c0ce297600c9', 'x-compute-request-id': 'req-4bc0ad15-53ba-4b3a-a103-c0ce297600c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:55:13,914 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.218s 2021-10-27 01:55:13,914 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b8057eca-e21e-4b22-8e8c-8464e3781e7f', 'x-compute-request-id': 'req-b8057eca-e21e-4b22-8e8c-8464e3781e7f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:55:15,067 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.144s 2021-10-27 01:55:15,068 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-de1f28ae-3c00-4857-ad32-3c8a5d67554a', 'x-compute-request-id': 'req-de1f28ae-3c00-4857-ad32-3c8a5d67554a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:55:16,224 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04 0.147s 2021-10-27 01:55:16,224 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1793c0bd-ac8a-4e83-bdec-84b97b5741e5', 'x-compute-request-id': 'req-1793c0bd-ac8a-4e83-bdec-84b97b5741e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04'} Body: b'{"server": {"id": "92ab564f-067f-4158-a9b3-4e6bfab8fa04", "name": "tempest-TestMinimumBasicScenario-server-1738641622", "status": "ACTIVE", "tenant_id": "7b99601dd04044bd8118ad96177e4e1b", "user_id": "8a9c3207beb140f58f7967d0b792f5c3", "metadata": {}, "hostId": "302e96cddbf2dafa9f1aeae92725a2b3cdf2cd09feb11a48aa948bbe", "image": {"id": "bcbdc984-3f17-4bee-ae44-efeb5efb52cf", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.25/compute/flavors/452"}]}, "created": "2021-10-27T01:33:58Z", "updated": "2021-10-27T01:49:16Z", "addresses": {"tempest-TestMinimumBasicScenario-811422328-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:93:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.25/compute/v2.1/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}, {"rel": "bookmark", "href": "http://10.222.0.25/compute/servers/92ab564f-067f-4158-a9b3-4e6bfab8fa04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-1123290075", "OS-SRV-USG:launched_at": "2021-10-27T01:34:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1c0a8663-8b79-4eb8-b837-6257794066a7"}]}}' 2021-10-27 01:55:16,259 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.222.0.25/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1123290075 0.026s 2021-10-27 01:55:16,259 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:16 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-158718de-a6ab-4695-8f2a-42bdfe06ef2a', 'x-compute-request-id': 'req-158718de-a6ab-4695-8f2a-42bdfe06ef2a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.25/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1123290075'} Body: b'' 2021-10-27 01:55:16,884 122961 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.222.0.25/image/v2/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf 0.624s 2021-10-27 01:55:16,884 122961 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 27 Oct 2021 01:55:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-9ff52e84-929d-46ae-a1fe-a92065a09f77', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.25/image/v2/images/bcbdc984-3f17-4bee-ae44-efeb5efb52cf'} 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-c8d9824d-1bbd-472d-8457-0d7d906a7648)"} }}} 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 1c0a8663-8b79-4eb8-b837-6257794066a7 within the required time (360 s). Timer started at 1635298996. Timer ended at 1635299356waited for 360 }}} traceback-4: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/waiters.py", line 141, in wait_for_server_termination raise lib_exc.TimeoutException tempest.lib.exceptions.TimeoutException: Request timed out Details: None }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/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 380, in wait_for_volume_attachment_remove_from_server raise lib_exc.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: Volume 1c0a8663-8b79-4eb8-b837-6257794066a7 failed to detach from server 92ab564f-067f-4158-a9b3-4e6bfab8fa04 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
pt10.1: setUpClass (tempest.api.compute.volumes.test_attach_volume.AttachVolumeMultiAttachTest) |
||||||
setUpClass (tempest.api.volume.admin.test_multi_backend | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumeMultiBackendTest) |
skip
pt11.1: setUpClass (tempest.api.volume.admin.test_multi_backend.VolumeMultiBackendTest) |
||||||
setUpClass (tempest.api.volume.admin.test_volume_retype | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumeRetypeWithMigrationTest) |
skip
pt12.1: setUpClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithMigrationTest) |
||||||
setUpClass (tempest.api.volume.admin.test_volumes_backup | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumesBackupsAdminTest) |
skip
pt13.1: setUpClass (tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest) |
||||||
setUpClass (tempest.api.volume.test_volumes_backup | 2 | 0 | 0 | 0 | 2 | Detail | |
VolumesBackupsV39Test) |
skip
pt14.1: setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test) |
||||||
VolumesBackupsTest) |
skip
pt14.2: setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsTest) |
||||||
setUpClass (tempest.scenario.test_encrypted_cinder_volumes | 1 | 0 | 0 | 0 | 1 | Detail | |
TestEncryptedCinderVolumes) |
skip
pt15.1: setUpClass (tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes) |
||||||
tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_delete_server_while_in_attached_volume[id-d0f3f0d6-d9b6-4a32-8da4-23015dcab23c,volume] |
pass
pt16.1: tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume[id-d0f3f0d6-d9b6-4a32-8da4-23015dcab23c,volume] |
||||||
tempest.api.compute.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
pt17.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
pt17.2: tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_detach_volume[id-f56e465b-fe10-48bf-b75d-646cda3a8bc9,negative,volume] |
||||||
tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_volume_snapshot_create_get_list_delete[id-cd4ec87d-7825-450d-8040-6e2068f2da8f] |
pass
pt18.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
pt19.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
pt20.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
pt20.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
pt20.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
pt20.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
pt20.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
pt20.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
pt21.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
pt21.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
pt21.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
pt21.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
pt21.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
pt21.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
pt21.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
pt21.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
pt22.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
pt22.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
pt23.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
pt24.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
pt24.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
pt24.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
pt25.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
pt26.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
pt27.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
pt28.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
pt28.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
pt29.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
pt30.1: tempest.api.volume.admin.test_groups.GroupsV320Test.test_reset_group_status[id-b20c696b-0cbc-49a5-8b3a-b1fb9338f45c] |
||||||
tempest.api.volume.admin.test_qos.QosSpecsTestJSON | 7 | 7 | 0 | 0 | 0 | Detail | |
test_associate_disassociate_qos[id-1dd93c76-6420-485d-a771-874044c416ac] |
pass
pt31.1: tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_associate_disassociate_qos[id-1dd93c76-6420-485d-a771-874044c416ac] |
||||||
test_create_delete_qos_with_back_end_consumer[id-b115cded-8f58-4ee4-aab5-9192cfada08f] |
pass
pt31.2: tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_back_end_consumer[id-b115cded-8f58-4ee4-aab5-9192cfada08f] |
||||||
test_create_delete_qos_with_both_consumer[id-f88d65eb-ea0d-487d-af8d-71f4011575a4] |
pass
pt31.3: tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_both_consumer[id-f88d65eb-ea0d-487d-af8d-71f4011575a4] |
||||||
test_create_delete_qos_with_front_end_consumer[id-7e15f883-4bef-49a9-95eb-f94209a1ced1] |
pass
pt31.4: tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_front_end_consumer[id-7e15f883-4bef-49a9-95eb-f94209a1ced1] |
||||||
test_get_qos[id-7aa214cc-ac1a-4397-931f-3bb2e83bb0fd] |
pass
pt31.5: tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_get_qos[id-7aa214cc-ac1a-4397-931f-3bb2e83bb0fd] |
||||||
test_list_qos[id-75e04226-bcf7-4595-a34b-fdf0736f38fc] |
pass
pt31.6: tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_list_qos[id-75e04226-bcf7-4595-a34b-fdf0736f38fc] |
||||||
test_set_unset_qos_key[id-ed00fd85-4494-45f2-8ceb-9e2048919aed] |
pass
pt31.7: tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_set_unset_qos_key[id-ed00fd85-4494-45f2-8ceb-9e2048919aed] |
||||||
tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest | 6 | 6 | 0 | 0 | 0 | Detail | |
test_reset_snapshot_status[id-3e13ca2f-48ea-49f3-ae1a-488e9180d535] |
pass
pt32.1: tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_reset_snapshot_status[id-3e13ca2f-48ea-49f3-ae1a-488e9180d535] |
||||||
test_snapshot_force_delete_when_snapshot_is_creating[id-05f711b6-e629-4895-8103-7ca069f2073a] |
pass
pt32.2: tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_creating[id-05f711b6-e629-4895-8103-7ca069f2073a] |
||||||
test_snapshot_force_delete_when_snapshot_is_deleting[id-92ce8597-b992-43a1-8868-6316b22a969e] |
pass
pt32.3: tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_deleting[id-92ce8597-b992-43a1-8868-6316b22a969e] |
||||||
test_snapshot_force_delete_when_snapshot_is_error[id-645a4a67-a1eb-4e8e-a547-600abac1525d] |
pass
pt32.4: tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error[id-645a4a67-a1eb-4e8e-a547-600abac1525d] |
||||||
test_snapshot_force_delete_when_snapshot_is_error_deleting[id-bf89080f-8129-465e-9327-b2f922666ba5] |
pass
pt32.5: tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error_deleting[id-bf89080f-8129-465e-9327-b2f922666ba5] |
||||||
test_update_snapshot_status[id-41288afd-d463-485e-8f6e-4eea159413eb] |
pass
pt32.6: tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_update_snapshot_status[id-41288afd-d463-485e-8f6e-4eea159413eb] |
||||||
tempest.api.volume.admin.test_user_messages.UserMessagesTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_delete_message[id-c6eb6901-cdcc-490f-b735-4fe251842aed] |
pass
pt33.1: tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_delete_message[id-c6eb6901-cdcc-490f-b735-4fe251842aed] |
||||||
test_list_show_messages[id-50f29e6e-f363-42e1-8ad1-f67ae7fd4d5a] |
pass
pt33.2: tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_list_show_messages[id-50f29e6e-f363-42e1-8ad1-f67ae7fd4d5a] |
||||||
tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_list_hosts[id-d5f3efa2-6684-4190-9ced-1c2f526352ad] |
pass
pt34.1: tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_list_hosts[id-d5f3efa2-6684-4190-9ced-1c2f526352ad] |
||||||
tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_get_pools_with_details[id-d4bb61f7-762d-4437-b8a4-5785759a0ced] |
pass
pt35.1: tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_with_details[id-d4bb61f7-762d-4437-b8a4-5785759a0ced] |
||||||
test_get_pools_without_details[id-0248a46c-e226-4933-be10-ad6fca8227e7] |
pass
pt35.2: tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_without_details[id-0248a46c-e226-4933-be10-ad6fca8227e7] |
||||||
tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_show_default_quota[id-abb9198e-67d0-4b09-859f-4f4a1418f176] |
pass
pt36.1: tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_show_default_quota[id-abb9198e-67d0-4b09-859f-4f4a1418f176] |
||||||
test_update_default_quota[id-a7644c63-2669-467a-b00e-452dd5c5397b] |
pass
pt36.2: tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_update_default_quota[id-a7644c63-2669-467a-b00e-452dd5c5397b] |
||||||
tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON | 7 | 7 | 0 | 0 | 0 | Detail | |
test_delete_quota[id-874b35a9-51f1-4258-bec5-cd561b6690d3] |
pass
pt37.1: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_delete_quota[id-874b35a9-51f1-4258-bec5-cd561b6690d3] |
||||||
test_list_default_quotas[id-2be020a2-5fdd-423d-8d35-a7ffbc36e9f7] |
pass
pt37.2: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_default_quotas[id-2be020a2-5fdd-423d-8d35-a7ffbc36e9f7] |
||||||
test_list_quotas[id-59eada70-403c-4cef-a2a3-a8ce2f1b07a0] |
pass
pt37.3: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_quotas[id-59eada70-403c-4cef-a2a3-a8ce2f1b07a0] |
||||||
test_quota_usage[id-ae8b6091-48ad-4bfa-a188-bbf5cc02115f] |
pass
pt37.4: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage[id-ae8b6091-48ad-4bfa-a188-bbf5cc02115f] |
||||||
test_quota_usage_after_volume_transfer[id-8911036f-9d54-4720-80cc-a1c9796a8805] |
pass
pt37.5: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage_after_volume_transfer[id-8911036f-9d54-4720-80cc-a1c9796a8805] |
||||||
test_show_quota_usage[id-18c51ae9-cb03-48fc-b234-14a19374dbed] |
pass
pt37.6: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_show_quota_usage[id-18c51ae9-cb03-48fc-b234-14a19374dbed] |
||||||
test_update_all_quota_resources_for_tenant[id-3d45c99e-cc42-4424-a56e-5cbd212b63a6] |
pass
pt37.7: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_update_all_quota_resources_for_tenant[id-3d45c99e-cc42-4424-a56e-5cbd212b63a6] |
||||||
tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON | 3 | 3 | 0 | 0 | 0 | Detail | |
test_quota_volume_gigabytes[id-2dc27eee-8659-4298-b900-169d71a91374,negative] |
pass
pt38.1: tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_quota_volume_gigabytes[id-2dc27eee-8659-4298-b900-169d71a91374,negative] |
||||||
test_quota_volumes[id-bf544854-d62a-47f2-a681-90f7a47d86b6,negative] |
pass
pt38.2: tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_quota_volumes[id-bf544854-d62a-47f2-a681-90f7a47d86b6,negative] |
||||||
test_volume_extend_gigabytes_quota_deviation[id-d321dc21-d8c6-401f-95fe-49f4845f1a6d,negative] |
pass
pt38.3: tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_volume_extend_gigabytes_quota_deviation[id-d321dc21-d8c6-401f-95fe-49f4845f1a6d,negative] |
||||||
tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithoutMigrationTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_available_volume_retype[id-b90412ee-465d-46e9-b249-ec84a47d5f25] |
pass
pt39.1: tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithoutMigrationTest.test_available_volume_retype[id-b90412ee-465d-46e9-b249-ec84a47d5f25] |
||||||
tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON | 5 | 5 | 0 | 0 | 0 | Detail | |
test_get_service_by_host_name[id-178710e4-7596-4e08-9333-745cb8bc4f8d] |
pass
pt40.1: tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_host_name[id-178710e4-7596-4e08-9333-745cb8bc4f8d] |
||||||
test_get_service_by_service_and_host_name[id-ffa6167c-4497-4944-a464-226bbdb53908] |
pass
pt40.2: tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_and_host_name[id-ffa6167c-4497-4944-a464-226bbdb53908] |
||||||
test_get_service_by_service_binary_name[id-63a3e1ca-37ee-4983-826d-83276a370d25] |
pass
pt40.3: tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_binary_name[id-63a3e1ca-37ee-4983-826d-83276a370d25] |
||||||
test_get_service_by_volume_host_name[id-67ec6902-f91d-4dec-91fa-338523208bbc] |
pass
pt40.4: tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_volume_host_name[id-67ec6902-f91d-4dec-91fa-338523208bbc] |
||||||
test_list_services[id-e0218299-0a59-4f43-8b2b-f1c035b3d26d] |
pass
pt40.5: tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_list_services[id-e0218299-0a59-4f43-8b2b-f1c035b3d26d] |
||||||
tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest | 5 | 5 | 0 | 0 | 0 | Detail | |
test_disable_log_reason_with_no_reason[id-77767b36-5e8f-4c68-a0b5-2308cc21ec64,negative] |
pass
pt41.1: tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_disable_log_reason_with_no_reason[id-77767b36-5e8f-4c68-a0b5-2308cc21ec64,negative] |
||||||
test_disable_service_with_invalid_binary[id-c571f179-c6e6-4c50-a0ab-368b628a8ac1,negative] |
pass
pt41.2: tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_disable_service_with_invalid_binary[id-c571f179-c6e6-4c50-a0ab-368b628a8ac1,negative] |
||||||
test_enable_service_with_invalid_host[id-3246ce65-ba70-4159-aa3b-082c28e4b484,negative] |
pass
pt41.3: tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_enable_service_with_invalid_host[id-3246ce65-ba70-4159-aa3b-082c28e4b484,negative] |
||||||
test_freeze_host_with_invalid_host[id-712bfab8-1f44-4eb5-a632-fa70bf78f05e,negative] |
pass
pt41.4: tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_freeze_host_with_invalid_host[id-712bfab8-1f44-4eb5-a632-fa70bf78f05e,negative] |
||||||
test_thaw_host_with_invalid_host[id-7c6287c9-d655-47e1-9a11-76f6657a6dce,negative] |
pass
pt41.5: tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_thaw_host_with_invalid_host[id-7c6287c9-d655-47e1-9a11-76f6657a6dce,negative] |
||||||
tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_quota_volume_gigabytes_snapshots[id-c99a1ca9-6cdf-498d-9fdf-25832babef27,negative] |
pass
pt42.1: tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_gigabytes_snapshots[id-c99a1ca9-6cdf-498d-9fdf-25832babef27,negative] |
||||||
test_quota_volume_snapshots[id-02bbf63f-6c05-4357-9d98-2926a94064ff,negative] |
pass
pt42.2: tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_snapshots[id-02bbf63f-6c05-4357-9d98-2926a94064ff,negative] |
||||||
tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_volume_type_access_add[id-d4dd0027-835f-4554-a6e5-50903fb79184] |
pass
pt43.1: tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_add[id-d4dd0027-835f-4554-a6e5-50903fb79184] |
||||||
test_volume_type_access_list[id-5220eb28-a435-43ce-baaf-ed46f0e95159] |
pass
pt43.2: tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_list[id-5220eb28-a435-43ce-baaf-ed46f0e95159] |
||||||
tempest.api.volume.admin.test_volume_types.VolumeTypesTest | 5 | 5 | 0 | 0 | 0 | Detail | |
test_volume_crud_with_volume_type_and_extra_specs[id-c03cc62c-f4e9-4623-91ec-64ce2f9c1260] |
pass
pt44.1: tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_crud_with_volume_type_and_extra_specs[id-c03cc62c-f4e9-4623-91ec-64ce2f9c1260] |
||||||
test_volume_type_create_get_delete[id-4e955c3b-49db-4515-9590-0c99f8e471ad] |
pass
pt44.2: tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_create_get_delete[id-4e955c3b-49db-4515-9590-0c99f8e471ad] |
||||||
test_volume_type_encryption_create_get_update_delete[id-7830abd0-ff99-4793-a265-405684a54d46] |
pass
pt44.3: tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_encryption_create_get_update_delete[id-7830abd0-ff99-4793-a265-405684a54d46] |
||||||
test_volume_type_list[id-9d9b28e3-1b2e-4483-a2cc-24aa0ea1de54] |
pass
pt44.4: tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_list[id-9d9b28e3-1b2e-4483-a2cc-24aa0ea1de54] |
||||||
test_volume_type_update[id-cf9f07c6-db9e-4462-a243-5933ad65e9c8] |
pass
pt44.5: tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_update[id-cf9f07c6-db9e-4462-a243-5933ad65e9c8] |
||||||
tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_volume_type_extra_spec_create_get_delete[id-d4772798-601f-408a-b2a5-29e8a59d1220] |
pass
pt45.1: tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_spec_create_get_delete[id-d4772798-601f-408a-b2a5-29e8a59d1220] |
||||||
test_volume_type_extra_specs_list[id-b42923e9-0452-4945-be5b-d362ae533e60] |
pass
pt45.2: tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_list[id-b42923e9-0452-4945-be5b-d362ae533e60] |
||||||
test_volume_type_extra_specs_update[id-0806db36-b4a0-47a1-b6f3-c2e7f194d017] |
pass
pt45.3: tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_update[id-0806db36-b4a0-47a1-b6f3-c2e7f194d017] |
||||||
tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest | 12 | 12 | 0 | 0 | 0 | Detail | |
test_create_invalid_body[id-bc772c71-1ed4-4716-b945-8b5ed0f15e87,negative] |
pass
pt46.1: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_invalid_body[id-bc772c71-1ed4-4716-b945-8b5ed0f15e87,negative] |
||||||
test_create_none_body[id-c821bdc8-43a4-4bf4-86c8-82f3858d5f7d,negative] |
pass
pt46.2: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_none_body[id-c821bdc8-43a4-4bf4-86c8-82f3858d5f7d,negative] |
||||||
test_create_nonexistent_type_id[id-49d5472c-a53d-4eab-a4d3-450c4db1c545,negative] |
pass
pt46.3: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_nonexistent_type_id[id-49d5472c-a53d-4eab-a4d3-450c4db1c545,negative] |
||||||
test_delete_nonexistent_volume_type_id[id-031cda8b-7d23-4246-8bf6-bbe73fd67074,negative] |
pass
pt46.4: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_delete_nonexistent_volume_type_id[id-031cda8b-7d23-4246-8bf6-bbe73fd67074,negative] |
||||||
test_get_nonexistent_extra_spec_name[id-c881797d-12ff-4f1a-b09d-9f6212159753,negative] |
pass
pt46.5: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_extra_spec_name[id-c881797d-12ff-4f1a-b09d-9f6212159753,negative] |
||||||
test_get_nonexistent_volume_type_id[id-9f402cbd-1838-4eb4-9554-126a6b1908c9,negative] |
pass
pt46.6: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_volume_type_id[id-9f402cbd-1838-4eb4-9554-126a6b1908c9,negative] |
||||||
test_list_nonexistent_volume_type_id[id-dee5cf0c-cdd6-4353-b70c-e847050d71fb,negative] |
pass
pt46.7: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_list_nonexistent_volume_type_id[id-dee5cf0c-cdd6-4353-b70c-e847050d71fb,negative] |
||||||
test_update_multiple_extra_spec[id-a77dfda2-9100-448e-9076-ed1711f4bdfc,negative] |
pass
pt46.8: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_multiple_extra_spec[id-a77dfda2-9100-448e-9076-ed1711f4bdfc,negative] |
||||||
test_update_no_body[id-08961d20-5cbb-4910-ac0f-89ad6dbb2da1,negative] |
pass
pt46.9: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_no_body[id-08961d20-5cbb-4910-ac0f-89ad6dbb2da1,negative] |
||||||
test_update_none_extra_spec_id[id-9bf7a657-b011-4aec-866d-81c496fbe5c8,negative] |
pass
pt46.10: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_none_extra_spec_id[id-9bf7a657-b011-4aec-866d-81c496fbe5c8,negative] |
||||||
test_update_nonexistent_extra_spec_id[id-25e5a0ee-89b3-4c53-8310-236f76c75365,negative] |
pass
pt46.11: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_extra_spec_id[id-25e5a0ee-89b3-4c53-8310-236f76c75365,negative] |
||||||
test_update_nonexistent_type_id[id-474090d2-0824-eb3b-9335-f506b4aa49d8,negative] |
pass
pt46.12: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_type_id[id-474090d2-0824-eb3b-9335-f506b4aa49d8,negative] |
||||||
tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest | 6 | 6 | 0 | 0 | 0 | Detail | |
test_create_volume_type_encryption_nonexistent_type_id[id-a5924b5f-b6c1-49ba-994c-b4af55d26e52,negative] |
pass
pt47.1: tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_type_encryption_nonexistent_type_id[id-a5924b5f-b6c1-49ba-994c-b4af55d26e52,negative] |
||||||
test_create_volume_with_private_volume_type[id-8c09f849-f225-4d78-ba87-bffd9a5e0c6f,negative] |
pass
pt47.2: tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_with_private_volume_type[id-8c09f849-f225-4d78-ba87-bffd9a5e0c6f,negative] |
||||||
test_create_with_empty_name[id-878b4e57-faa2-4659-b0d1-ce740a06ae81,negative] |
pass
pt47.3: tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_empty_name[id-878b4e57-faa2-4659-b0d1-ce740a06ae81,negative] |
||||||
test_create_with_repeated_name[id-969b10c7-3d77-4e1b-a4f2-2d265980f7e5,negative] |
pass
pt47.4: tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_repeated_name[id-969b10c7-3d77-4e1b-a4f2-2d265980f7e5,negative] |
||||||
test_delete_nonexistent_type_id[id-6b3926d2-7d73-4896-bc3d-e42dfd11a9f6,negative] |
pass
pt47.5: tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_delete_nonexistent_type_id[id-6b3926d2-7d73-4896-bc3d-e42dfd11a9f6,negative] |
||||||
test_get_nonexistent_type_id[id-994610d6-0476-4018-a644-a2602ef5d4aa,negative] |
pass
pt47.6: tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_get_nonexistent_type_id[id-994610d6-0476-4018-a644-a2602ef5d4aa,negative] |
||||||
tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest | 5 | 5 | 0 | 0 | 0 | Detail | |
test_volume_force_delete_when_volume_is_attaching[id-db8d607a-aa2e-4beb-b51d-d4005c232011] |
pass
pt48.1: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_attaching[id-db8d607a-aa2e-4beb-b51d-d4005c232011] |
||||||
test_volume_force_delete_when_volume_is_creating[id-21737d5a-92f2-46d7-b009-a0cc0ee7a570] |
pass
pt48.2: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_creating[id-21737d5a-92f2-46d7-b009-a0cc0ee7a570] |
||||||
test_volume_force_delete_when_volume_is_error[id-3e33a8a8-afd4-4d64-a86b-c27a185c5a4a] |
pass
pt48.3: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_error[id-3e33a8a8-afd4-4d64-a86b-c27a185c5a4a] |
||||||
test_volume_force_delete_when_volume_is_maintenance[id-b957cabd-1486-4e21-90cf-a9ed3c39dfb2] |
pass
pt48.4: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_maintenance[id-b957cabd-1486-4e21-90cf-a9ed3c39dfb2] |
||||||
test_volume_reset_status[id-d063f96e-a2e0-4f34-8b8a-395c42de1845] |
pass
pt48.5: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_reset_status[id-d063f96e-a2e0-4f34-8b8a-395c42de1845] |
||||||
tempest.api.volume.admin.test_volumes_list.VolumesListAdminTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_volume_list_param_tenant[id-5866286f-3290-4cfd-a414-088aa6cdc469] |
pass
pt49.1: tempest.api.volume.admin.test_volumes_list.VolumesListAdminTestJSON.test_volume_list_param_tenant[id-5866286f-3290-4cfd-a414-088aa6cdc469] |
||||||
tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_availability_zone_list[id-01f1ae88-eba9-4c6b-a011-6f7ace06b725] |
pass
pt50.1: tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list[id-01f1ae88-eba9-4c6b-a011-6f7ace06b725] |
||||||
tempest.api.volume.test_extensions.ExtensionsTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_list_extensions[id-94607eb0-43a5-47ca-82aa-736b41bd2e2c] |
pass
pt51.1: tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions[id-94607eb0-43a5-47ca-82aa-736b41bd2e2c] |
||||||
tempest.api.volume.test_image_metadata.VolumesImageMetadata | 1 | 1 | 0 | 0 | 0 | Detail | |
test_update_show_delete_image_metadata[id-03efff0b-5c75-4822-8f10-8789ac15b13e,image] |
pass
pt52.1: tempest.api.volume.test_image_metadata.VolumesImageMetadata.test_update_show_delete_image_metadata[id-03efff0b-5c75-4822-8f10-8789ac15b13e,image] |
||||||
tempest.api.volume.test_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_list.VolumesListTestJSON | 18 | 18 | 0 | 0 | 0 | Detail | |
test_volume_list[id-0b6ddd39-b948-471f-8038-4787978747c4,smoke] |
pass
pt66.1: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list[id-0b6ddd39-b948-471f-8038-4787978747c4,smoke] |
||||||
test_volume_list_by_name[id-a28e8da4-0b56-472f-87a8-0f4d3f819c02] |
pass
pt66.2: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name[id-a28e8da4-0b56-472f-87a8-0f4d3f819c02] |
||||||
test_volume_list_details_by_name[id-2de3a6d4-12aa-403b-a8f2-fdeb42a89623] |
pass
pt66.3: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name[id-2de3a6d4-12aa-403b-a8f2-fdeb42a89623] |
||||||
test_volume_list_details_pagination[id-e9138a2c-f67b-4796-8efa-635c196d01de] |
pass
pt66.4: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination[id-e9138a2c-f67b-4796-8efa-635c196d01de] |
||||||
test_volume_list_details_with_multiple_params[id-2a7064eb-b9c3-429b-b888-33928fc5edd3] |
pass
pt66.5: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params[id-2a7064eb-b9c3-429b-b888-33928fc5edd3] |
||||||
test_volume_list_pagination[id-af55e775-8e4b-4feb-8719-215c43b0238c] |
pass
pt66.6: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination[id-af55e775-8e4b-4feb-8719-215c43b0238c] |
||||||
test_volume_list_param_display_name_and_status[id-777c87c1-2fc4-4883-8b8e-5c0b951d1ec8] |
pass
pt66.7: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status[id-777c87c1-2fc4-4883-8b8e-5c0b951d1ec8] |
||||||
test_volume_list_with_detail_param_display_name_and_status[id-856ab8ca-6009-4c37-b691-be1065528ad4] |
pass
pt66.8: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status[id-856ab8ca-6009-4c37-b691-be1065528ad4] |
||||||
test_volume_list_with_detail_param_marker[id-46eff077-100b-427f-914e-3db2abcdb7e2] |
pass
pt66.9: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_marker[id-46eff077-100b-427f-914e-3db2abcdb7e2] |
||||||
test_volume_list_with_detail_param_metadata[id-1ca92d3c-4a8e-4b43-93f5-e4c7fb3b291d] |
pass
pt66.10: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata[id-1ca92d3c-4a8e-4b43-93f5-e4c7fb3b291d] |
||||||
test_volume_list_with_details[id-adcbb5a7-5ad8-4b61-bd10-5380e111a877] |
pass
pt66.11: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details[id-adcbb5a7-5ad8-4b61-bd10-5380e111a877] |
||||||
test_volume_list_with_param_metadata[id-b5ebea1b-0603-40a0-bb41-15fcd0a53214] |
pass
pt66.12: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata[id-b5ebea1b-0603-40a0-bb41-15fcd0a53214] |
||||||
test_volumes_list_by_availability_zone[id-c0cfa863-3020-40d7-b587-e35f597d5d87] |
pass
pt66.13: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone[id-c0cfa863-3020-40d7-b587-e35f597d5d87] |
||||||
test_volumes_list_by_bootable[id-2016a942-3020-40d7-95ce-7613bf8407ce] |
pass
pt66.14: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_bootable[id-2016a942-3020-40d7-95ce-7613bf8407ce] |
||||||
test_volumes_list_by_status[id-39654e13-734c-4dab-95ce-7613bf8407ce] |
pass
pt66.15: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status[id-39654e13-734c-4dab-95ce-7613bf8407ce] |
||||||
test_volumes_list_details_by_availability_zone[id-e1b80d13-94f0-4ba2-a40e-386af29f8db1] |
pass
pt66.16: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone[id-e1b80d13-94f0-4ba2-a40e-386af29f8db1] |
||||||
test_volumes_list_details_by_bootable[id-2016a939-72ec-482a-bf49-d5ca06216b9f] |
pass
pt66.17: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_bootable[id-2016a939-72ec-482a-bf49-d5ca06216b9f] |
||||||
test_volumes_list_details_by_status[id-2943f712-71ec-482a-bf49-d5ca06216b9f] |
pass
pt66.18: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status[id-2943f712-71ec-482a-bf49-d5ca06216b9f] |
||||||
tempest.api.volume.test_volumes_negative.VolumesNegativeTest | 32 | 32 | 0 | 0 | 0 | Detail | |
test_attach_volumes_with_nonexistent_volume_id[compute,id-f5e56b0a-5d02-43c1-a2a7-c9b792c2e3f6,negative] |
pass
pt67.1: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_attach_volumes_with_nonexistent_volume_id[compute,id-f5e56b0a-5d02-43c1-a2a7-c9b792c2e3f6,negative] |
||||||
test_create_volume_from_deactivated_image[id-d15e7f35-2cfc-48c8-9418-c8223a89bcbb,image,negative] |
pass
pt67.2: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_deactivated_image[id-d15e7f35-2cfc-48c8-9418-c8223a89bcbb,image,negative] |
||||||
test_create_volume_from_image_with_decreasing_size[id-5b810c91-0ad1-47ce-aee8-615f789be78f,image,negative] |
pass
pt67.3: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_image_with_decreasing_size[id-5b810c91-0ad1-47ce-aee8-615f789be78f,image,negative] |
||||||
test_create_volume_with_invalid_size[id-1ed83a8a-682d-4dfb-a30e-ee63ffd6c049,negative] |
pass
pt67.4: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size[id-1ed83a8a-682d-4dfb-a30e-ee63ffd6c049,negative] |
||||||
test_create_volume_with_nonexistent_snapshot_id[id-0c36f6ae-4604-4017-b0a9-34fdc63096f9,negative] |
pass
pt67.5: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id[id-0c36f6ae-4604-4017-b0a9-34fdc63096f9,negative] |
||||||
test_create_volume_with_nonexistent_source_volid[id-47c73e08-4be8-45bb-bfdf-0c4e79b88344,negative] |
pass
pt67.6: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid[id-47c73e08-4be8-45bb-bfdf-0c4e79b88344,negative] |
||||||
test_create_volume_with_nonexistent_volume_type[id-10254ed8-3849-454e-862e-3ab8e6aa01d2,negative] |
pass
pt67.7: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type[id-10254ed8-3849-454e-862e-3ab8e6aa01d2,negative] |
||||||
test_create_volume_with_size_negative[id-8b472729-9eba-446e-a83b-916bdb34bef7,negative] |
pass
pt67.8: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative[id-8b472729-9eba-446e-a83b-916bdb34bef7,negative] |
||||||
test_create_volume_with_size_zero[id-41331caa-eaf4-4001-869d-bc18c1869360,negative] |
pass
pt67.9: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero[id-41331caa-eaf4-4001-869d-bc18c1869360,negative] |
||||||
test_create_volume_without_passing_size[id-9387686f-334f-4d31-a439-33494b9e2683,negative] |
pass
pt67.10: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size[id-9387686f-334f-4d31-a439-33494b9e2683,negative] |
||||||
test_delete_invalid_volume_id[id-1f035827-7c32-4019-9240-b4ec2dbd9dfd,negative] |
pass
pt67.11: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id[id-1f035827-7c32-4019-9240-b4ec2dbd9dfd,negative] |
||||||
test_delete_volume_without_passing_volume_id[id-441a1550-5d44-4b30-af0f-a6d402f52026,negative] |
pass
pt67.12: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id[id-441a1550-5d44-4b30-af0f-a6d402f52026,negative] |
||||||
test_detach_volumes_with_invalid_volume_id[id-9f9c24e4-011d-46b5-b992-952140ce237a,negative] |
pass
pt67.13: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_detach_volumes_with_invalid_volume_id[id-9f9c24e4-011d-46b5-b992-952140ce237a,negative] |
||||||
test_get_invalid_volume_id[id-30799cfd-7ee4-446c-b66c-45b383ed211b,negative] |
pass
pt67.14: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id[id-30799cfd-7ee4-446c-b66c-45b383ed211b,negative] |
||||||
test_get_volume_without_passing_volume_id[id-c6c3db06-29ad-4e91-beb0-2ab195fe49e3,negative] |
pass
pt67.15: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id[id-c6c3db06-29ad-4e91-beb0-2ab195fe49e3,negative] |
||||||
test_list_volumes_detail_with_invalid_status[id-ba94b27b-be3f-496c-a00e-0283b373fa75,negative] |
pass
pt67.16: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status[id-ba94b27b-be3f-496c-a00e-0283b373fa75,negative] |
||||||
test_list_volumes_detail_with_nonexistent_name[id-9ca17820-a0e7-4cbd-a7fa-f4468735e359,negative] |
pass
pt67.17: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name[id-9ca17820-a0e7-4cbd-a7fa-f4468735e359,negative] |
||||||
test_list_volumes_with_invalid_status[id-143b279b-7522-466b-81be-34a87d564a7c,negative] |
pass
pt67.18: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status[id-143b279b-7522-466b-81be-34a87d564a7c,negative] |
||||||
test_list_volumes_with_nonexistent_name[id-0f4aa809-8c7b-418f-8fb3-84c7a5dfc52f,negative] |
pass
pt67.19: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name[id-0f4aa809-8c7b-418f-8fb3-84c7a5dfc52f,negative] |
||||||
test_reserve_volume_with_negative_volume_status[id-449c4ed2-ecdd-47bb-98dc-072aeccf158c,negative] |
pass
pt67.20: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status[id-449c4ed2-ecdd-47bb-98dc-072aeccf158c,negative] |
||||||
test_reserve_volume_with_nonexistent_volume_id[id-ac6084c0-0546-45f9-b284-38a367e0e0e2,negative] |
pass
pt67.21: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id[id-ac6084c0-0546-45f9-b284-38a367e0e0e2,negative] |
||||||
test_unreserve_volume_with_nonexistent_volume_id[id-eb467654-3dc1-4a72-9b46-47c29d22654c,negative] |
pass
pt67.22: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id[id-eb467654-3dc1-4a72-9b46-47c29d22654c,negative] |
||||||
test_update_volume_with_empty_volume_id[id-72aeca85-57a5-4c1f-9057-f320f9ea575b,negative] |
pass
pt67.23: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id[id-72aeca85-57a5-4c1f-9057-f320f9ea575b,negative] |
||||||
test_update_volume_with_invalid_volume_id[id-e66e40d6-65e6-4e75-bdc7-636792fa152d,negative] |
pass
pt67.24: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id[id-e66e40d6-65e6-4e75-bdc7-636792fa152d,negative] |
||||||
test_update_volume_with_nonexistent_volume_id[id-0186422c-999a-480e-a026-6a665744c30c,negative] |
pass
pt67.25: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id[id-0186422c-999a-480e-a026-6a665744c30c,negative] |
||||||
test_volume_delete_nonexistent_volume_id[id-555efa6e-efcd-44ef-8a3b-4a7ca4837a29,negative] |
pass
pt67.26: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id[id-555efa6e-efcd-44ef-8a3b-4a7ca4837a29,negative] |
||||||
test_volume_extend_with_None_size[id-355218f1-8991-400a-a6bb-971239287d92,negative] |
pass
pt67.27: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_None_size[id-355218f1-8991-400a-a6bb-971239287d92,negative] |
||||||
test_volume_extend_with_non_number_size[id-5d0b480d-e833-439f-8a5a-96ad2ed6f22f,negative] |
pass
pt67.28: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_non_number_size[id-5d0b480d-e833-439f-8a5a-96ad2ed6f22f,negative] |
||||||
test_volume_extend_with_nonexistent_volume_id[id-8f05a943-013c-4063-ac71-7baf561e82eb,negative] |
pass
pt67.29: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_nonexistent_volume_id[id-8f05a943-013c-4063-ac71-7baf561e82eb,negative] |
||||||
test_volume_extend_with_size_smaller_than_original_size[id-e0c75c74-ee34-41a9-9288-2a2051452854,negative] |
pass
pt67.30: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_size_smaller_than_original_size[id-e0c75c74-ee34-41a9-9288-2a2051452854,negative] |
||||||
test_volume_extend_without_passing_volume_id[id-aff8ba64-6d6f-4f2e-bc33-41a08ee9f115,negative] |
pass
pt67.31: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_without_passing_volume_id[id-aff8ba64-6d6f-4f2e-bc33-41a08ee9f115,negative] |
||||||
test_volume_get_nonexistent_volume_id[id-f131c586-9448-44a4-a8b0-54ca838aa43e,negative] |
pass
pt67.32: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id[id-f131c586-9448-44a4-a8b0-54ca838aa43e,negative] |
||||||
tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON | 13 | 13 | 0 | 0 | 0 | Detail | |
test_snapshot_list_param_limit[id-db4d8e0a-7a2e-41cc-a712-961f6844e896] |
pass
pt68.1: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit[id-db4d8e0a-7a2e-41cc-a712-961f6844e896] |
||||||
test_snapshot_list_param_limit_equals_infinite[id-a1427f61-420e-48a5-b6e3-0b394fa95400] |
pass
pt68.2: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_infinite[id-a1427f61-420e-48a5-b6e3-0b394fa95400] |
||||||
test_snapshot_list_param_limit_equals_zero[id-e3b44b7f-ae87-45b5-8a8c-66110eb24d0a] |
pass
pt68.3: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_zero[id-e3b44b7f-ae87-45b5-8a8c-66110eb24d0a] |
||||||
test_snapshot_list_param_marker[id-05489dde-44bc-4961-a1f5-3ce7ee7824f7] |
pass
pt68.4: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_marker[id-05489dde-44bc-4961-a1f5-3ce7ee7824f7] |
||||||
test_snapshot_list_param_offset[id-ca96d551-17c6-4e11-b0e8-52d3bb8a63c7] |
pass
pt68.5: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_offset[id-ca96d551-17c6-4e11-b0e8-52d3bb8a63c7] |
||||||
test_snapshot_list_param_sort_created_at_asc[id-4052c3a0-2415-440a-a8cc-305a875331b0] |
pass
pt68.6: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_asc[id-4052c3a0-2415-440a-a8cc-305a875331b0] |
||||||
test_snapshot_list_param_sort_created_at_desc[id-dcbbe24a-f3c0-4ec8-9274-55d48db8d1cf] |
pass
pt68.7: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_desc[id-dcbbe24a-f3c0-4ec8-9274-55d48db8d1cf] |
||||||
test_snapshot_list_param_sort_id_asc[id-c5513ada-64c1-4d28-83b9-af3307ec1388] |
pass
pt68.8: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_asc[id-c5513ada-64c1-4d28-83b9-af3307ec1388] |
||||||
test_snapshot_list_param_sort_id_desc[id-8a7fe058-0b41-402a-8afd-2dbc5a4a718b] |
pass
pt68.9: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_desc[id-8a7fe058-0b41-402a-8afd-2dbc5a4a718b] |
||||||
test_snapshot_list_param_sort_name_asc[id-d58b5fed-0c37-42d3-8c5d-39014ac13c00] |
pass
pt68.10: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_asc[id-d58b5fed-0c37-42d3-8c5d-39014ac13c00] |
||||||
test_snapshot_list_param_sort_name_desc[id-96ba6f4d-1f18-47e1-b4bc-76edc6c21250] |
pass
pt68.11: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_desc[id-96ba6f4d-1f18-47e1-b4bc-76edc6c21250] |
||||||
test_snapshots_list_details_with_params[id-220a1022-1fcd-4a74-a7bd-6b859156cda2] |
pass
pt68.12: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params[id-220a1022-1fcd-4a74-a7bd-6b859156cda2] |
||||||
test_snapshots_list_with_params[id-59f41f43-aebf-48a9-ab5d-d76340fab32b] |
pass
pt68.13: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params[id-59f41f43-aebf-48a9-ab5d-d76340fab32b] |
||||||
tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON | 6 | 6 | 0 | 0 | 0 | Detail | |
test_create_snapshot_with_nonexistent_volume_id[id-e3e466af-70ab-4f4b-a967-ab04e3532ea7,negative] |
pass
pt69.1: tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id[id-e3e466af-70ab-4f4b-a967-ab04e3532ea7,negative] |
||||||
test_create_snapshot_without_passing_volume_id[id-bb9da53e-d335-4309-9c15-7e76fd5e4d6d,negative] |
pass
pt69.2: tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id[id-bb9da53e-d335-4309-9c15-7e76fd5e4d6d,negative] |
||||||
test_list_snapshot_invalid_param_limit[id-8fd92339-e22f-4591-86b4-1e2215372a40,negative] |
pass
pt69.3: tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshot_invalid_param_limit[id-8fd92339-e22f-4591-86b4-1e2215372a40,negative] |
||||||
test_list_snapshots_invalid_param_marker[id-b68deeda-ca79-4a32-81af-5c51179e553a,negative] |
pass
pt69.4: tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_marker[id-b68deeda-ca79-4a32-81af-5c51179e553a,negative] |
||||||
test_list_snapshots_invalid_param_sort[id-27b5f37f-bf69-4e8c-986e-c44f3d6819b8,negative] |
pass
pt69.5: tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_sort[id-27b5f37f-bf69-4e8c-986e-c44f3d6819b8,negative] |
||||||
test_volume_from_snapshot_decreasing_size[id-677863d1-34f9-456d-b6ac-9924f667a7f4,negative] |
pass
pt69.6: tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_volume_from_snapshot_decreasing_size[id-677863d1-34f9-456d-b6ac-9924f667a7f4,negative] |
||||||
tempest.scenario.test_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
pt70.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
pt71.1: tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern[compute,id-557cd2c2-4eb8-4dce-98be-f86765ff311b,image,slow,volume] |
||||||
Total | 236 | 209 | 17 | 0 | 10 |